Re: [Qemu-devel] [PATCH 1/6] xen: Introduce -xen-stubdom option

2019-03-11 Thread Jason Andryuk
On Mon, Mar 11, 2019 at 2:06 PM Paolo Bonzini wrote: > > On 11/03/19 19:02, Jason Andryuk wrote: > > With Xen, QEMU can run isolated in a dedicated service VM - a stubdom. > > There are a few differences when running in a stubdom compared to dom0. > > Add the -xen-stubdom option to select this mod

Re: [Qemu-devel] [PATCH 1/6] xen: Introduce -xen-stubdom option

2019-03-11 Thread Paolo Bonzini
On 11/03/19 19:02, Jason Andryuk wrote: > With Xen, QEMU can run isolated in a dedicated service VM - a stubdom. > There are a few differences when running in a stubdom compared to dom0. > Add the -xen-stubdom option to select this mode at runtime. The default > is off. This should be "-accel xen

[Qemu-devel] [PATCH 1/6] xen: Introduce -xen-stubdom option

2019-03-11 Thread Jason Andryuk
With Xen, QEMU can run isolated in a dedicated service VM - a stubdom. There are a few differences when running in a stubdom compared to dom0. Add the -xen-stubdom option to select this mode at runtime. The default is off. Signed-off-by: Jason Andryuk --- include/hw/xen/xen.h | 6 ++ qemu-o