Re: [Qemu-devel] [PATCH 03/23] qdev: make DeviceInfo private

2012-01-30 Thread Andreas Färber
Am 30.01.2012 22:08, schrieb Anthony Liguori: > Introduce accessors and remove any code that directly accesses DeviceInfo > members. > > Signed-off-by: Anthony Liguori Reviewed-by: Andreas Färber /-F -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer

[Qemu-devel] [PATCH 03/23] qdev: make DeviceInfo private

2012-01-30 Thread Anthony Liguori
Introduce accessors and remove any code that directly accesses DeviceInfo members. Signed-off-by: Anthony Liguori --- hw/pci.c | 13 - hw/qdev-properties.c |4 ++-- hw/qdev.c| 30 +- hw/qdev.h| 24 +