[libvirt] [PATCH v2 1/2] qemu: assign addresses when converting xml to native

2013-04-29 Thread Ján Tomko
This adds addresses to domxml-to-native output and chooses the correct virtio devices for ccw and s390 machines. https://bugzilla.redhat.com/show_bug.cgi?id=957077 --- src/qemu/qemu_driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c

Re: [libvirt] [PATCH v2 1/2] qemu: assign addresses when converting xml to native

2013-04-29 Thread Eric Blake
On 04/29/2013 12:20 PM, Ján Tomko wrote: This adds addresses to domxml-to-native output and chooses the correct virtio devices for ccw and s390 machines. https://bugzilla.redhat.com/show_bug.cgi?id=957077 --- src/qemu/qemu_driver.c | 3 +++ 1 file changed, 3 insertions(+) ACK. diff