dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/s390/kvm
Christian Borntraeger b6cf8788a3 [S390] kvm: extension capability for new address space layout
598841ca99 ([S390] use gmap address
spaces for kvm guest images) changed kvm on s390 to use a separate
address space for kvm guests. We can now put KVM guests anywhere
in the user address mode with a size up to 8PB - as long as the
memory is 1MB-aligned. This change was done without KVM extension
capability bit.
The change was added after 3.0, but we still have a chance to add
a feature bit before 3.1 (keeping the releases in a sane state).
We use number 71 to avoid collisions with other pending kvm patches
as requested by Alexander Graf.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Avi Kivity <avi@redhat.com>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2011-09-20 17:07:34 +02:00
..
Kconfig virtio: expose for non-virtualization users too 2011-07-23 16:20:30 +09:30
Makefile [S390] move sie code to entry.S 2011-07-24 10:48:21 +02:00
diag.c [S390] Replace ENOTSUPP usage with EOPNOTSUPP 2010-02-26 22:37:31 +01:00
gaccess.h [S390] Use gmap translation for accessing guest memory 2011-07-24 10:48:21 +02:00
intercept.c [S390] Use gmap translation for accessing guest memory 2011-07-24 10:48:21 +02:00
interrupt.c [S390] kvm: make sigp emerg smp capable 2011-07-24 10:48:22 +02:00
kvm-s390.c [S390] kvm: extension capability for new address space layout 2011-09-20 17:07:34 +02:00
kvm-s390.h [S390] remove kvm mmu reload on s390 2011-07-24 10:48:21 +02:00
priv.c [S390] kvm: handle tprot intercepts 2011-07-24 10:48:20 +02:00
sigp.c [S390] Use gmap translation for accessing guest memory 2011-07-24 10:48:21 +02:00