
21 Oct
2013
21 Oct
'13
9:55 a.m.
On 18.10.2013 11:35, Laine Stump wrote:
1/3 is a cleanup, but not strictly necessary to solve the current bug 2/3 is just code movement of an entire function to avoid a forward ref. 3/3 is what actually fixes the bug.
This resolves https://bugzilla.redhat.com/show_bug.cgi?id=1005682
Laine Stump (3): qemu: simplify calling qemuDomainHostdevNetConfigRestore qemu: move qemuDomainRemoveNetDevice to avoid forward reference qemu: fix removal of <interface type='hostdev'>
src/qemu/qemu_hostdev.c | 33 +++++------- src/qemu/qemu_hotplug.c | 141 ++++++++++++++++++++++++------------------------ 2 files changed, 85 insertions(+), 89 deletions(-)
ACK series. Michal