qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] virtio: guest endianness support


From: Greg Kurz
Subject: [Qemu-devel] [PATCH 0/2] virtio: guest endianness support
Date: Mon, 07 Oct 2013 17:23:28 +0200
User-agent: StGit/0.16

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

[Prev in Thread] Current Thread [Next in Thread]