mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() A number of machines create an if=sd drive by default even though they lack an SD bus, and therefore cannot use the drive. This drive is created when the machine sets flag @auto_create_sdcard. See for example running HMP "info block" on the HPPA C3700 machine: $ qemu-system-hppa -M C3700 -monitor stdio -S (qemu) info block floppy0: [not inserted] Removable device: not locked, tray closed sd0: [not inserted] Removable device: not locked, tray closed $ qemu-system-hppa -M C3700 -sd /bin/sh qemu-system-hppa: -sd /bin/sh: machine type does not support if=sd,bus=0,unit=0 Delete that from machines that lack an SD bus. Note, only the ARM and RISCV targets use such feature: $ git grep -wl IF_SD hw | cut -d/ -f-2 | sort -u hw/arm hw/riscv $ Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20250204200934.65279-5-philmd@linaro.org> |
6 days ago | |
---|---|---|
.. | ||
Kconfig | 2 years ago | |
meson.build | 6 months ago | |
trace-events | 1 month ago | |
trace.h | 5 years ago | |
xen-backend.c | 1 year ago | |
xen-bus-helper.c | 1 month ago | |
xen-bus.c | 2 weeks ago | |
xen-host-pci-device.c | 8 months ago | |
xen-host-pci-device.h | 8 months ago | |
xen-hvm-common.c | 4 months ago | |
xen-legacy-backend.c | 6 days ago | |
xen-mapcache.c | 2 months ago | |
xen-operations.c | 2 years ago | |
xen-pvh-common.c | 6 days ago | |
xen_devconfig.c | 2 months ago | |
xen_pt.c | 2 months ago | |
xen_pt.h | 12 months ago | |
xen_pt_config_init.c | 12 months ago | |
xen_pt_graphics.c | 12 months ago | |
xen_pt_load_rom.c | 8 months ago | |
xen_pt_msi.c | 2 years ago | |
xen_pt_stub.c | 12 months ago | |
xen_pvdev.c | 6 days ago |