[Qemu-devel] [PATCH] x86-64 sign extension exception

2005-12-04 Thread Filip Navara
Changelog: Raise a GPF exception instead of page fault if the sign extension of 64-bit address isn't valid. Index: target-i386/helper.c === RCS file: /cvsroot/qemu/qemu/target-i386/helper.c,v retrieving revision 1.58 diff -u

[Qemu-devel] cannot compile cvs verson from yesterday

2005-12-04 Thread Halim Sahin
Hi, I tried dto compile qemu on a debian sarge system (x86). ./configure --enable-alsa --target-list=i386 /tmp/qemu/exec.c: In Funktion »cpu_physical_memory_reset_dirty«: /tmp/qemu/exec.c:1358: error: `VirtPageDesc' undeclared (first use in this funct ion) /tmp/qemu/exec.c:1358: error: (Each

Re: [Qemu-devel] cannot compile cvs verson from yesterday

2005-12-04 Thread Paul Brook
On Sunday 04 December 2005 09:49, Halim Sahin wrote: Hi, I tried dto compile qemu on a debian sarge system (x86). ./configure --enable-alsa --target-list=i386 You almost certainly want --target-list=i386-softmmu The non-softmmu target (aka qemu-fast) is unsupported. If you really want to use

[Qemu-devel] Windows TAP

2005-12-04 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Is there some work in progress to implement TAP devices for Win32 host ? The existing win32-tap patch has been broken with the changes in the network emulation. I tried to apply it by hand, but I got stuck with that. On Windows host, this patch

Re: [Qemu-devel] [PATCH] x86-64 sign extension exception

2005-12-04 Thread Filip Navara
Filip Navara wrote: Changelog: Raise a GPF exception instead of page fault if the sign extension of 64-bit address isn't valid. sigh, i should never make patches just after i wake up... Index: target-i386/helper.c === RCS file:

Re: [Qemu-devel] Setup Clock Speed

2005-12-04 Thread Henrik Nordstrom
On Sun, 27 Nov 2005, Evandro wrote: I'm using an x86 host/ PowerPC target. I just dont want my PPC flying high (if the target PPC emulation will slowed down will remain more resources on my host machine). A good way to make qemu more nice to other uses of the host is to nice it... (man

[Qemu-devel] qemu/target-arm translate.c

2005-12-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/12/04 18:56:28 Modified files: target-arm : translate.c Log message: Arm mulxy insn fix (Paul Brook) CVSWeb URLs:

[Qemu-devel] [PATCH] installs with a different prefix

2005-12-04 Thread Adam Lackorzynski
Hi, I'd like to have make install prefix=/some/other/dir work, the files will be linked/moved to their final destination later (e.g. /usr/local). The following modification makes this possible. Index: configure === RCS file:

[Qemu-devel] [PATCH] BSD USB host redirector

2005-12-04 Thread Lonnie Mendez
This is a very experimental patch to support host usb devices on BSD. It was mainly tested with FreeBSD 6.0-RELEASE. The patch applies on top of the many BSD patches for the FreeBSD port of qemu. WARNING: This is for developers only. Please do not try this with devices

[Qemu-devel] Current MIPS fixes

2005-12-04 Thread Daniel Jacobowitz
Fabrice, since the last combined patch I sent you, I've dropped the exec.c bits; added EXCP_HALTED; improved the unaligned access traps; and shaved two bits off the branch delay slot state. It's still pretty slow, but I'm confident it can go faster. Also has the command line passing bits merged.

[Qemu-devel] qemu/target-i386 helper.c

2005-12-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/12/04 22:17:11 Modified files: target-i386: helper.c Log message: segment validation fix in lret/iret CVSWeb URLs: