Re: [Qemu-devel] [PATCH 07/23] qdev: kill off DeviceInfo list

2012-01-31 Thread Andreas Färber
Am 30.01.2012 22:08, schrieb Anthony Liguori: > Teach the various bits of code that need to walk through available devices to > do so via QOM. > > Signed-off-by: Anthony Liguori (Email missing.) NACK. This introduces broken code, see below. > bool qdev_exists(const char *name) > { > -retu

[Qemu-devel] [PATCH 07/23] qdev: kill off DeviceInfo list

2012-01-30 Thread Anthony Liguori
Teach the various bits of code that need to walk through available devices to do so via QOM. Signed-off-by: Anthony Liguori --- hw/qdev.c | 87 + hw/qdev.h |2 - 2 files changed, 30 insertions(+), 59 deletions(-) diff --git a/hw/q