qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/3] rtl8139: Use VMSTATE_MACADDR


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

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

diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index d11ae3b..62fa3ca 100644
--- a/hw/rtl8139.c
+++ b/hw/rtl8139.c
@@ -3155,7 +3155,7 @@ static const VMStateDescription vmstate_rtl8139 = {
         VMSTATE_UINT8(TxThresh, RTL8139State),

         VMSTATE_UNUSED(4),
-        VMSTATE_BUFFER(conf.macaddr, RTL8139State),
+        VMSTATE_MACADDR(conf.macaddr, RTL8139State),
         VMSTATE_INT32(rtl8139_mmio_io_addr, RTL8139State),

         VMSTATE_UINT32(currTxDesc, RTL8139State),
-- 
1.6.2.5





reply via email to

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