hw/arm: xenpvh: Remove double-negation in warning
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
This commit is contained in:
parent
b421a0dce6
commit
1af029d799
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user