Re: [libvirt] [PATCH 4/5] qemu: Drop qemuMonitorGetMigrationCapability

2017-10-19 Thread John Ferlan
On 10/18/2017 07:29 AM, Jiri Denemark wrote: > The only remaining user of qemuMonitorGetMigrationCapability is our test > suite. Let's replace qemuMonitorGetMigrationCapability with > qemuMonitorGetMigrationCapabilities there and drop the unused function. > > Signed-off-by: Jiri Denemark > ---

[libvirt] [PATCH 4/5] qemu: Drop qemuMonitorGetMigrationCapability

2017-10-18 Thread Jiri Denemark
The only remaining user of qemuMonitorGetMigrationCapability is our test suite. Let's replace qemuMonitorGetMigrationCapability with qemuMonitorGetMigrationCapabilities there and drop the unused function. Signed-off-by: Jiri Denemark --- src/qemu/qemu_monitor.c | 19 --- src