blob: c9149b5f8cb776c686545b708280fee30a4e179b (
plain) (
blame)
1
2
3
4
5
|
validate_guest_space incorrectly enabled on AArch64
When running linux-user targetting AArch64, validate_guest_space() in elfload.c reserves space in the guest address space for the ARM commpage. Since there is no commpage on AArch64, this function should be disable on that target.
|