Re: [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

2015-08-07 Thread Eric Auger
Hi Chistoffer, On 07/18/2015 11:18 AM, Christoffer Dall wrote: On Mon, Jul 06, 2015 at 02:49:56PM +0200, Eric Auger wrote: On halt, the guest is forced to exit and prevented from being re-entered. This is synchronous. Those two operations will be needed for IRQ forwarding setting.

Re: [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

2015-08-07 Thread Eric Auger
On 07/18/2015 11:18 AM, Christoffer Dall wrote: On Mon, Jul 06, 2015 at 02:49:56PM +0200, Eric Auger wrote: On halt, the guest is forced to exit and prevented from being re-entered. This is synchronous. Those two operations will be needed for IRQ forwarding setting. Signed-off-by: Eric

Re: [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

2015-07-07 Thread Eric Auger
On 07/07/2015 03:41 PM, Andrew Jones wrote: On Mon, Jul 06, 2015 at 02:49:56PM +0200, Eric Auger wrote: On halt, the guest is forced to exit and prevented from being re-entered. This is synchronous. Those two operations will be needed for IRQ forwarding setting. Signed-off-by: Eric Auger

Re: [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

2015-07-07 Thread Andrew Jones
On Mon, Jul 06, 2015 at 02:49:56PM +0200, Eric Auger wrote: On halt, the guest is forced to exit and prevented from being re-entered. This is synchronous. Those two operations will be needed for IRQ forwarding setting. Signed-off-by: Eric Auger eric.au...@linaro.org --- RFC v1 - v2: -