Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2016-01-07 Thread Ian Campbell
On Wed, 2016-01-06 at 19:29 +0100, Tamas K Lengyel wrote: > > > On Wed, Jan 6, 2016 at 4:48 PM, Ian Campbell > wrote: > > On Wed, 2015-12-23 at 15:53 +0100, Tamas K Lengyel wrote: > > > Introduce new vm_event domctl option which allows an event subscriber > > > to request all vCPUs not currently

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2016-01-06 Thread Tamas K Lengyel
On Wed, Jan 6, 2016 at 4:48 PM, Ian Campbell wrote: > On Wed, 2015-12-23 at 15:53 +0100, Tamas K Lengyel wrote: > > Introduce new vm_event domctl option which allows an event subscriber > > to request all vCPUs not currently pending a vm_event request to be > > paused, > > thus allowing the subsc

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2016-01-06 Thread Ian Campbell
On Wed, 2015-12-23 at 15:53 +0100, Tamas K Lengyel wrote: > Introduce new vm_event domctl option which allows an event subscriber > to request all vCPUs not currently pending a vm_event request to be > paused, > thus allowing the subscriber to sync up on the state of the domain. This > is especiall

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Andrew Cooper
On 23/12/2015 21:06, Tamas K Lengyel wrote: > > > On Wed, Dec 23, 2015 at 9:55 PM, Tamas K Lengyel > wrote: > > > > > On Wed, Dec 23, 2015 at 8:14 PM, Andrew Cooper > mailto:andrew.coop...@citrix.com>> wrote: > > On 23/12/2015 18:11, Tamas K Lengyel wrot

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Tamas K Lengyel
On Wed, Dec 23, 2015 at 9:55 PM, Tamas K Lengyel wrote: > > > > On Wed, Dec 23, 2015 at 8:14 PM, Andrew Cooper > wrote: > >> On 23/12/2015 18:11, Tamas K Lengyel wrote: >> >> >> >> On Wed, Dec 23, 2015 at 6:17 PM, Andrew Cooper > > wrote: >> >>> On 23/12/2015 15:41, Razvan Cojocaru wrote: >>> >

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Tamas K Lengyel
On Wed, Dec 23, 2015 at 8:14 PM, Andrew Cooper wrote: > On 23/12/2015 18:11, Tamas K Lengyel wrote: > > > > On Wed, Dec 23, 2015 at 6:17 PM, Andrew Cooper > wrote: > >> On 23/12/2015 15:41, Razvan Cojocaru wrote: >> > On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: >> >> Introduce new vm_event do

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Andrew Cooper
On 23/12/2015 18:11, Tamas K Lengyel wrote: > > > On Wed, Dec 23, 2015 at 6:17 PM, Andrew Cooper > mailto:andrew.coop...@citrix.com>> wrote: > > On 23/12/2015 15:41, Razvan Cojocaru wrote: > > On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: > >> Introduce new vm_event domctl option which

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Razvan Cojocaru
On 12/23/2015 08:11 PM, Tamas K Lengyel wrote: > > > On Wed, Dec 23, 2015 at 6:17 PM, Andrew Cooper > mailto:andrew.coop...@citrix.com>> wrote: > > On 23/12/2015 15:41, Razvan Cojocaru wrote: > > On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: > >> Introduce new vm_event domctl option

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Tamas K Lengyel
On Wed, Dec 23, 2015 at 6:17 PM, Andrew Cooper wrote: > On 23/12/2015 15:41, Razvan Cojocaru wrote: > > On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: > >> Introduce new vm_event domctl option which allows an event subscriber > >> to request all vCPUs not currently pending a vm_event request to b

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Andrew Cooper
On 23/12/2015 15:41, Razvan Cojocaru wrote: > On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: >> Introduce new vm_event domctl option which allows an event subscriber >> to request all vCPUs not currently pending a vm_event request to be paused, >> thus allowing the subscriber to sync up on the stat

Re: [Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Razvan Cojocaru
On 12/23/2015 04:53 PM, Tamas K Lengyel wrote: > Introduce new vm_event domctl option which allows an event subscriber > to request all vCPUs not currently pending a vm_event request to be paused, > thus allowing the subscriber to sync up on the state of the domain. This > is especially useful when

[Xen-devel] [PATCH 1/2] vm_event: sync domctl

2015-12-23 Thread Tamas K Lengyel
Introduce new vm_event domctl option which allows an event subscriber to request all vCPUs not currently pending a vm_event request to be paused, thus allowing the subscriber to sync up on the state of the domain. This is especially useful when the subscribed wants to disable certain events from be