mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-09 13:11:36 +00:00
qemu_process: move qemuProcessStartValidateGraphics to correct place
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
a62655f9c3
commit
3632ddc766
@ -4517,11 +4517,14 @@ qemuProcessStartValidate(virQEMUDriverPtr driver,
|
|||||||
if (qemuProcessStartValidateXML(driver, vm, qemuCaps, caps, flags) < 0)
|
if (qemuProcessStartValidateXML(driver, vm, qemuCaps, caps, flags) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
if (qemuProcessStartValidateGraphics(vm) < 0)
|
||||||
|
return -1;
|
||||||
|
|
||||||
VIR_DEBUG("Checking for any possible (non-fatal) issues");
|
VIR_DEBUG("Checking for any possible (non-fatal) issues");
|
||||||
|
|
||||||
qemuProcessStartWarnShmem(vm);
|
qemuProcessStartWarnShmem(vm);
|
||||||
|
|
||||||
return qemuProcessStartValidateGraphics(vm);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user