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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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/
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
21 matches
Mail list logo