qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] VMSTate & MACADDR


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/3] VMSTate & MACADDR
Date: Thu, 22 Oct 2009 20:50:05 +0200

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 <address@hidden>
Date:   Mon Oct 19 15:46:28 2009 +0200

    vmstate: Add VMSTATE_BUFFER_UNUSED

rtl8139: squash into:

commit c85c705373bd8247da98d20ec9e8625517853e77
Author: Juan Quintela <address@hidden>
Date:   Thu Oct 15 15:51:26 2009 +0200

    rtl8139: port to vmstate


eepro100 one: squash into:
commit 28b015e9ba36710141e6e8dc255c23f33ac19f7c
Author: Juan Quintela <address@hidden>
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(-)





reply via email to

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