This patchset is a followup to Rusty's "virtio for endian curious guests" serie:

https://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg01502.html

It brings guest endianness knowledge to the virtio drivers when running in
KVM mode, on PowerPC.

The first patch is only here to have KVM_REG_PPC_LPCR defined. It is not
needed unless you wish to build and do not already have KVM_REG_PPC_LPCR in
linux-headers/asm-powerpc/kvm.h. The interesting code is in the second patch.

Cheers.

---

Greg Kurz (2):
      linux-headers: POWER8 partial update
      virtio: refresh registers at reset time


 hw/virtio/virtio.c              |    5 +++++
 linux-headers/asm-powerpc/kvm.h |    3 +++
 target-ppc/kvm.c                |    4 ++++
 3 files changed, 12 insertions(+)

-- 
Greg Kurz


Reply via email to