Re: [Qemu-devel] qemu-system-m68k and booting m68k images

2007-10-11 Thread Rob Landley
On Wednesday 10 October 2007 10:20:41 pm Ian Graeme Hilt wrote: On Wed, Oct 10, 2007 at 06:20:57PM -0500, Rob Landley wrote: On Saturday 06 October 2007 8:59:02 pm Ian Graeme Hilt wrote: Two questions: 1. Why does qemu-system-m68k require a kernel image? I'd actually be pretty

Re: [Qemu-devel] [PATCH] syscall_target_errno.patch

2007-10-11 Thread J. Mayer
On Wed, 2007-10-10 at 21:38 -0600, Thayne Harbaugh wrote: I appreciate the work that Jocelyn did to correct the types used throughout linux-user/syscall.c. Along those same lines I am working on several patches to eliminate some incorrect constructs that have crept into syscall.c - some of

Re: [Qemu-devel] RFC: fix run of 32 bits Linux executables on 64 bits targets

2007-10-11 Thread Thiemo Seufer
Fabrice Bellard wrote: Thiemo Seufer wrote: Fabrice Bellard wrote: J. Mayer wrote: Following the patches done for elfload32, it appeared to me that there were still problems that would prevent 32 bits executables to run on 64 bits target in linux user mode emulation. [...] Are you sure it

Re: [Qemu-devel] RFC: fix run of 32 bits Linux executables on 64 bits targets

2007-10-11 Thread Blue Swirl
On 10/11/07, Thiemo Seufer [EMAIL PROTECTED] wrote: Fabrice Bellard wrote: Thiemo Seufer wrote: Fabrice Bellard wrote: J. Mayer wrote: Following the patches done for elfload32, it appeared to me that there were still problems that would prevent 32 bits executables to run on 64 bits

Re: [Qemu-devel] RFC: fix run of 32 bits Linux executables on 64 bits targets

2007-10-11 Thread Thiemo Seufer
Blue Swirl wrote: [snip] I would think this feature will be limited to platforms which can handle 32bit and 64bit binaries with a single personality. I am not sure it is a common case ! However, I suggest to emulate a 32 bit user linux system with a 64 bit guest CPU running in

Re: [Qemu-devel] RFC: cleanups: CPU_MEM_INDEX

2007-10-11 Thread Thiemo Seufer
J. Mayer wrote: On Wed, 2007-10-10 at 07:06 +0200, J. Mayer wrote: On Wed, 2007-10-10 at 01:12 +0100, Thiemo Seufer wrote: J. Mayer wrote: Here's a proposal to add a int cpu_mem_index (CPUState *env) function in targets cpu.h header. The idea of this patch is: - avoid many

Re: [Qemu-devel] qemu-system-m68k and booting m68k images

2007-10-11 Thread Ian Graeme Hilt
On Thu, Oct 11, 2007 at 02:15:25AM -0500, Rob Landley wrote: On Wednesday 10 October 2007 10:20:41 pm Ian Graeme Hilt wrote: On Wed, Oct 10, 2007 at 06:20:57PM -0500, Rob Landley wrote: On Saturday 06 October 2007 8:59:02 pm Ian Graeme Hilt wrote: Two questions: 1. Why does

Re: [Qemu-devel] Pending Disk I/O requests during live VM migration

2007-10-11 Thread Kaushik Bhandankar
In ioemu/vl.c: do_savevm(), before saving the current VM state for live VM migration (qemu_savevm_state()), it calls qemu_aio_flush() in ioemu/block-raw.c. Now qemu_aio_flush() internally calls qemu_aio_poll() where we loop through the linked list of RawAIOCB structures and remove the

Re: [Qemu-devel] RFC: fix run of 32 bits Linux executables on 64 bits targets

2007-10-11 Thread J. Mayer
On Thu, 2007-10-11 at 22:26 +0300, Blue Swirl wrote: On 10/10/07, Fabrice Bellard [EMAIL PROTECTED] wrote: Thiemo Seufer wrote: Fabrice Bellard wrote: J. Mayer wrote: Following the patches done for elfload32, it appeared to me that there were still problems that would prevent 32

Re: [Qemu-devel] RFC: cleanups: CPU_MEM_INDEX

2007-10-11 Thread J. Mayer
On Thu, 2007-10-11 at 18:46 +0100, Thiemo Seufer wrote: J. Mayer wrote: On Wed, 2007-10-10 at 07:06 +0200, J. Mayer wrote: On Wed, 2007-10-10 at 01:12 +0100, Thiemo Seufer wrote: J. Mayer wrote: Here's a proposal to add a int cpu_mem_index (CPUState *env) function in

[Fwd: [Qemu-devel] RFC: avoid #ifdef for target cpu list]

2007-10-11 Thread J. Mayer
Forwarded Message From: J. Mayer [EMAIL PROTECTED] Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: [Qemu-devel] RFC: avoid #ifdef for target cpu list Date: Wed, 10 Oct 2007 07:14:22 +0200 This tiny patch unifies the -cpu ? option for all cpu that

[Qemu-devel] Kqemu on x86_64 host with x86_64 guest

2007-10-11 Thread Alexander Sennhauser
Hey there, Just wanted to check if there is any progress with a x86_64 guest on a x86_64 host when the kernel module kqemu is enabled. As long the module is disabled the system boots fine. Setting: Gentoo x86_64 box as host, guest is a Debian AMD64 Execution: /usr/local/bin/qemu-system-x86_64