From 5d8f37ad78fc66901af50c762029a501561f3b23 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 14 Sep 2009 14:32:27 -0700 Subject: Merge upstream QEMU 10.0.50 into the Android source tree. This change integrates many changes from the upstream QEMU sources. Its main purpose is to enable correct ARMv6 and ARMv7 support to the Android emulator. Due to the nature of the upstream code base, this unfortunately also required changes to many other parts of the source. Note that to ensure easier integrations in the future, some source files and directories that have heavy Android-specific customization have been renamed with an -android suffix. The original files are still there for easier integration tracking, but *never* compiled. For example: net.c net-android.c qemu-char.c qemu-char-android.c slirp/ slirp-android/ etc... Tested on linux-x86, darwin-x86 and windows host machines. --- gdb-xml/arm-core.xml | 31 +++++++++++++++++ gdb-xml/arm-neon.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++ gdb-xml/arm-vfp.xml | 29 ++++++++++++++++ gdb-xml/arm-vfp3.xml | 45 ++++++++++++++++++++++++ gdb-xml/cf-core.xml | 29 ++++++++++++++++ gdb-xml/cf-fp.xml | 22 ++++++++++++ gdb-xml/power-altivec.xml | 57 ++++++++++++++++++++++++++++++ gdb-xml/power-core.xml | 58 +++++++++++++++++++++++++++++++ gdb-xml/power-fpu.xml | 44 ++++++++++++++++++++++++ gdb-xml/power-spe.xml | 45 ++++++++++++++++++++++++ gdb-xml/power64-core.xml | 58 +++++++++++++++++++++++++++++++ 11 files changed, 506 insertions(+) create mode 100644 gdb-xml/arm-core.xml create mode 100644 gdb-xml/arm-neon.xml create mode 100644 gdb-xml/arm-vfp.xml create mode 100644 gdb-xml/arm-vfp3.xml create mode 100644 gdb-xml/cf-core.xml create mode 100644 gdb-xml/cf-fp.xml create mode 100644 gdb-xml/power-altivec.xml create mode 100644 gdb-xml/power-core.xml create mode 100644 gdb-xml/power-fpu.xml create mode 100644 gdb-xml/power-spe.xml create mode 100644 gdb-xml/power64-core.xml (limited to 'gdb-xml') diff --git a/gdb-xml/arm-core.xml b/gdb-xml/arm-core.xml new file mode 100644 index 0000000..6012f34 --- /dev/null +++ b/gdb-xml/arm-core.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/arm-neon.xml b/gdb-xml/arm-neon.xml new file mode 100644 index 0000000..ce3ee03 --- /dev/null +++ b/gdb-xml/arm-neon.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/arm-vfp.xml b/gdb-xml/arm-vfp.xml new file mode 100644 index 0000000..b20881e --- /dev/null +++ b/gdb-xml/arm-vfp.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/arm-vfp3.xml b/gdb-xml/arm-vfp3.xml new file mode 100644 index 0000000..227afd8 --- /dev/null +++ b/gdb-xml/arm-vfp3.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/cf-core.xml b/gdb-xml/cf-core.xml new file mode 100644 index 0000000..b90af30 --- /dev/null +++ b/gdb-xml/cf-core.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/cf-fp.xml b/gdb-xml/cf-fp.xml new file mode 100644 index 0000000..bf71c32 --- /dev/null +++ b/gdb-xml/cf-fp.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + , + + diff --git a/gdb-xml/power-altivec.xml b/gdb-xml/power-altivec.xml new file mode 100644 index 0000000..84f4d27 --- /dev/null +++ b/gdb-xml/power-altivec.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/power-core.xml b/gdb-xml/power-core.xml new file mode 100644 index 0000000..dae13a6 --- /dev/null +++ b/gdb-xml/power-core.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/power-fpu.xml b/gdb-xml/power-fpu.xml new file mode 100644 index 0000000..d1ca3a3 --- /dev/null +++ b/gdb-xml/power-fpu.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/power-spe.xml b/gdb-xml/power-spe.xml new file mode 100644 index 0000000..1ec15d6 --- /dev/null +++ b/gdb-xml/power-spe.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gdb-xml/power64-core.xml b/gdb-xml/power64-core.xml new file mode 100644 index 0000000..fef42e4 --- /dev/null +++ b/gdb-xml/power64-core.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1