[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 03/10] hw/arm: xenpvh: Tweak machine description
On Mon, 12 Aug 2024, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" <edgar.iglesias@xxxxxxx> > > Tweak machine description to better express that this is > a Xen PVH machine for ARM. > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > hw/arm/xen_arm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/arm/xen_arm.c b/hw/arm/xen_arm.c > index 766a194fa1..5f75cc3779 100644 > --- a/hw/arm/xen_arm.c > +++ b/hw/arm/xen_arm.c > @@ -216,7 +216,7 @@ static void xen_arm_machine_class_init(ObjectClass *oc, > void *data) > { > > MachineClass *mc = MACHINE_CLASS(oc); > - mc->desc = "Xen Para-virtualized PC"; > + mc->desc = "Xen PVH ARM machine"; > mc->init = xen_arm_init; > mc->max_cpus = 1; > mc->default_machine_opts = "accel=xen"; > -- > 2.43.0 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |