Re: [Qemu-devel] [PATCH] SVM enabled processor should provide cpuid Fn8000_000A

2007-12-24 Thread Alexander Graf
Now that you're really using the SVM emulation, please bear in mind that the upper SVM exits don't work due to the 64-bit int limits. I haven't really found a proper solution for that, but in the meantime you can't intercept instructions like MONITOR or WBINVD, as they get shifted out of

[Qemu-devel] qemu block-vvfat.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:26:05 Modified files: . : block-vvfat.c Log message: Fix number_of_entries for filename of length [13] (Tristan Gingold). CVSWeb URLs:

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

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:29:55 Modified files: target-i386: translate.c Log message: Fix cmpxchg8b translation (Bernhard Kauer). CVSWeb URLs:

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

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:36:00 Modified files: target-i386: helper.c helper2.c Log message: SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). CVSWeb URLs:

[Qemu-devel] qemu/linux-user qemu.h

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:47:52 Modified files: linux-user : qemu.h Log message: Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh). CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:58:47 Modified files: . : vl.c Log message: Avoid the use of $ in format strings because it's system-specific - fixes drive names under Win32 (Eduardo

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

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 14:04:07 Modified files: target-i386: helper2.c Log message: Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). CVSWeb URLs:

[Qemu-devel] qemu block-raw-posix.c block-raw-win32.c block....

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 14:33:24 Modified files: . : block-raw-posix.c block-raw-win32.c block.c block.h osdep.c osdep.h qemu-doc.texi vl.c hw :

[Qemu-devel] qemu/target-mips translate_init.c

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 14:33:57 Modified files: target-mips: translate_init.c Log message: Fix CCRes value for 20Kc. CVSWeb URLs:

Re: [Qemu-devel] [PATCH v3] Add cache parameter to -drive

2007-12-24 Thread andrzej zaborowski
Hi, On 18/12/2007, Laurent Vivier [EMAIL PROTECTED] wrote: This patch adds a new parameter to -drive Using cache=off with -drive will open the disk image file using O_DIRECT. By default, cache is set to on to keep original behavior of qemu. v3 modify hw/sd.c to allocate buffer on init and

[Qemu-devel] qemu/hw sd.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 14:41:39 Modified files: hw : sd.c Log message: Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00. Remove bogus setting of bits 63 of

[Qemu-devel] qemu Makefile block-raw-posix.c block.c block.h...

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 16:10:43 Modified files: . : Makefile block-raw-posix.c block.c block.h block_int.h hw : esp.c lsi53c895a.c scsi-disk.h Log

[Qemu-devel] qemu/hw scsi-generic.c

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 16:11:51 Added files: hw : scsi-generic.c Log message: scsi-generic implemnentation, missing in last commit. CVSWeb URLs:

Re: [Qemu-devel] qemu on alpha

2007-12-24 Thread Thiemo Seufer
Gabriele Gorla wrote: Hello, I recently downloaded qemu-0.9.0 and tried to compile it on alpha. I was not able to get any target to compile. I searched the mailing list but I was not able to find any recent information on the alpha host status. I am using gcc-3.3.6 on debian stable with

Re: [Qemu-devel] [PATCH 1/2] Real SCSI device passthrough (v5)

2007-12-24 Thread Thiemo Seufer
Laurent Vivier wrote: This patch allows to connect the virtual SCSI interface of Qemu to a real SCSI device of the host. Using the devices /dev/sg, it allows to send the SCSI commands from the virtual SCSI interface to the real device. It has been tested with a SATA disk and an ATA CD

[Qemu-devel] qemu/target-mips cpu.h helper.c op.c translate_...

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 03:13:56 Modified files: target-mips: cpu.h helper.c op.c translate_init.c Log message: Improved PABITS handling, and config register fixes. CVSWeb URLs:

[Qemu-devel] qemu/target-mips op_helper.c

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 03:18:20 Modified files: target-mips: op_helper.c Log message: Avoid host FPE for overflowing division on MIPS, by Richard Sandiford. CVSWeb URLs:

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

2007-12-24 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/12/25 07:49:10 Modified files: target-sparc : helper.c Log message: Enforce context table alignment CVSWeb URLs: