]> Git Repo - qemu.git/commit - target/s390x/kvm.c
s390x/mmu: Use ioctl for reading and writing from/to guest memory
authorThomas Huth <[email protected]>
Fri, 6 Feb 2015 14:54:58 +0000 (15:54 +0100)
committerCornelia Huck <[email protected]>
Thu, 30 Apr 2015 11:21:42 +0000 (13:21 +0200)
commita9bcd1b8719dea2e91512238d810e2a0037e174d
tree9f4520bf1f7267b405dbf8e4b18074af306a56cd
parentf07177a5599fb204e42a007db4820ceda1bc85ba
s390x/mmu: Use ioctl for reading and writing from/to guest memory

Add code to make use of the new ioctl for reading from / writing to
virtual guest memory. By using the ioctl, the memory accesses are now
protected with the so-called ipte-lock in the kernel.

[CH: moved error message into kvm_s390_mem_op()]
Signed-off-by: Thomas Huth <[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target-s390x/cpu.h
target-s390x/kvm.c
target-s390x/mmu_helper.c
This page took 0.021683 seconds and 4 git commands to generate.