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 v2] block/file-posix: optimize append write

2024-10-19 Thread Damien Le Moal
On 10/18/24 23:37, Kevin Wolf wrote: > Am 04.10.2024 um 12:41 hat Sam Li geschrieben: >> When the file-posix driver emulates append write, it holds the lock >> whenever accessing wp, which limits the IO queue depth to one. >> >> The write IO flow can be optimized to allow concurrent writes. The loc

Re: [PATCH v2 6/8] Revert use of clock_gettime for benchmarking

2024-10-19 Thread Philippe Mathieu-Daudé
Hi, On 18/10/24 10:20, Aleksandar Rakic wrote: This patch reverts the commit (with SHA 50290c002c045280f8defad911901e16bfb52884 from https://github.com/MIPS/gnutools-qemu) that breaks for mingw builds, where clock_gettime and CLOCK_MONOTONIC are not available. Isn't get_clock() what we want he