]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: rename 'name' in scheduler parser
authorJán Tomko <jtomko@redhat.com>
Sat, 25 Jul 2020 07:29:36 +0000 (09:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 05:23:45 +0000 (07:23 +0200)
commitdd44868423832306a7287df82d69a359d6abac0e
tree664c70e29e32f72e88c868a7e35ec8b1ca4a9248
parent31c69e188c6310d75d4b4be1a7663a5f0af2e83d
conf: rename 'name' in scheduler parser

virDomainThreadSchedParseHelper is used for parsing both iothread
and vcpu scheduling settings. Rename its 'name' attribute to
make it obvious this refers to the attribute name, not the name of
the element (which is currently constructed from the attribute name).

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c