Re: [Xen-devel] [PATCH v5 0/6] libxl: xs_restrict QEMU

2015-07-29 Thread Stefano Stabellini
On Wed, 29 Jul 2015, Fabio Fantoni wrote: > Il 29/07/2015 11:21, Stefano Stabellini ha scritto: > > On Mon, 27 Jul 2015, Fabio Fantoni wrote: > > > Il 23/07/2015 19:26, Stefano Stabellini ha scritto: > > > > Hi all, > > > > > > > > this patch series changes libxl to start QEMU as device model with

Re: [Xen-devel] [PATCH v5 0/6] libxl: xs_restrict QEMU

2015-07-29 Thread Fabio Fantoni
Il 29/07/2015 11:21, Stefano Stabellini ha scritto: On Mon, 27 Jul 2015, Fabio Fantoni wrote: Il 23/07/2015 19:26, Stefano Stabellini ha scritto: Hi all, this patch series changes libxl to start QEMU as device model with the new xsrestrict option (http://marc.info/?l=xen-devel&m=14334169270735

Re: [Xen-devel] [PATCH v5 0/6] libxl: xs_restrict QEMU

2015-07-29 Thread Stefano Stabellini
On Mon, 27 Jul 2015, Fabio Fantoni wrote: > Il 23/07/2015 19:26, Stefano Stabellini ha scritto: > > Hi all, > > > > this patch series changes libxl to start QEMU as device model with the > > new xsrestrict option (http://marc.info/?l=xen-devel&m=143341692707358). > > It also starts a second QEMU t

Re: [Xen-devel] [PATCH v5 0/6] libxl: xs_restrict QEMU

2015-07-27 Thread Fabio Fantoni
Il 23/07/2015 19:26, Stefano Stabellini ha scritto: Hi all, this patch series changes libxl to start QEMU as device model with the new xsrestrict option (http://marc.info/?l=xen-devel&m=143341692707358). It also starts a second QEMU to provide PV backends in userspace (qdisk) to HVM guests. Hi

[Xen-devel] [PATCH v5 0/6] libxl: xs_restrict QEMU

2015-07-23 Thread Stefano Stabellini
Hi all, this patch series changes libxl to start QEMU as device model with the new xsrestrict option (http://marc.info/?l=xen-devel&m=143341692707358). It also starts a second QEMU to provide PV backends in userspace (qdisk) to HVM guests. Changes in v5: - improve commit messages with security d