sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/target-s390x
Christian Borntraeger 22486aa04a s390x: fix memory detection for guests > 64GB
the s390 memory detection has a 16bit field that specifies the amount of
increments. This patch adopts the memory size to always fit into that
scheme. This also fixes virtio detection for these guests, since the
descriptor page is located after the main memory.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2011-05-20 17:35:13 +02:00
..
cpu.h s390x: remove compatibility cc field 2011-05-20 17:35:12 +02:00
exec.h s390x: Enable s390x-softmmu target 2011-04-18 20:51:59 +02:00
helper.c s390x: helper functions for system emulation 2011-05-20 17:35:12 +02:00
helpers.h s390x: Implement opcode helpers 2011-05-20 17:35:12 +02:00
kvm.c s390x: Fix debugging for unknown sigp order codes 2011-05-20 17:35:13 +02:00
machine.c Add support for S390x system emulation 2009-12-05 17:36:05 +01:00
op_helper.c s390x: fix memory detection for guests > 64GB 2011-05-20 17:35:13 +02:00
translate.c s390x: translate engine for s390x CPU 2011-05-20 17:35:12 +02:00