]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Alter qemuDomainChgIOThread to take qemuMonitorIOThreadInfo
authorJohn Ferlan <jferlan@redhat.com>
Thu, 4 Oct 2018 13:20:47 +0000 (09:20 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 19 Nov 2018 12:26:40 +0000 (07:26 -0500)
commitf747a2b5c43aad44831cae430967fb71427e1edd
tree06d72a5cc4cdb9be8168d93225d92de5eb9ac292
parent315e1105b640694b9e6ae1eb72df24c77b5621ba
qemu: Alter qemuDomainChgIOThread to take qemuMonitorIOThreadInfo

Rather than passing an iothread_id, let's pass a qemuMonitorIOThreadInfo
structure so that a subsequent change to modify the iothread info can
just generate and pass one.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c