| Submitter | Juan Quintela |
|---|---|
| Date | Oct. 22, 2009, 6:50 p.m. |
| Message ID | <185fbf33a635b19f298ce5307610f0ab9137b77c.1256236480.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/36739/ |
| State | New |
| Headers | show |
Comments
Patch
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),
Signed-off-by: Juan Quintela <quintela@redhat.com> --- hw/rtl8139.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)