Re: [PATCH 1/8] aspeed: Change type of eMMC device

2024-07-16 Thread Philippe Mathieu-Daudé
On 4/7/24 07:36, Cédric Le Goater wrote: From: Cédric Le Goater The QEMU device representing the eMMC device of machine is currently created with type SD_CARD. Change the type to EMMC now that it is available. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 9 + 1 file change

Re: [PATCH 1/8] aspeed: Change type of eMMC device

2024-07-04 Thread Andrew Jeffery
On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: > From: Cédric Le Goater > > The QEMU device representing the eMMC device of machine is currently > created with type SD_CARD. Change the type to EMMC now that it is > available. > > Signed-off-by: Cédric Le Goater Reviewed-by: Andrew

[PATCH 1/8] aspeed: Change type of eMMC device

2024-07-03 Thread Cédric Le Goater
From: Cédric Le Goater The QEMU device representing the eMMC device of machine is currently created with type SD_CARD. Change the type to EMMC now that it is available. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --gi