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

2007-12-24 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/12/25 07:49:10 Modified files: target-sparc : helper.c Log message: Enforce context table alignment CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/helper.c?cvsroot=qemu&r1=1

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

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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: http://cvs.savannah.gnu.org/viewc

[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 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: http://cvs.savannah.gnu.or

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

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 sta

[Qemu-devel] qemu disas.c dyngen-exec.h

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/25 00:26:36 Modified files: . : disas.c dyngen-exec.h Log message: One more bit of alpha support. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/disas.c?cvsroot=qemu&r

[Qemu-devel] Philips USB1400 chip

2007-12-24 Thread Armin
Hello, Is anyone working on a port for the Philips UCB1400 audio codec with touch screen and power management chip? or did I miss it in the sources? - Armin

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

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/24 16:24:42 Modified files: target-mips: translate.c Log message: Update debug code to match new accumulator register layout. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tar

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

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

[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 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 message:

[Qemu-devel] qemu/hw sd.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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 R2 typ

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 alloca

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

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

[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 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 : fdc.c ide

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

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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: http://cvs.savannah.gnu.org/view

[Qemu-devel] qemu vl.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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 Felipe). CV

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

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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: http://cvs.savannah.gnu.org/viewcvs/qem

[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 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: http://cvs.savannah

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

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

[Qemu-devel] qemu block-vvfat.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 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: http://cvs.savannah.gnu.org/

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 th