projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0377f96
)
hw/arm: xenpvh: Tweak machine description
author
Edgar E. Iglesias
<edgar.iglesias@amd.com>
Thu, 8 Aug 2024 20:30:53 +0000
(22:30 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@amd.com>
Wed, 4 Sep 2024 14:50:42 +0000
(16:50 +0200)
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>
hw/arm/xen_arm.c
patch
|
blob
|
history
diff --git
a/hw/arm/xen_arm.c
b/hw/arm/xen_arm.c
index 766a194fa1076703d8892a5fdc125b765a32a38a..5f75cc3779540d2793129938fd36a916e43d0f76 100644
(file)
--- 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 P
ara-virtualized PC
";
+ mc->desc = "Xen P
VH ARM machine
";
mc->init = xen_arm_init;
mc->max_cpus = 1;
mc->default_machine_opts = "accel=xen";