The r2d machine uses IDE for storage (a CF Card on the real hardware)
Signed-off-by: socksinspace <[email protected]>
---
Tested to build, pass tests and run as expected when applied on top of
11.10.0 as packaged in Alpine Linux
src/qemu/qemu_domain.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index ac56fc7cb4..f6d4e4c3ec 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -7696,7 +7696,8 @@ qemuDomainMachineHasBuiltinIDE(const char *machine,
return qemuDomainMachineIsI440FX(machine, arch) ||
STREQ(machine, "malta") ||
STREQ(machine, "sun4u") ||
- STREQ(machine, "g3beige");
+ STREQ(machine, "g3beige") ||
+ STREQ(machine, "r2d");
}
--
2.52.0