Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/master
authorAvi Kivity <avi@redhat.com>
Thu, 5 Apr 2012 16:04:20 +0000 (19:04 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 5 Apr 2012 16:04:20 +0000 (19:04 +0300)
commit8a4032496f41d40d2d0272b887b7f4cbc0ea2186
tree48bfd9b290bfe64d7288afef791c247759c81d0e
parent7a4f5ad051e02139a9f1c0f7f4b1acb88915852b
parent592f5d87b3feee9d60411f19d583038c0c7670ad
Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/master

Five fixes for bugs that have crept in to the powerpc KVM implementations.
These are all small simple patches that only affect arch/powerpc/kvm.
They come from the series that Alex Graf put together but which was too
late for the 3.4 merge window.

* tag 'powerpc-fixes' of git://github.com/paulusmack/linux:
  KVM: PPC: Book3S: PR: Fix preemption
  KVM: PPC: Save/Restore CR over vcpu_run
  KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
  KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
  KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code

Signed-off-by: Avi Kivity <avi@redhat.com>