aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@amd.com>2024-08-08 22:30:53 +0200
committerEdgar E. Iglesias <edgar.iglesias@amd.com>2024-09-04 16:50:42 +0200
commit4850c6cc56201552e6162eb24ebd91c6dffeb19c (patch)
treeede3fe11df0649eccd6f6fe19d8123d62752fe16 /hw/arm
parent0377f96b6e8eefd4a755aaabbd2330f502fa8c35 (diff)
downloadqemu-4850c6cc56201552e6162eb24ebd91c6dffeb19c.zip
qemu-4850c6cc56201552e6162eb24ebd91c6dffeb19c.tar.gz
qemu-4850c6cc56201552e6162eb24ebd91c6dffeb19c.tar.bz2
hw/arm: xenpvh: Tweak machine description
Tweak machine description to better express that this is a Xen PVH machine for ARM. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/xen_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/xen_arm.c b/hw/arm/xen_arm.c
index 766a194..5f75cc3 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";