From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Kevin Wolf" <kwolf@redhat.com>,
"Mark Langsdorf" <mark.langsdorf@calxeda.com>,
"Juan Quintela" <quintela@redhat.com>,
mjt@tls.msk.ru, "Alexander Graf" <agraf@suse.de>,
brogers@suse.com, "Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [RFC 0/2] ahci: Make ich9-ahci migratable
Date: Fri, 23 Dec 2011 15:55:49 +0100 [thread overview]
Message-ID: <1324652151-4299-1-git-send-email-afaerber@suse.de> (raw)
Hello,
Since mjt asked about it, I'm posting a first draft of AHCI migration support
I recently pieced together. Some more pressing issues came up, including
ide-cd being broken with AHCI, so that I have hardly tested this yet.
The initial issue was that the ports were dynamically allocated in ich.c
and I did not find prior art dealing with that in VMState. I therefore
took the easy path of converting it to a statically-sized array, which is
a bit wasteful of course. Better suggestions welcome.
The second part then is a mostly mechanical addition of fields and structs
to VMState, possibly still incomplete.
Happy Holidays,
Andreas
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Juan Quintela <quintela@redhat.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: Michael Tokarev <mjt@tls.msk.ru>
Cc: Mark Langsdorf <mark.langsdorf@calxeda.com>
Andreas Färber (2):
ahci: Refactor ports as a fixed-size array for VMState
ahci: Add migration support for ICH9
hw/ide/ahci.c | 44 ++++++++++++++++++++++++++++++++++++++++++--
hw/ide/ahci.h | 12 +++++++++++-
hw/ide/ich.c | 11 ++++++++---
3 files changed, 61 insertions(+), 6 deletions(-)
--
1.7.7
next reply other threads:[~2011-12-23 14:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-23 14:55 Andreas Färber [this message]
2011-12-23 14:55 ` [Qemu-devel] [RFC 1/2] ahci: Refactor ports as a fixed-size array for VMState Andreas Färber
2011-12-23 14:55 ` [Qemu-devel] [RFC 2/2] ahci: Add migration support for ICH9 Andreas Färber
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=1324652151-4299-1-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=brogers@suse.com \
--cc=kwolf@redhat.com \
--cc=mark.langsdorf@calxeda.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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).