Re: [Qemu-devel] [PATCH 23/30] virtio-blk: Convert to QOM realize

2013-11-29 Thread Andreas Färber
Am 29.11.2013 11:17, schrieb Paolo Bonzini: > diff --git a/tests/qdev-monitor-test.c b/tests/qdev-monitor-test.c > index 33a8ea4..ba7f9cc 100644 > --- a/tests/qdev-monitor-test.c > +++ b/tests/qdev-monitor-test.c > @@ -32,10 +32,8 @@ static void test_device_add(void) > "}}"); >

[Qemu-devel] [PATCH 23/30] virtio-blk: Convert to QOM realize

2013-11-29 Thread Paolo Bonzini
From: Andreas Färber Signed-off-by: Andreas Färber Signed-off-by: Paolo Bonzini --- hw/block/virtio-blk.c | 24 tests/qdev-monitor-test.c | 4 +--- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c index