qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/5] Add support for SDHCI PCI devices
@ 2014-11-21 17:39 Kevin O'Connor
  2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 1/5] sdhci: Remove class "virtual" methods Kevin O'Connor
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kevin O'Connor @ 2014-11-21 17:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mitsyanko, Paolo Bonzini, peter.crosthwaite, Vincent Palatin,
	Gerd Hoffmann

I'd like to be able to emulate SD cards on x86 machines for testing
purposes.  This patch series modifies the existing SDHCI code so that
it can also be used as a PCI device, and can thus be used on any PCI
platform (such as x86).

I have done basic sdhci testing of this series on x86 by adding the
following to the qemu command line:
  -device sdhci-pci -sd my-test-drive

I have also done basic sdhci sysbus testing on an arm "vexpress-a9"
machine by following the directions at:
  https://wiki.linaro.org/PeterMaydell/QemuVersatileExpress

Changes since V1:
 - Use RedHat PCI IDs instead of inventing new "qemu" IDs
 - Fix compile warnings when debugging is enabled

-Kevin


Kevin O'Connor (5):
  sdhci: Remove class "virtual" methods
  sdhci: Add "sysbus" to sdhci QOM types and methods
  sdhci: Define SDHCI PCI ids
  sdhci: Support SDHCI devices on PCI
  sdhci: Set a default frequency clock

 default-configs/pci.mak  |   2 +
 docs/specs/pci-ids.txt   |   2 +
 hw/sd/sdhci.c            | 205 +++++++++++++++++++++++++----------------------
 hw/sd/sdhci.h            |  39 +++------
 include/hw/pci/pci.h     |   1 +
 include/hw/pci/pci_ids.h |   1 +
 6 files changed, 125 insertions(+), 125 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-21 17:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 17:39 [Qemu-devel] [PATCHv2 0/5] Add support for SDHCI PCI devices Kevin O'Connor
2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 1/5] sdhci: Remove class "virtual" methods Kevin O'Connor
2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 2/5] sdhci: Add "sysbus" to sdhci QOM types and methods Kevin O'Connor
2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 3/5] sdhci: Define SDHCI PCI ids Kevin O'Connor
2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 4/5] sdhci: Support SDHCI devices on PCI Kevin O'Connor
2014-11-21 17:39 ` [Qemu-devel] [PATCHv2 5/5] sdhci: Set a default frequency clock Kevin O'Connor

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).