[Qemu-devel] [PATCH v1 for-2.12 0/2] s390x/kvm: last minute fixes

David Hildenbrand posted 2 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180409113019.14568-1-david@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
target/s390x/helper.c     | 10 ++++++----
target/s390x/mmu_helper.c |  2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH v1 for-2.12 0/2] s390x/kvm: last minute fixes
Posted by David Hildenbrand 6 years ago
Patch 1 only applies to old KVM instances without the virtual memory access
IOCTL in KVM.

Patch 2 could be problematic when toggling PER in a restart interrupt.
Watchpoint recomputation only applies to TCG.

David Hildenbrand (2):
  s390x/mmu: don't overwrite pending exception in mmu translate
  s390x: load_psw() should only exchange the PSW for KVM

 target/s390x/helper.c     | 10 ++++++----
 target/s390x/mmu_helper.c |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v1 for-2.12 0/2] s390x/kvm: last minute fixes
Posted by Cornelia Huck 6 years ago
On Mon,  9 Apr 2018 13:30:17 +0200
David Hildenbrand <david@redhat.com> wrote:

> Patch 1 only applies to old KVM instances without the virtual memory access
> IOCTL in KVM.
> 
> Patch 2 could be problematic when toggling PER in a restart interrupt.
> Watchpoint recomputation only applies to TCG.
> 
> David Hildenbrand (2):
>   s390x/mmu: don't overwrite pending exception in mmu translate
>   s390x: load_psw() should only exchange the PSW for KVM
> 
>  target/s390x/helper.c     | 10 ++++++----
>  target/s390x/mmu_helper.c |  2 +-
>  2 files changed, 7 insertions(+), 5 deletions(-)
> 

Thanks, queued to s390-fixes.