Marcelo Tosatti wrote:
The PIIX4 ACPI controller prior to revision 0x3 contains a bug where
reading of the timer port is unreliable, so the kernel reads it three
times for consistency check.
QEMU does not suffer from that problem :)
The datasheet for PIIX4, PIIX4E, and PIIX4M is the same. I fai
Hello,
I am experiencing a crash in qemu when trying to load an existing
known-working image:
[EMAIL PROTECTED] gdb /usr/local/bin/qemu qemu.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
Hi all,
The following patch is useful for whole-system mode debugging and breakpoint
setting on i386 QEMU. It seems like both breakpoints and memory examination
used semi-physical addresses, in that neither took account of segment
translation. This patch (relative to 0.9.1) adds segment tran
Thiemo Seufer <[EMAIL PROTECTED]> writes:
(in May 2007)
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Thiemo Seufer 07/05/13 16:35:36
>
> Modified files:
> target-sh4 : op.c
>
> Log message:
> Remove unnecessary pointer magic in shift operations, by Magn
Hi,
I tried to use
http://www.fedoraforum.de/iso/test/rawhide-KDE4-i686-20080109/rawhide-KDE4-i686-20080109.4.iso
image with qemu 0.9.1 (binary version from
http://fabrice.bellard.free.fr/qemu/download.html).
When I don't use -kernel-kqemu, the kernel boot, but if I used -kernel-kqemu I
got a Ker
Hello,
Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit :
> Samuel Thibault, le Fri 11 Jan 2008 11:09:23 +, a écrit :
> > Samuel Thibault, le Fri 11 Jan 2008 00:23:12 +, a écrit :
> > > I would like to implement support for braille devices, and for this I'd
> > > need to first i
One typically wants to use the same networking type on a given system.
For instance, if you have a bridge set up for taps, you'll generally
pass -net tap to the guest. If you're an unprivileged user, you'll
typically use -net user.
In the absence of a global configuration file, a reasonably
It's possible to set a parentFileNameHint argument > 1023 bytes in the
image file, causing an overflow at the strncpy.
diff -ru qemu-0.9.1/block-vmdk.c qemu-0.9.1-p/block-vmdk.c
--- qemu-0.9.1/block-vmdk.c 2008-01-06 14:38:42.0 -0500
+++ qemu-0.9.1-p/block-vmdk.c 2008-01-13 14:30:23.
Looks like I'm a little late for the party, as always :) .
I really encourage everyone to work towards a gcc4.x solution for OS X.
I just read and tried Alexanders x86_64 patch, as I finished our x86_32.
If we could reach an out of the box solution for OS X, that would be
great!
You'll find
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/13 23:51:53
Modified files:
. : vnc.c
Log message:
Reduce redundant timer ticks in VNC, by Anders Melchiorsen.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 01:52:52
Modified files:
hw : vmware_vga.c
Log message:
Register io ports as selected by PCI config in VMware SVGA.
Should prevent segfaults with RTL8139.
CVSW
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 02:25:45
Modified files:
hw : usb-hid.c
Log message:
Add mouse wheel in the usb-mouse HID Report (by Daniel Godás).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 02:36:29
Modified files:
. : .cvsignore Makefile
hw : gumstix.c
Log message:
Fully clean up on Mac OS X Leopard (Andreas Färber).
CVSWeb URLs:
h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 02:39:21
Modified files:
hw : gumstix.c
Log message:
Revert accidentally added second NIC in Gumstix-connect - this should
probably be a separate board.
CVSWeb URLs:
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 02:56:53
Modified files:
. : qemu-doc.texi vl.c
Log message:
Change -drive parsing so that paths don't have to be double-escaped
(Laurent Vivier, Johannes Schindelin)
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:05:55
Modified files:
hw : ide.c
Log message:
Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/i
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:11:16
Modified files:
. : vl.c
Log message:
Clean-up /tmp directory after -smb use (Mark Jonckheere).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cv
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:15:20
Modified files:
hw : ide.c
Log message:
Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:18:30
Modified files:
target-cris: op.c translate.c
Log message:
Optimize clear insns by treating support reg P0 specially and
add missing micro-op RETURN's (Edgar E
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:41:02
Modified files:
. : Makefile vl.c
hw : usb.h
Added files:
hw : usb-serial.c
Log message:
USB-to-serial device (Samue
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:43:18
Modified files:
hw : acpi.c
Log message:
Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qe
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 03:48:37
Modified files:
. : block-vmdk.c
Log message:
Add a path length check to prevent heap overflow (Eric Milliken).
CVSWeb URLs:
http://cvs.savannah.gnu.org/view
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 04:24:29
Modified files:
. : Makefile Makefile.target configure
audio : alsaaudio.c audio.c audio_int.h
dsound_template.h dsoundaudio
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/01/14 04:27:55
Modified files:
. : configure qemu-doc.texi vl.c
hw : audiodev.h
Added files:
hw : ac97.c
Log message:
PCI AC97 emul
Hi..
> The following patch is useful for whole-system mode debugging and breakpoint
> setting on i386 QEMU. It seems like both breakpoints and memory examination
> used semi-physical addresses, in that neither took account of segment
> translation. This patch (relative to 0.9.1) adds segment tra
The current patches break directsound. This tiny fix makes it compile, but it
throws a lot of warnings.
Index: audio/dsound_template.h
===
RCS file: /sources/qemu/qemu/audio/dsound_template.h,v
retrieving revision 1.5
diff -u -r1.5
Thank you !
Laurent
Le lundi 14 janvier 2008 à 02:56 +, Andrzej Zaborowski a écrit :
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Andrzej Zaborowski 08/01/14 02:56:53
>
> Modified files:
> . : qemu-doc.texi vl.c
>
> Log message:
> Change
27 matches
Mail list logo