Re: [Qemu-devel] [PATCH 27/30] virtio-rng: Convert to QOM realize

2013-11-29 Thread Paolo Bonzini
Il 29/11/2013 17:10, Andreas Färber ha scritto: >> > +#define VIRTIO_RNG_GET_PARENT_CLASS(obj) \ >> > +OBJECT_GET_PARENT_CLASS(obj, TYPE_VIRTIO_RNG) >> > >> > /* The Virtio ID for the virtio rng device */ >> > #define VIRTIO_ID_RNG4 > This hunk seems a leftover from v2. How to proce

Re: [Qemu-devel] [PATCH 27/30] virtio-rng: Convert to QOM realize

2013-11-29 Thread Andreas Färber
Am 29.11.2013 11:17, schrieb Paolo Bonzini: > From: Andreas Färber > > Signed-off-by: Andreas Färber > Signed-off-by: Paolo Bonzini > --- > hw/virtio/virtio-rng.c | 24 +++- > include/hw/virtio/virtio-rng.h | 2 ++ > 2 files changed, 13 insertions(+), 13 deletions(

[Qemu-devel] [PATCH 27/30] virtio-rng: 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/virtio/virtio-rng.c | 24 +++- include/hw/virtio/virtio-rng.h | 2 ++ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hw/virtio/virtio-rng.c b/hw/virtio/virtio-r