From patchwork Thu Oct 22 18:50:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] eepro100: Use VMSTATE_MACADDR Date: Thu, 22 Oct 2009 08:50:08 -0000 From: Juan Quintela X-Patchwork-Id: 36741 Message-Id: <6df518fa7db95ad0222a1dac12a23ea587885ed6.1256236480.git.quintela@redhat.com> To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- 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. */