Anthony PERARD writes ("[PATCH v2 for-4.12] libxl: When restricted, start QEMU
paused"):
> Signed-off-by: Anthony PERARD
> Release-acked-by: Juergen Gross
Acked-by: Ian Jackson
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.
libxl runs the command "cont" later during guest creation; i.e. it
is expecting that QEMU would not do any emulation. Use the "-S"
command option to achieve this.
Unfortunately, when QEMU is started with "-S", it won't write QEMU's
readiness into xenstore. So only activate this option when we hav