Now that there is a MACAddr type, add a VMSTATE_MACADDR() helper. As my patches are applied after Gerd one, this three patches should be put (in current staging code) as:
VMSTATE_MACADDR After this one commit 3ce425f6678881df86fe581318ca37bce50ec924 Author: Juan Quintela <quint...@redhat.com> Date: Mon Oct 19 15:46:28 2009 +0200 vmstate: Add VMSTATE_BUFFER_UNUSED rtl8139: squash into: commit c85c705373bd8247da98d20ec9e8625517853e77 Author: Juan Quintela <quint...@redhat.com> Date: Thu Oct 15 15:51:26 2009 +0200 rtl8139: port to vmstate eepro100 one: squash into: commit 28b015e9ba36710141e6e8dc255c23f33ac19f7c Author: Juan Quintela <quint...@redhat.com> Date: Mon Oct 19 15:37:57 2009 +0200 eepro100: port to vmstate Later, Juan. Juan Quintela (3): vmstate: Add VMSTATE_MACADDR for the new type rtl8139: Use VMSTATE_MACADDR eepro100: Use VMSTATE_MACADDR hw/eepro100.c | 2 +- hw/hw.h | 12 ++++++++++++ hw/rtl8139.c | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-)