Re: [PATCH 05/10] hw/sd: sdhci: Use a QEMU-local no-busy IRQ quirk bit
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 12/8/26 03:36, Bin Meng wrote: > SDHCI_QUIRK_NO_BUSY_IRQ was copied from Linux with its bit number > unchanged. The quirk mask is internal to QEMU: it is neither visible > to guests nor part of migration state. Mirroring Linux therefore > provides no compatibility benefit and constrains local allocations. > > Move it to bit zero so QEMU can allocate SDHCI quirks sequentially in > its own namespace. > > Signed-off-by: Bin Meng <[email protected]> > --- > > include/hw/sd/sdhci.h | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>