[Qemu-devel] Re: [kvm-devel] [PATCH] report revision 3 of the ACPI/SMBus PIIX4 controller

2008-01-13 Thread Avi Kivity
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

[Qemu-devel] qemu crash in aio_read

2008-01-13 Thread Adam Jacob Muller
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

[Qemu-devel] [Patch] x86 breakpoints and memory examination

2008-01-13 Thread Eddie Kohler
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

[Qemu-devel] BUG: qemu-sh4 - shar does logical not arithmetic right shift

2008-01-13 Thread Dave Denholm
Thiemo Seufer [EMAIL PROTECTED] writes: (in May 2007) CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer ths 07/05/13 16:35:36 Modified files: target-sh4 : op.c Log message: Remove unnecessary pointer magic in shift operations, by Magnus

[Qemu-devel] -kernel-kqemu causes a linux guest kernel crash

2008-01-13 Thread Matthieu CASTET
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

[Qemu-devel] Re: [PATCH] USB serial device

2008-01-13 Thread Samuel Thibault
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 implement

[Qemu-devel] [PATCH] Allow default network type to be determined from an environmental variable

2008-01-13 Thread Anthony Liguori
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

[Qemu-devel] [PATCH] fix heap overflow in block-vmdk.c

2008-01-13 Thread Eric Milliken
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

[Qemu-devel] [PATCH] OSX x86_32 host support

2008-01-13 Thread Mike Kronenberg
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

[Qemu-devel] qemu vnc.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/13 23:51:53 Modified files: . : vnc.c Log message: Reduce redundant timer ticks in VNC, by Anders Melchiorsen. CVSWeb URLs:

[Qemu-devel] qemu/hw vmware_vga.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu/hw usb-hid.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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:

[Qemu-devel] qemu .cvsignore Makefile hw/gumstix.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu/hw gumstix.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu qemu-doc.texi vl.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu/hw ide.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 03:05:55 Modified files: hw : ide.c Log message: Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). CVSWeb URLs:

[Qemu-devel] qemu vl.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 03:11:16 Modified files: . : vl.c Log message: Clean-up /tmp directory after -smb use (Mark Jonckheere). CVSWeb URLs:

[Qemu-devel] qemu/target-cris op.c translate.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu Makefile vl.c hw/usb.h hw/usb-serial.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

[Qemu-devel] qemu/hw acpi.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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:

[Qemu-devel] qemu block-vmdk.c

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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:

[Qemu-devel] qemu Makefile Makefile.target configure audio/a...

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/01/14 04:24:29 Modified files: . : Makefile Makefile.target configure audio : alsaaudio.c audio.c audio_int.h dsound_template.h

[Qemu-devel] qemu configure qemu-doc.texi vl.c hw/audiodev.h...

2008-01-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 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

Re: [Qemu-devel] [Patch] x86 breakpoints and memory examination

2008-01-13 Thread Mulyadi Santosa
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

[Qemu-devel] recent patches break

2008-01-13 Thread C.W. Betts
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

Re: [Qemu-devel] qemu qemu-doc.texi vl.c

2008-01-13 Thread Laurent Vivier
Thank you ! Laurent Le lundi 14 janvier 2008 à 02:56 +, Andrzej Zaborowski a écrit : CVSROOT: /sources/qemu Module name: qemu Changes by: Andrzej Zaborowski balrog 08/01/14 02:56:53 Modified files: . : qemu-doc.texi vl.c Log message: Change