]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Implement --config for iothreadset
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jul 2022 15:44:32 +0000 (17:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Jul 2022 09:55:06 +0000 (11:55 +0200)
commit3ff558c1c171f66da84b10c81937c1a6895ec6fb
tree4bc0e7881b3b952f495668a7501c185a7706637b
parent3096965ce78923b099fa39e4950279b2f21ab60a
virsh: Implement --config for iothreadset

Our man page already documents that iothreadset has --config
argument. Well, it doesn't really. Normally, I'd just fix the man
page, but with recent work on the API it's possible to tweak
values for inactive XML too. Therefore, implement the --config
argument for the command.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-domain.c