Re: [Qemu-devel] [PATCH 01/10] hw/sd/sdhci.c: Remove x-drive property

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:02PM +, Peter Maydell wrote: > The following commits will remove support for the old sdhci-pci > command line syntax using the x-drive property: > -device sdhci-pci,x-drive=mydrive -drive id=mydrive,[...] > and replace it with an explicit sd device: > -device sdh

Re: [Qemu-devel] [PATCH 01/10] hw/sd/sdhci.c: Remove x-drive property

2015-12-17 Thread Alistair Francis
On Fri, Dec 11, 2015 at 8:37 AM, Peter Maydell wrote: > The following commits will remove support for the old sdhci-pci > command line syntax using the x-drive property: > -device sdhci-pci,x-drive=mydrive -drive id=mydrive,[...] > and replace it with an explicit sd device: > -device sdhci-pci -

[Qemu-devel] [PATCH 01/10] hw/sd/sdhci.c: Remove x-drive property

2015-12-11 Thread Peter Maydell
The following commits will remove support for the old sdhci-pci command line syntax using the x-drive property: -device sdhci-pci,x-drive=mydrive -drive id=mydrive,[...] and replace it with an explicit sd device: -device sdhci-pci -drive id=mydrive,[...] -device sd,drive=mydrive (This is OK beca