Signed-off-by: Matthieu Castet
---
hw/intc/armv7m_nvic.c| 38 +-
target/arm/cpu.c | 4 ++--
target/arm/ptw.c | 23 +++
target/arm/tcg/cpu-v7m.c | 21 -
4 files changed, 74 insertions(+), 12 deletions
Hello,
I have a patch that should allow to support cortex-m0+.
I used it in a special arm virtual machine that is still in progress (and not
submitted).
I think this can be usefull.
Matthieu Castet (1):
target/arm: Add cortex-m0+ support
hw/intc/armv7m_nvic.c| 38
Signed-off-by: Matthieu Castet
---
hw/intc/armv7m_nvic.c| 38 +-
target/arm/cpu.c | 4 ++--
target/arm/ptw.c | 23 +++
target/arm/tcg/cpu-v7m.c | 21 -
4 files changed, 74 insertions(+), 12 deletions
.bss
03
04 .ARM.exidx
>From 4d986b66e9ae04efeabde9ad73f60d3c2d6912f9 Mon Sep 17 00:00:00 2001
From: Matthieu CASTET
Date: Wed, 2 Mar 2011 17:04:39 +0100
Subject: [PATCH] allow to load android binary
Android binary start with a weird elf program header : the first
one is of size 0 point
Hi,
this patch try to add usermode NPTL support for i386.
Note that this patch need review because I don't know if I did the right thing
removing the cpu_reset in the clone path.
Matthieu
diff --git a/configure b/configure
index 0a84b0e..69ccb13 100755
--- a/configure
+++ b/configure
@@ -2342,
Hi,
I tried to use
http://www.fedoraforum.de/iso/test/rawhide-KDE4-i686-20080109/rawhide-KDE4-i686-20080109.4.iso
image with qemu 0.9.1 (binary version from
http://fabrice.bellard.free.fr/qemu/download.html).
When I don't use -kernel-kqemu, the kernel boot, but if I used -kernel-kqemu I
got a Ker