Re: [libvirt] [PATCH 10/21] qemu_hotplug: move qemuDomainChangeGraphicsPasswords()

2019-03-22 Thread Peter Krempa
On Thu, Mar 21, 2019 at 18:28:50 -0400, Laine Stump wrote: > It was sitting down in the middle of all the qemuDomainDetach*() > functions. Move it up with the rest of the qemuDomain*Graphics*() > functions. > > Signed-off-by: Laine Stump > --- > src/qemu/qemu_hotplug.c | 151

[libvirt] [PATCH 10/21] qemu_hotplug: move qemuDomainChangeGraphicsPasswords()

2019-03-21 Thread Laine Stump
It was sitting down in the middle of all the qemuDomainDetach*() functions. Move it up with the rest of the qemuDomain*Graphics*() functions. Signed-off-by: Laine Stump --- src/qemu/qemu_hotplug.c | 151 1 file changed, 77 insertions(+), 74 deletions(-)