Re: [Qemu-devel] [PATCH 1/3] qdev: Create qdev_get_device_class() function

2014-11-01 Thread Eduardo Habkost
On Sat, Nov 01, 2014 at 05:46:14PM +0100, Andreas Färber wrote: > Hi, > > Am 01.11.2014 um 16:56 schrieb Eduardo Habkost: > > Extract the DeviceClass lookup from qdev_device_add() to a separate > > function. > > > > Signed-off-by: Eduardo Habkost > > --- > > qdev-monitor.c | 70 > > +++

Re: [Qemu-devel] [PATCH 1/3] qdev: Create qdev_get_device_class() function

2014-11-01 Thread Andreas Färber
Hi, Am 01.11.2014 um 16:56 schrieb Eduardo Habkost: > Extract the DeviceClass lookup from qdev_device_add() to a separate > function. > > Signed-off-by: Eduardo Habkost > --- > qdev-monitor.c | 70 > +++--- > 1 file changed, 42 insertions(+),

[Qemu-devel] [PATCH 1/3] qdev: Create qdev_get_device_class() function

2014-11-01 Thread Eduardo Habkost
Extract the DeviceClass lookup from qdev_device_add() to a separate function. Signed-off-by: Eduardo Habkost --- qdev-monitor.c | 70 +++--- 1 file changed, 42 insertions(+), 28 deletions(-) diff --git a/qdev-monitor.c b/qdev-monitor.c index f