Re: [PATCH v3 1/4] KVM: nVMX: Rework interception of IRQs and NMIs

2014-03-08 Thread Jan Kiszka
On 2014-03-07 20:48, Paolo Bonzini wrote: Il 07/03/2014 20:03, Jan Kiszka ha scritto: @@ -4631,22 +4631,8 @@ static void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) static int vmx_nmi_allowed(struct kvm_vcpu *vcpu) { -if (is_guest_mode(vcpu)) { -if

Re: [RFC] ARM VM System Sepcification

2014-03-08 Thread Michael Casadevall
On 03/06/2014 05:46 PM, Paolo Bonzini wrote: Il 06/03/2014 09:52, Robie Basak ha scritto: On Sat, Mar 01, 2014 at 03:27:56PM +, Grant Likely wrote: I would also reference section 3.3 (Boot Option Variables Default Boot Behavior) and 3.4.1.1 (Removable Media Boot Behavior) here. It's fine

[no subject]

2014-03-08 Thread Cham Tao Soon
I have a proposal for you. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] ARM VM System Sepcification

2014-03-08 Thread Laszlo Ersek
On 03/08/14 12:41, Michael Casadevall wrote: On 03/06/2014 05:46 PM, Paolo Bonzini wrote: Il 06/03/2014 09:52, Robie Basak ha scritto: On Sat, Mar 01, 2014 at 03:27:56PM +, Grant Likely wrote: I would also reference section 3.3 (Boot Option Variables Default Boot Behavior) and 3.4.1.1

Re: [PATCH v3 1/4] KVM: nVMX: Rework interception of IRQs and NMIs

2014-03-08 Thread Paolo Bonzini
Il 08/03/2014 10:21, Jan Kiszka ha scritto: On 2014-03-07 20:48, Paolo Bonzini wrote: Il 07/03/2014 20:03, Jan Kiszka ha scritto: @@ -4631,22 +4631,8 @@ static void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) static int vmx_nmi_allowed(struct kvm_vcpu *vcpu) { -if