Message ID | 1465410291-2971-3-git-send-email-drjones@redhat.com |
---|---|
State | New |
Headers | show |
On 8 June 2016 at 19:24, Andrew Jones <drjones@redhat.com> wrote: > Make the latest machine type (currently only one) the > default. > > Signed-off-by: Andrew Jones <drjones@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 = { We don't want a default machine for 32-bit ARM, and I'm still unconvinced we want a default machine for 64-bit ARM. At least, this should be a separate patch/discussion from adding the virt-2.7 machine type. thanks -- PMM
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 = {
Make the latest machine type (currently only one) the default. Signed-off-by: Andrew Jones <drjones@redhat.com> --- hw/arm/virt.c | 1 + 1 file changed, 1 insertion(+) -- 2.4.11