Re: [Qemu-devel] [PATCH] qdev: print bus properties too

2011-09-23 Thread Anthony Liguori
On 09/16/2011 04:25 AM, Gerd Hoffmann wrote: Make qdev_device_help print both device and bus properties. Helps libvirt to figure whenever bus properties such as PCI.multifunction are supported present or not. Signed-off-by: Gerd Hoffmann Applied. Thanks. Regards, Anthony Liguori --- hw/

[Qemu-devel] [PATCH] qdev: print bus properties too

2011-09-16 Thread Gerd Hoffmann
Make qdev_device_help print both device and bus properties. Helps libvirt to figure whenever bus properties such as PCI.multifunction are supported present or not. Signed-off-by: Gerd Hoffmann --- hw/qdev.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/hw/qdev.c b