]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/arm: xenpvh: Remove double-negation in warning
authorEdgar E. Iglesias <edgar.iglesias@amd.com>
Fri, 16 Aug 2024 14:21:57 +0000 (16:21 +0200)
committerEdgar 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

index fda65d0d8d04d03ca7c5c83c1c8c826a84999563..16b3f00992b7cdc5fea7e9cccde06dc54839da3c 100644 (file)
@@ -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;