qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 00/13] Port ide to vmstate
Date: Wed, 14 Oct 2009 13:37:40 +0200	[thread overview]
Message-ID: <cover.1255520033.git.quintela@redhat.com> (raw)

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	other threads:[~2009-10-14 11:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 11:37 Juan Quintela [this message]
2009-10-14 11:37 ` [Qemu-devel] [PATCH 01/13] ide: port idebus to vmstate Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 02/13] ide: change identify_data type to uint8_t Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 03/13] vmstate: add VMSTATE_BUFFER_TEST Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 04/13] ide: port ide_drive to vmstate Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 05/13] ide: microdrive cycle field is set as uint8_t Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 06/13] ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVES Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 07/13] ide: port microdrive to vmstate Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 08/13] ide: include bus in MMIOState Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 09/13] ide: port ide mmio to vmstate Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 10/13] ide: port isa ide " Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 11/13] ide: port pmac " Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 12/13] ide: port pci " Juan Quintela
2009-10-14 11:37 ` [Qemu-devel] [PATCH 13/13] ide: pre VMState functions are not needed anymore Juan Quintela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1255520033.git.quintela@redhat.com \
    --to=quintela@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).