Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-11-08 Thread Cédric Le Goater
On 11/8/24 10:29, Jan Lübbe wrote: On Tue, 2024-10-29 at 15:06 +, Peter Maydell wrote: On Fri, 18 Oct 2024 at 16:42, Peter Maydell wrote: On Tue, 15 Oct 2024 at 14:57, Jan Luebbe wrote: For testing eMMC-specific functionality (such as handling boot partitions), it would be very useful to

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-11-08 Thread Jan Lübbe
On Tue, 2024-10-29 at 15:06 +, Peter Maydell wrote: > On Fri, 18 Oct 2024 at 16:42, Peter Maydell wrote: > > On Tue, 15 Oct 2024 at 14:57, Jan Luebbe wrote: > > > For testing eMMC-specific functionality (such as handling boot > > > partitions), it would be very useful to attach them to generi

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-29 Thread Peter Maydell
On Fri, 18 Oct 2024 at 16:42, Peter Maydell wrote: > > On Tue, 15 Oct 2024 at 14:57, Jan Luebbe wrote: > > > > For testing eMMC-specific functionality (such as handling boot > > partitions), it would be very useful to attach them to generic VMs such > > as x86_64 via the sdhci-pci device: > > ..

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-19 Thread Philippe Mathieu-Daudé
On 18/10/24 12:42, Peter Maydell wrote: On Tue, 15 Oct 2024 at 14:57, Jan Luebbe wrote: For testing eMMC-specific functionality (such as handling boot partitions), it would be very useful to attach them to generic VMs such as x86_64 via the sdhci-pci device: ... -drive if=none,id=emmc-driv

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-18 Thread Peter Maydell
On Tue, 15 Oct 2024 at 14:57, Jan Luebbe wrote: > > For testing eMMC-specific functionality (such as handling boot > partitions), it would be very useful to attach them to generic VMs such > as x86_64 via the sdhci-pci device: > ... > -drive if=none,id=emmc-drive,file=emmc.img,format=raw \ > -d

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-15 Thread Cédric Le Goater
On 10/15/24 17:20, Daniel P. Berrangé wrote: On Tue, Oct 15, 2024 at 05:17:26PM +0200, Cédric Le Goater wrote: On 10/15/24 17:00, Philippe Mathieu-Daudé wrote: On 15/10/24 10:56, Jan Luebbe wrote: For testing eMMC-specific functionality (such as handling boot partitions), it would be very usef

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-15 Thread Daniel P . Berrangé
On Tue, Oct 15, 2024 at 05:17:26PM +0200, Cédric Le Goater wrote: > On 10/15/24 17:00, Philippe Mathieu-Daudé wrote: > > On 15/10/24 10:56, Jan Luebbe wrote: > > > For testing eMMC-specific functionality (such as handling boot > > > partitions), it would be very useful to attach them to generic VMs

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-15 Thread Cédric Le Goater
On 10/15/24 17:00, Philippe Mathieu-Daudé wrote: On 15/10/24 10:56, Jan Luebbe wrote: For testing eMMC-specific functionality (such as handling boot partitions), it would be very useful to attach them to generic VMs such as x86_64 via the sdhci-pci device:   ...   -drive if=none,id=emmc-drive,fi

Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs

2024-10-15 Thread Philippe Mathieu-Daudé
On 15/10/24 10:56, Jan Luebbe wrote: For testing eMMC-specific functionality (such as handling boot partitions), it would be very useful to attach them to generic VMs such as x86_64 via the sdhci-pci device: ... -drive if=none,id=emmc-drive,file=emmc.img,format=raw \ -device sdhci-pci \ -