qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/13] Port ide to vmstate


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 00/13] Port ide to vmstate
Date: Wed, 14 Oct 2009 13:37:40 +0200

This patch series port ide to vmstate.
Interesting bits:
- VMSTATE_BUFFER_TEST is added (needed by identity set)
- bus struct is included in MMIOState

Rest is just mechanical translation.

Later, Juan.

Juan Quintela (13):
  ide: port idebus to vmstate
  ide: change identify_data type to uint8_t
  vmstate: add VMSTATE_BUFFER_TEST
  ide: port ide_drive to vmstate
  ide: microdrive cycle field is set as uint8_t
  ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVES
  ide: port microdrive to vmstate
  ide: include bus in MMIOState
  ide: port ide mmio to vmstate
  ide: port isa ide to vmstate
  ide: port pmac ide to vmstate
  ide: port pci ide to vmstate
  ide: pre VMState functions are not needed anymore

 hw/hw.h             |   12 ++++
 hw/ide/cmd646.c     |    2 +-
 hw/ide/core.c       |  153 ++++++++++++++++++++++++---------------------------
 hw/ide/internal.h   |   18 ++++--
 hw/ide/isa.c        |   31 ++++------
 hw/ide/macio.c      |   42 ++++----------
 hw/ide/microdrive.c |   63 ++++++---------------
 hw/ide/mmio.c       |   53 +++++++-----------
 hw/ide/pci.c        |   95 ++++++++++++--------------------
 hw/ide/pci.h        |    4 +-
 hw/ide/piix.c       |    2 +-
 11 files changed, 198 insertions(+), 277 deletions(-)





reply via email to

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