qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] qemu: pending s390x patches


From: Jens Freimann
Subject: [Qemu-devel] [PATCH 0/3] qemu: pending s390x patches
Date: Thu, 24 Apr 2014 10:51:31 +0200

Cornelia,Alex,Christian,

here are two fixes for address translation and one patch preparing
support for guest debugging support.

Patch 1 - This one should go in soon because we already have 
__KVM_HAVE_GUEST_DEBUG
          in kvm/queue.
          It adds function stubs for guest debugging as a preparation for
          the actual implementation, which will follow once we have kernel 
support
Patch 2 - take psa into account when translating real to absolute addresses
Patch 3 - with EDAT-1 enabled and the format control bit set, we stop
          translating at the segment table and the returned address always 
points
          to a segment-sized block of memory

David Hildenbrand (1):
  s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG

Thomas Huth (2):
  s390x/helper: Fixed real-to-absolute address translation
  s390x/helper: Added format control bit to MMU translation

 target-s390x/helper.c | 22 +++++++++++++++++++---
 target-s390x/kvm.c    | 28 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 3 deletions(-)

-- 
1.8.5.5




reply via email to

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