From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/7] Rework PCMCIA subsystem
Date: Mon, 11 Apr 2011 17:33:32 +0400 [thread overview]
Message-ID: <1302528819-24228-1-git-send-email-dbaryshkov@gmail.com> (raw)
Please pull the following changeset that makes PCMCIA subsystem to use
QBus and Qdev for managing devices. Currently the only implementation
of PCMCIA host is a PXA2xx host and the only possible PCMCIA device is
IDE MicroDrive (dscm1xxxx).
With this patchset I can create a microdrive device from command line:
-device dscm1xxxx -device ide-drive,drive=test -drive if=none,id=test,file=/dev/null
Dmitry Eremin-Solenikov (7):
pxa2xx_pcmcia: qdevify
PCMCIA: start qdev'ication
microdrive: qdevify
pcmcia: move all card callbacks to PCMCIACardInfo
pcmcia: move attach and detach socket methods to PCMCIASocket
pxa: change order of pcmcia devices instantiation, so that the socket 0 will be default
ide-core: allocate metadata storage for CFATA drives
Makefile.objs | 3 +
hw/ide/core.c | 4 ++
hw/ide/internal.h | 2 +
hw/ide/microdrive.c | 88 +++++++++++++++++++-----------
hw/mainstone.c | 14 +++--
hw/pcmcia.c | 145 +++++++++++++++++++++++++++++++++++++++++++++++++
hw/pcmcia.h | 49 ++++++++++++-----
hw/pxa.h | 9 +---
hw/pxa2xx.c | 9 ++--
hw/pxa2xx_pcmcia.c | 148 ++++++++++++++++++++++++++++++---------------------
hw/spitz.c | 26 ++++++----
hw/tosa.c | 18 ++++---
vl.c | 43 ---------------
13 files changed, 372 insertions(+), 186 deletions(-)
create mode 100644 hw/pcmcia.c
next reply other threads:[~2011-04-11 13:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-11 13:33 Dmitry Eremin-Solenikov [this message]
2011-04-11 13:33 ` [Qemu-devel] [PATCH 1/7] pxa2xx_pcmcia: qdevify Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 2/7] PCMCIA: start qdev'ication Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 3/7] microdrive: qdevify Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 4/7] pcmcia: move all card callbacks to PCMCIACardInfo Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 5/7] pcmcia: move attach and detach socket methods to PCMCIASocket Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 6/7] pxa: change order of pcmcia devices instantiation, so that the socket 0 will be default Dmitry Eremin-Solenikov
2011-04-11 13:33 ` [Qemu-devel] [PATCH 7/7] ide-core: allocate metadata storage for CFATA drives Dmitry Eremin-Solenikov
2011-04-16 9:26 ` [Qemu-devel] [PATCH 0/7] Rework PCMCIA subsystem Dmitry Eremin-Solenikov
2011-04-21 11:56 ` Dmitry Eremin-Solenikov
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=1302528819-24228-1-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.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).