Re: [Qemu-devel] [PATCH v4 22/23] hpet: add API to find it

2013-09-22 Thread Michael S. Tsirkin
On Sun, Sep 22, 2013 at 09:22:09PM +0200, Paolo Bonzini wrote: > Il 22/09/2013 15:38, Michael S. Tsirkin ha scritto: > > Add API to find HPET using QOM. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > include/hw/timer/hpet.h | 2 ++ > > hw/timer/hpet.c | 5 + > > 2 files change

Re: [Qemu-devel] [PATCH v4 22/23] hpet: add API to find it

2013-09-22 Thread Paolo Bonzini
Il 22/09/2013 15:38, Michael S. Tsirkin ha scritto: > Add API to find HPET using QOM. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/timer/hpet.h | 2 ++ > hw/timer/hpet.c | 5 + > 2 files changed, 7 insertions(+) > > diff --git a/include/hw/timer/hpet.h b/include/hw/timer

[Qemu-devel] [PATCH v4 22/23] hpet: add API to find it

2013-09-22 Thread Michael S. Tsirkin
Add API to find HPET using QOM. Signed-off-by: Michael S. Tsirkin --- include/hw/timer/hpet.h | 2 ++ hw/timer/hpet.c | 5 + 2 files changed, 7 insertions(+) diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h index 757f79f..ab44bd3 100644 --- a/include/hw/timer/hpet.h ++