diff options
author | Alexander Yarygin <yarygin@linux.vnet.ibm.com> | 2015-03-05 12:36:48 +0300 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2015-04-30 13:21:42 +0200 |
commit | 6cb1e49de58cab8f243b05a971a9a1f80ab3223d (patch) | |
tree | 70d3b5f0b3a7c8498f1ee941a85b8227d63bb0f4 /qemu-nbd.c | |
parent | a9bcd1b8719dea2e91512238d810e2a0037e174d (diff) | |
download | hqemu-6cb1e49de58cab8f243b05a971a9a1f80ab3223d.zip hqemu-6cb1e49de58cab8f243b05a971a9a1f80ab3223d.tar.gz |
s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl
Access register mode is one of the modes that control dynamic address
translation. In this mode the address space is specified by values of
the access registers. The effective address-space-control element is
obtained from the result of the access register translation. See
the "Access-Register Introduction" section of the chapter 5 "Program
Execution" in "Principles of Operations" for more details.
When the CPU is in AR mode, the s390_cpu_virt_mem_rw() function must
know which access register number to use for address translation.
This patch does several things:
- add new parameter 'uint8_t ar' to that function
- decode ar number from intercepted instructions
- pass the ar number to s390_cpu_virt_mem_rw(), which in turn passes it
to the KVM_S390_MEM_OP ioctl.
Signed-off-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'qemu-nbd.c')
0 files changed, 0 insertions, 0 deletions