[Qemu-devel] Build failure of Git HEAD

2010-03-31 Thread Dirk Ullrich
Hi, just for the record: a build of QEMU from HEAD with '--enable-io-thread' fails. In "vl.c" "qemu_system_ready" is used but not declared any longer. Dirk

Re: [Qemu-devel] MIPS(EL) broken on i386 Linux host?

2010-02-06 Thread Dirk Ullrich
Hi Aurelien, 2010/2/6 Aurelien Jarno : > On Thu, Feb 04, 2010 at 08:40:23AM +0100, Dirk Ullrich wrote: >> Hi, >> >> I have a problem running a MIPS(EL) guest on a i386 linux host >> (actually, on Debian testing with a 2.6.32 kernel) when using the >> current Git

[Qemu-devel] [PATCH] configure: Add --enable-docs and --disable-docs to --help

2010-02-06 Thread Dirk Ullrich
This patch adds the documentation-related options "--enable-docs" and "--disable-docs" to the help message of "configure". Signed-off-by: Dirk Ullrich --- configure |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure b/configure

[Qemu-devel] MIPS(EL) broken on i386 Linux host?

2010-02-04 Thread Dirk Ullrich
Hi, I have a problem running a MIPS(EL) guest on a i386 linux host (actually, on Debian testing with a 2.6.32 kernel) when using the current Git master code for QEMU (compiled at the same Debian host). The MIPS(EL) guests I have tried are those provided http://people.debian.org/~aurel32/qemu/mips

Re: [Qemu-devel] [PATCH] Build and install more documentation formats

2010-02-01 Thread Dirk Ullrich
Hi Stefan, 2010/2/1 Stefan Weil : > Dirk Ullrich schrieb: >> Hi, >> >> I have patched QEMU's "configure" script and its main makefile: Now >> QEMU's documentation is also created in PDF format (using "texi2pdf"), >> and the target

[Qemu-devel] [PATCH] Build and install more documentation formats

2010-01-31 Thread Dirk Ullrich
Hi, I have patched QEMU's "configure" script and its main makefile: Now QEMU's documentation is also created in PDF format (using "texi2pdf"), and the targets "install-all-doc" / "install-all" install documentation in INFO and PDF format, too. May be others find this feature useful. Dirk For res