qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH V2 0/2] Add virtio endianness determination in KVM A


From: Pranavkumar Sawargaonkar
Subject: [Qemu-devel] [PATCH V2 0/2] Add virtio endianness determination in KVM ARM/ARM64
Date: Mon, 22 Dec 2014 14:34:55 +0530

In KVM ARM/ARM64 one can run cross-endian guset with respect to host kernel.
For virtio to work with this we need to make virtio code aware of 
guest's endianness.
This patchset adds the guest endianness determination for KVM ARM/ARM64
and related small fix in KVM ARM64.

V2:
- Change the patch to be used generically for both ARM and ARM64.
- Define TARGET_IS_BIENDIAN for target-arm
- Address the review comments received in v1.
- Rebased code on top of latest qemu code.

V1:
- First patch in this series.
- http://lists.gnu.org/archive/html/qemu-devel/2014-10/msg03321.html


Pranavkumar Sawargaonkar (2):
  target-arm: KVM64: Get and Sync up guest register state like kvm32.
  target-arm: Guest cpu endianness determination for virtio KVM
    ARM/ARM64

 target-arm/cpu.c   | 27 +++++++++++++++++++++++++++
 target-arm/cpu.h   |  2 ++
 target-arm/kvm64.c | 12 ++++++++++++
 3 files changed, 41 insertions(+)

-- 
1.9.1




reply via email to

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