projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b421a0d
)
hw/arm: xenpvh: Remove double-negation in warning
author
Edgar E. Iglesias
<edgar.iglesias@amd.com>
Fri, 16 Aug 2024 14:21:57 +0000
(16:21 +0200)
committer
Edgar E. Iglesias
<edgar.iglesias@amd.com>
Wed, 4 Sep 2024 14:50:42 +0000
(16:50 +0200)
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 fda65d0d8d04d03ca7c5c83c1c8c826a84999563..16b3f00992b7cdc5fea7e9cccde06dc54839da3c 100644
(file)
--- a/
hw/arm/xen_arm.c
+++ b/
hw/arm/xen_arm.c
@@
-165,7
+165,7
@@
static void xen_arm_init(MachineState *machine)
xam->state = g_new0(XenIOState, 1);
if (machine->ram_size == 0) {
- warn_report("%s
non-zero
ram size not specified. QEMU machine started"
+ warn_report("%s
:
ram size not specified. QEMU machine started"
" without IOREQ (no emulated devices including virtio)",
MACHINE_CLASS(object_get_class(OBJECT(machine)))->desc);
return;