Richard Henderson
08db178544
target/hppa: Remove TARGET_HPPA64
...
Allow both user-only and system mode to run pa2.0 cpus.
Avoid creating a separate qemu-system-hppa64 binary;
force the qemu-hppa binary to use TARGET_ABI32.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2023-11-06 18:49:34 -08:00
Richard Henderson
0bd447ee64
target/hppa: Remove TARGET_ALIGNED_ONLY
...
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2023-05-05 17:05:58 +01:00
Marc-André Lureau
ee3eb3a7ce
Replace TARGET_WORDS_BIGENDIAN
...
Convert the TARGET_WORDS_BIGENDIAN macro, similarly to what was done
with HOST_BIG_ENDIAN. The new TARGET_BIG_ENDIAN macro is either 0 or 1,
and thus should always be defined to prevent misuse.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Suggested-by: Halil Pasic <pasic@linux.ibm.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20220323155743.1585078-8-marcandre.lureau@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-04-06 10:50:37 +02:00
Alex Bennée
812b31d3f9
configs: rename default-configs to configs and reorganise
...
In preparation for offering variation to our build configurations lets
move everything and rename it to default. Common included base configs
are also renamed.
During the cleanup the stale usb.mak and pci.mak references were
removed from MAINTAINERS.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Cc: Paolo Bonzini <pbonzini@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2021-07-09 18:21:34 +02:00