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
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
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