Re: [Xen-devel] [PATCH v2 for-4.12] libxl: When restricted, start QEMU paused

2019-01-31 Thread Ian Jackson
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.

[Xen-devel] [PATCH v2 for-4.12] libxl: When restricted, start QEMU paused

2019-01-31 Thread Anthony PERARD
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