Re: [Qemu-devel] [RFC v4 07/12] serial: Implement ISA set_state() callback

2011-06-09 Thread Andreas Färber
Am 09.06.2011 um 17:35 schrieb Markus Armbruster: Andreas Färber writes: Incorporate ISA VMState. Add "enabled" property. Could you explain why you need to stick VMSTATE_ISA_DEVICE_V() into vmstate_isa_serial, but not for the other devices? I stuck it in all affected devices that have VMS

Re: [Qemu-devel] [RFC v4 07/12] serial: Implement ISA set_state() callback

2011-06-09 Thread Markus Armbruster
Andreas Färber writes: > Incorporate ISA VMState. Add "enabled" property. Could you explain why you need to stick VMSTATE_ISA_DEVICE_V() into vmstate_isa_serial, but not for the other devices? > > Signed-off-by: Andreas Färber > --- > hw/serial.c | 30 +- > 1 fil

[Qemu-devel] [RFC v4 07/12] serial: Implement ISA set_state() callback

2011-06-08 Thread Andreas Färber
Incorporate ISA VMState. Add "enabled" property. Signed-off-by: Andreas Färber --- hw/serial.c | 30 +- 1 files changed, 25 insertions(+), 5 deletions(-) diff --git a/hw/serial.c b/hw/serial.c index 0ee61dd..a058cb6 100644 --- a/hw/serial.c +++ b/hw/serial.c @@ -75