Re: [Xen-devel] [PATCH v2 3/5] libxl: xsrestrict QEMU

2015-06-08 Thread Stefano Stabellini
On Mon, 8 Jun 2015, Ian Jackson wrote: > Stefano Stabellini writes ("[PATCH v2 3/5] libxl: xsrestrict QEMU"): > > Check whether QEMU supports the xsrestrict option, by parsing its --help > > output. Store the result on xenstore for future reference on a per QEMU > > binary basis, so that device_mod

Re: [Xen-devel] [PATCH v2 3/5] libxl: xsrestrict QEMU

2015-06-08 Thread Ian Jackson
Stefano Stabellini writes ("[PATCH v2 3/5] libxl: xsrestrict QEMU"): > Check whether QEMU supports the xsrestrict option, by parsing its --help > output. Store the result on xenstore for future reference on a per QEMU > binary basis, so that device_model_override still works fine with it. ... > +

[Xen-devel] [PATCH v2 3/5] libxl: xsrestrict QEMU

2015-06-04 Thread Stefano Stabellini
Check whether QEMU supports the xsrestrict option, by parsing its --help output. Store the result on xenstore for future reference on a per QEMU binary basis, so that device_model_override still works fine with it. Replace / with _ in the QEMU binary path before writing it to xenstore, so that it