Re: [Qemu-devel] [PATCH 12/14] qbus: move print_dev to DeviceClass

2012-05-01 Thread Andreas Färber
Am 01.05.2012 20:18, schrieb Anthony Liguori: > It should have never been a bus method. > > Signed-off-by: Anthony Liguori Looks good, Reviewed-by: Andreas Färber /-F -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16

[Qemu-devel] [PATCH 12/14] qbus: move print_dev to DeviceClass

2012-05-01 Thread Anthony Liguori
It should have never been a bus method. Signed-off-by: Anthony Liguori --- hw/isa-bus.c | 37 -- hw/pci.c | 79 +++ hw/qdev-monitor.c | 10 +++--- hw/qdev.h |3 +- hw/sysbus.c

[Qemu-devel] [PATCH 12/14] qbus: move print_dev to DeviceClass

2012-04-18 Thread Anthony Liguori
It should have never been a bus method. Signed-off-by: Anthony Liguori --- hw/isa-bus.c | 37 -- hw/pci.c | 79 +++ hw/qdev-monitor.c | 10 +++--- hw/qdev.h |3 +- hw/sysbus.c