Apologies for the line-wrapping on this patchset, the series can be found as
the most recent commits on the master branch of
g...@github.com:patricksjackson/qemu.git, with web link
here<https://github.com/patricksjackson/qemu/tree/master>
.
On Mon, Aug 22, 2011 at 5:36 AM, Patrick Jackson
Signed-off-by: Patrick Jackson
---
hw/android_arm.c | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/hw/android_arm.c b/hw/android_arm.c
index 5d8372d..f85db5c 100644
--- a/hw/android_arm.c
+++ b/hw/android_arm.c
@@ -74,6 +74,25 @@ static void
Signed-off-by: Patrick Jackson
---
Makefile.target |1 +
hw/android_arm.c |1 +
hw/goldfish_battery.c | 247
+
hw/goldfish_device.h |3 +
hw/power_supply.h | 109 ++
5 files changed, 361 insertions
Signed-off-by: Patrick Jackson
---
Makefile.target |2 +-
hw/android_arm.c | 18 +
hw/goldfish_device.h |2 +
hw/goldfish_switch.c | 168
++
4 files changed, 189 insertions(+), 1 deletions(-)
create mode 100644 hw
Signed-off-by: Patrick Jackson
---
Makefile.target |2 +-
hw/android_arm.c |1 +
hw/goldfish_device.h |1 +
hw/goldfish_memlog.c | 106
++
4 files changed, 109 insertions(+), 1 deletions(-)
create mode 100644 hw
This device allows for viewing the kernel output using the command line
options below.
-append "console=ttyS0" -serial stdio
Signed-off-by: Patrick Jackson
---
Makefile.target |1 +
hw/android_arm.c |9 ++
hw/goldfish_device.h |1 +
hw/goldfish_tty.c
Includes a timer and a real time clock.
Signed-off-by: Patrick Jackson
---
Makefile.target |2 +-
hw/android_arm.c |2 +
hw/goldfish_device.h |2 +
hw/goldfish_timer.c | 241
++
4 files changed, 246 insertions(+), 1
Signed-off-by: Patrick Jackson
---
Makefile.target |2 +-
hw/android_arm.c|5 ++
hw/goldfish_device.h|1 +
hw/goldfish_interrupt.c | 182
+++
4 files changed, 189 insertions(+), 1 deletions(-)
create mode 100644 hw
This commit includes a bridge device and a bus, as well as necessary access
functions.
Signed-off-by: Patrick Jackson
---
Makefile.target |2 +-
hw/goldfish_device.c | 294
++
hw/goldfish_device.h | 52 +
3 files changed, 347
Signed-off-by: Patrick Jackson
---
Makefile.target |1 +
hw/android_arm.c | 76
++
2 files changed, 77 insertions(+), 0 deletions(-)
create mode 100644 hw/android_arm.c
diff --git a/Makefile.target b/Makefile.target
index 096214a
This patchset is a step towards integrating the Goldfish hardware that is
necessary to run Android in QEMU. It contains all of the devices that I was
able to get working during my GSOC project, but is missing several important
devices and as a result does not allow for a usable Android OS
(Specific
11 matches
Mail list logo