Re: [Qemu-devel] [PATCH] xen: use libxendevice model to restrict operations

2017-03-20 Thread Paul Durrant
o Bonzini > ; Stefano Stabellini > Subject: Re: [Qemu-devel] [PATCH] xen: use libxendevice model to restrict > operations > > Hi Paul, > > On 03/17/2017 10:30 AM, Paul Durrant wrote: > > This patch adds a command-line option (-xen-domid-restrict) which will > > use

Re: [Qemu-devel] [PATCH] xen: use libxendevice model to restrict operations

2017-03-17 Thread Philippe Mathieu-Daudé
Hi Paul, On 03/17/2017 10:30 AM, Paul Durrant wrote: This patch adds a command-line option (-xen-domid-restrict) which will use the new libxendevicemodel API to restrict devicemodel operations to the specified domid. This patch also adds a tracepoint to allow successful enabling of the restrict

[Qemu-devel] [PATCH] xen: use libxendevice model to restrict operations

2017-03-17 Thread Paul Durrant
This patch adds a command-line option (-xen-domid-restrict) which will use the new libxendevicemodel API to restrict devicemodel operations to the specified domid. This patch also adds a tracepoint to allow successful enabling of the restriction to be monitored. Signed-off-by: Paul Durrant --- C