Re: [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code

2011-05-17 Thread Marcelo Tosatti
On Tue, May 17, 2011 at 03:05:12PM -0300, Marcelo Tosatti wrote: > > > > - ret = __kvmppc_vcpu_entry(kvm_run, vcpu); > > + kvm_guest_enter(); > > > kvm_guest_enter should run with interrupts disabled. Its fine, please ignore message. -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code

2011-05-17 Thread Marcelo Tosatti
On Wed, May 11, 2011 at 08:43:31PM +1000, Paul Mackerras wrote: > >From 964ee93b2d728e4fb16ae66eaceb6e912bf114ad Mon Sep 17 00:00:00 2001 > From: Paul Mackerras > Date: Tue, 10 May 2011 22:23:18 +1000 > Subject: [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into > sub

[PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code

2011-05-11 Thread Paul Mackerras
>From 964ee93b2d728e4fb16ae66eaceb6e912bf114ad Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 10 May 2011 22:23:18 +1000 Subject: [PATCH 08/13] kvm/powerpc: Move guest enter/exit down into subarch-specific code Instead of doing the kvm_guest_enter/exit() and local_irq_dis/ena