Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub

2025-03-09 Thread Philippe Mathieu-Daudé
On 9/3/25 01:08, BALATON Zoltan wrote: On Sun, 9 Mar 2025, Philippe Mathieu-Daudé wrote: On 8/3/25 23:34, BALATON Zoltan wrote: On Sat, 8 Mar 2025, Philippe Mathieu-Daudé wrote: TYPE_SYSBUS_SDHCI is a bit odd because it uses an union to work with both SysBus / PCI parent. As this is not a norm

Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub

2025-03-08 Thread BALATON Zoltan
On Sun, 9 Mar 2025, Philippe Mathieu-Daudé wrote: On 8/3/25 23:34, BALATON Zoltan wrote: On Sat, 8 Mar 2025, Philippe Mathieu-Daudé wrote: TYPE_SYSBUS_SDHCI is a bit odd because it uses an union to work with both SysBus / PCI parent. As this is not a normal use, introduce SDHCIClass in its own

Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub

2025-03-08 Thread Philippe Mathieu-Daudé
On 8/3/25 23:34, BALATON Zoltan wrote: On Sat, 8 Mar 2025, Philippe Mathieu-Daudé wrote: TYPE_SYSBUS_SDHCI is a bit odd because it uses an union to work with both SysBus / PCI parent. As this is not a normal use, introduce SDHCIClass in its own commit. Signed-off-by: Philippe Mathieu-Daudé ---

Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub

2025-03-08 Thread BALATON Zoltan
On Sat, 8 Mar 2025, Philippe Mathieu-Daudé wrote: TYPE_SYSBUS_SDHCI is a bit odd because it uses an union to work with both SysBus / PCI parent. As this is not a normal use, introduce SDHCIClass in its own commit. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/sd/sdhci.h | 9 + hw/