Re: [Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state

2012-06-05 Thread Michael Roth
On Tue, Jun 05, 2012 at 04:14:44PM +0200, Paolo Bonzini wrote: > Il 05/06/2012 03:00, Michael Roth ha scritto: > > This will eventually be used to serialize device state for the purposes > > of migration/savevm, and is also useful for introspection/testing. > > > > Signed-off-by: Michael Roth > >

Re: [Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state

2012-06-05 Thread Paolo Bonzini
Il 05/06/2012 03:00, Michael Roth ha scritto: > This will eventually be used to serialize device state for the purposes > of migration/savevm, and is also useful for introspection/testing. > > Signed-off-by: Michael Roth > --- > hw/mc146818rtc.c | 12 > 1 files changed, 12 inserti

[Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state

2012-06-04 Thread Michael Roth
This will eventually be used to serialize device state for the purposes of migration/savevm, and is also useful for introspection/testing. Signed-off-by: Michael Roth --- hw/mc146818rtc.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hw/mc146818rtc.c b/hw/m