Re: [libvirt] [PATCH 34/34] Convert VirtIO balloon over to -device syntax

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:30PM +, Daniel P. Berrange wrote: Replace -balloon virtio With -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 This allows it to get correct assigned PCI address as declared in previous patch ACK, Daniel -- Daniel Veillard

[libvirt] [PATCH 34/34] Convert VirtIO balloon over to -device syntax

2010-01-08 Thread Daniel P. Berrange
Replace -balloon virtio With -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 This allows it to get correct assigned PCI address as declared in previous patch * src/qemu/qemu_conf.c: Convert Virtio ballon to -device and give it an explicit PCI address *