Make the latest machine type (currently only one) the default. Signed-off-by: Andrew Jones <drjo...@redhat.com> --- hw/arm/virt.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index a0d35d0826590..09afbafde025d 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -1432,6 +1432,7 @@ static void virt_2_6_class_init(ObjectClass *oc, void *data) mc->desc = "QEMU 2.6 ARM Virtual Machine"; mc->alias = "virt"; + mc->is_default = 1; } static const TypeInfo machvirt_2_6_info = { -- 2.4.11