qemu/hw/avr
Philippe Mathieu-Daudé 5824fad4e9 hw/boards: Do not create unusable default if=sd drives
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>
2025-02-16 14:25:08 +01:00
..
arduino.c hw/boards: Do not create unusable default if=sd drives 2025-02-16 14:25:08 +01:00
atmega.c Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
atmega.h Use DECLARE_*CHECKER* macros 2020-09-09 09:27:09 -04:00
boot.c hw/loader: Pass ELFDATA endian order argument to load_elf_as() 2025-01-31 19:36:44 +01:00
boot.h hw/avr: Add support for loading ELF/raw binaries 2020-07-11 11:02:05 +02:00
Kconfig avr: switch boards to "default y" 2024-05-03 15:47:47 +02:00
meson.build meson: convert hw/arch* 2020-08-21 06:30:33 -04:00