qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/3] eepro100: Use VMSTATE_MACADDR


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 3/3] eepro100: Use VMSTATE_MACADDR
Date: Thu, 22 Oct 2009 20:50:08 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 hw/eepro100.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/eepro100.c b/hw/eepro100.c
index 07805b1..ab505bf 100644
--- a/hw/eepro100.c
+++ b/hw/eepro100.c
@@ -1612,7 +1612,7 @@ static const VMStateDescription vmstate_eepro100 = {
         VMSTATE_UINT8(scb_stat, EEPRO100State),
         VMSTATE_UINT8(int_stat, EEPRO100State),
         VMSTATE_UNUSED(3*4),
-        VMSTATE_BUFFER(conf.macaddr, EEPRO100State),
+        VMSTATE_MACADDR(conf.macaddr, EEPRO100State),
         VMSTATE_UNUSED(19*4),
         VMSTATE_UINT16_ARRAY(mdimem, EEPRO100State, 32),
         /* The eeprom should be saved and restored by its own routines. */
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]