projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8554920
)
hw: m68k: virt: Add compat machine for 6.1
author
Laurent Vivier
<laurent@vivier.eu>
Sat, 6 Nov 2021 19:41:57 +0000
(20:41 +0100)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 9 Nov 2021 11:14:07 +0000
(12:14 +0100)
Add the missing machine type for m68k/virt
Cc: qemu-stable@nongnu.org
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20211106194158
.
4068596
-2-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/virt.c
patch
|
blob
|
history
diff --git
a/hw/m68k/virt.c
b/hw/m68k/virt.c
index 4e8bce5aa6f7e42dd18a2f232d7d94a7c4ae3eea..0d9e3f83c169e261aa1431afa45891aecfd755dc 100644
(file)
--- a/
hw/m68k/virt.c
+++ b/
hw/m68k/virt.c
@@
-304,7
+304,14
@@
type_init(virt_machine_register_types)
} \
type_init(machvirt_machine_##major##_##minor##_init);
+static void virt_machine_6_1_options(MachineClass *mc)
+{
+}
+DEFINE_VIRT_MACHINE(6, 1, true)
+
static void virt_machine_6_0_options(MachineClass *mc)
{
+ virt_machine_6_1_options(mc);
+ compat_props_add(mc->compat_props, hw_compat_6_0, hw_compat_6_0_len);
}
-DEFINE_VIRT_MACHINE(6, 0,
tru
e)
+DEFINE_VIRT_MACHINE(6, 0,
fals
e)