Re: [Xen-devel] [PATCH 1/8] x86/vm-event: proper vCPU-paused checks at resume

2016-07-01 Thread Tamas K Lengyel
On Thu, Jun 30, 2016 at 12:41 PM, Corneliu ZUZU wrote: > A VM_EVENT_FLAG_VCPU_PAUSED flag in a vm-event response should only be treated > as informative that the toolstack user wants the vm-event subsystem to unpause > the target vCPU, but not be relied upon to decide if the target vCPU is > actu

Re: [Xen-devel] [PATCH 1/8] x86/vm-event: proper vCPU-paused checks at resume

2016-07-01 Thread Razvan Cojocaru
On 06/30/16 21:41, Corneliu ZUZU wrote: > A VM_EVENT_FLAG_VCPU_PAUSED flag in a vm-event response should only be treated > as informative that the toolstack user wants the vm-event subsystem to unpause > the target vCPU, but not be relied upon to decide if the target vCPU is > actually > paused. >

[Xen-devel] [PATCH 1/8] x86/vm-event: proper vCPU-paused checks at resume

2016-06-30 Thread Corneliu ZUZU
A VM_EVENT_FLAG_VCPU_PAUSED flag in a vm-event response should only be treated as informative that the toolstack user wants the vm-event subsystem to unpause the target vCPU, but not be relied upon to decide if the target vCPU is actually paused. That being said, this patch does the following: *