mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
PPC: Bump qemu-system-ppc to 64-bit physical address space
Some 32-bit PPC CPUs can use up to 36 bit of physical address space. Treat them accordingly in the qemu-system-ppc binary type. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
6b7a2cf6d9
commit
8b242eba64
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -3309,7 +3309,7 @@ case "$target_arch2" in
|
|||
;;
|
||||
ppc)
|
||||
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
|
||||
target_phys_bits=32
|
||||
target_phys_bits=64
|
||||
target_nptl="yes"
|
||||
target_libs_softmmu="$fdt_libs"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue