[Qemu-devel] [PATCH] allow to load android binary

2011-03-02 Thread matthieu castet
.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

[Qemu-devel] [PATCH] add usermode NPTL support for i386

2010-02-12 Thread matthieu castet
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,

[Qemu-devel] -kernel-kqemu causes a linux guest kernel crash

2008-01-13 Thread Matthieu CASTET
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