Re: [Qemu-devel] [PATCHv3 0/5] Add support for SDHCI PCI devices

2014-12-10 Thread Paolo Bonzini
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 don

[Qemu-devel] [PATCHv3 0/5] Add support for SDHCI PCI devices

2014-12-08 Thread Kevin O'Connor
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