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

2017-03-21 Thread Stefano Stabellini
On Tue, 21 Mar 2017, Paul Durrant wrote: > Fixing list address... > > > -Original Message- > > From: Stefano Stabellini [mailto:sstabell...@kernel.org] > > Sent: 20 March 2017 22:05 > > To: Paul Durrant > > Cc: qemu-de...@lists.xenproject.org; Stefano Stabellini > > ; Anthony Perard ; > >

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

2017-03-21 Thread Paul Durrant
Fixing list address... > -Original Message- > From: Stefano Stabellini [mailto:sstabell...@kernel.org] > Sent: 20 March 2017 22:05 > To: Paul Durrant > Cc: qemu-de...@lists.xenproject.org; Stefano Stabellini > ; Anthony Perard ; > Paolo Bonzini > Subject: Re: [PATCH v2] xen: use libxende

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

2017-03-20 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