qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Igor Mitsyanko <i.mitsyanko@gmail.com>,
	peter.crosthwaite@xilinx.com,
	Vincent Palatin <vpalatin@chromium.org>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCHv3 0/5] Add support for SDHCI PCI devices
Date: Wed, 10 Dec 2014 12:00:06 +0100	[thread overview]
Message-ID: <548827B6.7050508@redhat.com> (raw)
In-Reply-To: <1418080234-31694-1-git-send-email-kevin@koconnor.net>



On 09/12/2014 00:10, Kevin O'Connor wrote:
> 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 with Linux 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
> 
> I don't see an owner for the SD code in the MAINTAINERS file - let me
> know if I'm missing anyone on the CC list.
> 
> Changes since V2:
>  - Some additional compile warnings fixed when debugging is enabled
> 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            | 209 +++++++++++++++++++++++++----------------------
>  hw/sd/sdhci.h            |  39 +++------
>  include/hw/pci/pci.h     |   1 +
>  include/hw/pci/pci_ids.h |   1 +
>  6 files changed, 127 insertions(+), 127 deletions(-)
> 

Thanks, I'll send this out if no one complains after some time.

Paolo

      parent reply	other threads:[~2014-12-10 11:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-08 23:10 [Qemu-devel] [PATCHv3 0/5] Add support for SDHCI PCI devices Kevin O'Connor
2014-12-08 23:10 ` [Qemu-devel] [PATCHv3 1/5] sdhci: Remove class "virtual" methods Kevin O'Connor
2014-12-08 23:10 ` [Qemu-devel] [PATCHv3 2/5] sdhci: Add "sysbus" to sdhci QOM types and methods Kevin O'Connor
2014-12-08 23:10 ` [Qemu-devel] [PATCHv3 3/5] sdhci: Define SDHCI PCI ids Kevin O'Connor
2014-12-08 23:10 ` [Qemu-devel] [PATCHv3 4/5] sdhci: Support SDHCI devices on PCI Kevin O'Connor
2014-12-08 23:10 ` [Qemu-devel] [PATCHv3 5/5] sdhci: Set a default frequency clock Kevin O'Connor
2014-12-10 11:00 ` Paolo Bonzini [this message]

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=548827B6.7050508@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=i.mitsyanko@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vpalatin@chromium.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).