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:
http://savannah.gnu.org/cgi-bin/v
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.
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
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: /cvsr
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:
http://savannah.gnu.org/cgi-bin/vi
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/04 18:54:21
Modified files:
. : Makefile.target vl.h
hw : integratorcp.c
Added files:
hw : smc91c111.c
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/04 18:46:06
Modified files:
. : cpu-exec.c
target-i386: helper.c helper2.c
Log message:
generate GPF if non canonical addres
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 nice)
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: /
-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
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
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 unde
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 -r1.58
13 matches
Mail list logo