Searched hist:"092670 cd90eb88c33661de21f1b4ee08d2597171" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/s390/kvm/ |
H A D | gaccess.h | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
H A D | sigp.c | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
H A D | intercept.c | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
H A D | kvm-s390.h | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
H A D | kvm-s390.c | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | diff 092670cd90eb88c33661de21f1b4ee08d2597171 Sun Jul 24 03:48:22 CDT 2011 Carsten Otte <cotte@de.ibm.com> [S390] Use gmap translation for accessing guest memory
This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses.
Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|