Re: [Qemu-devel] [PATCH v2 13/18] dev: add an anonymous peripheral container

2011-12-08 Thread Anthony Liguori
On 12/08/2011 10:27 AM, Kevin Wolf wrote: Am 02.12.2011 21:20, schrieb Anthony Liguori: Signed-off-by: Anthony Liguori --- hw/qdev.c | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index af4c6a2..5348f26 100644 --- a/hw/qdev.

Re: [Qemu-devel] [PATCH v2 13/18] dev: add an anonymous peripheral container

2011-12-08 Thread Kevin Wolf
Am 02.12.2011 21:20, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori > --- > hw/qdev.c | 21 - > 1 files changed, 20 insertions(+), 1 deletions(-) > > diff --git a/hw/qdev.c b/hw/qdev.c > index af4c6a2..5348f26 100644 > --- a/hw/qdev.c > +++ b/hw/qdev.c > @@ -240,

[Qemu-devel] [PATCH v2 13/18] dev: add an anonymous peripheral container

2011-12-02 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- hw/qdev.c | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index af4c6a2..5348f26 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -240,6 +240,19 @@ static DeviceState *qdev_get_peripheral(void) re