[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

[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

[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

[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

[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 F

[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

[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

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/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

Re: [Qemu-devel] Multiple Ethernet interfaces for Gumstix connex (NetDUO-mmc)

2008-01-03 Thread andrzej zaborowski
Hi, On 04/01/2008, John W <[EMAIL PROTECTED]> wrote: > 3. gpio line 37, I took a stab in the dark. > > With this change, eth0 seemed to continue to work > perfectly. > > As for Eth1: > 1. The Linux Kernel seemed to ALSO recognize eth1. > (example: ifconfig eth1 seemed to work fine) > > 2. Sendi

[Qemu-devel] qemu Changelog

2008-01-05 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/05 18:53:35 Modified files: . : Changelog Log message: Update Changelog with new Xscale platforms and vmsvga. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu Changelog hw/mainstone.c

2008-01-05 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/05 19:29:17 Modified files: . : Changelog hw : mainstone.c Log message: Fix memory allocation on mainstone2 and convert to qemu_ram_alloc. CVSWeb

[Qemu-devel] qemu vl.c

2008-01-05 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/05 19:41:48 Modified files: . : vl.c Log message: Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-09 Thread andrzej zaborowski
On 09/01/2008, Laurent Vivier <[EMAIL PROTECTED]> wrote: > Le mardi 08 janvier 2008 à 17:17 +0100, Hervé Poussineau a écrit : > > Hi, > > > > On Windows, since December 2nd, files names provided in command line > > have to double their backslash to work correctly, for example: "-hda > > c:\\disks\\

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-09 Thread andrzej zaborowski
On 09/01/2008, Laurent Vivier <[EMAIL PROTECTED]> wrote: > Le mercredi 09 janvier 2008 à 10:31 +0100, Laurent Vivier a écrit : > > Le mardi 08 janvier 2008 à 17:17 +0100, Hervé Poussineau a écrit : > > > Hi, > > > > > > On Windows, since December 2nd, files names provided in command line > > > have

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-09 Thread andrzej zaborowski
On 09/01/2008, Laurent Vivier <[EMAIL PROTECTED]> wrote: > Le mercredi 09 janvier 2008 à 11:40 +0100, andrzej zaborowski a écrit : > > On 09/01/2008, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > > Le mercredi 09 janvier 2008 à 10:31 +0100, Laurent Vivier a écrit : &g

Re: [Qemu-devel] [PATCH] Fix double backslash problem in Windows

2008-01-09 Thread andrzej zaborowski
On 09/01/2008, Laurent Vivier <[EMAIL PROTECTED]> wrote: > Le mercredi 09 janvier 2008 à 13:27 +, Johannes Schindelin a écrit : > > Hi, > > > > On Wed, 9 Jan 2008, Laurent Vivier wrote: > > > > > Le mercredi 09 janvier 2008 à 12:27 +, Johannes Schindelin a écrit : > > > > > > > On Wed, 9 Ja

Re: [Qemu-devel] [PATCH] e1000 emulation code

2008-01-10 Thread andrzej zaborowski
Hi, On 09/01/2008, Dor Laor <[EMAIL PROTECTED]> wrote: > It which supports TCP/UDP and IP transmit checksum, as well as TSO. > It has been tested with Linux (2.6.18|22|23|24)++ and Windows XP (using > the driver supplied at the intel download site). > Windows Vista recognizes it but there is no tr

Re: [Qemu-devel] [PATCH] e1000 emulation code

2008-01-10 Thread andrzej zaborowski
On 11/01/2008, Dor Laor <[EMAIL PROTECTED]> wrote: > andrzej zaborowski wrote: > > Would it be possible to pick only the useful stuff from the header and > > put it into the same file, rather than maintaining a copy of a linux > > header (which is 3.5 bigger than t

Re: [Qemu-devel] PXA27x AC97

2008-01-11 Thread andrzej zaborowski
Hi, On 11/01/2008, Armin <[EMAIL PROTECTED]> wrote: > Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort. Not that I know of, but Virtual Box has a PCI AC97 implementation (for PC emulator) and the hackndev qemu tree has dummy PXA27x AC97 registers (zero functionality) at

[Qemu-devel] qemu vnc.c

2008-01-13 Thread Andrzej Zaborowski
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

[Qemu-devel] qemu/hw vmware_vga.c

2008-01-13 Thread Andrzej Zaborowski
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

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

2008-01-13 Thread Andrzej Zaborowski
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

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

2008-01-13 Thread Andrzej Zaborowski
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

[Qemu-devel] qemu/hw gumstix.c

2008-01-13 Thread Andrzej Zaborowski
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

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

2008-01-13 Thread Andrzej Zaborowski
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 Schin

[Qemu-devel] qemu/hw ide.c

2008-01-13 Thread Andrzej Zaborowski
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

[Qemu-devel] qemu vl.c

2008-01-13 Thread Andrzej Zaborowski
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

[Qemu-devel] qemu/hw ide.c

2008-01-13 Thread Andrzej Zaborowski
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

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

[Qemu-devel] qemu block-vmdk.c

2008-01-13 Thread Andrzej Zaborowski
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

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

[Qemu-devel] qemu vnc.c

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/14 21:45:56 Modified files: . : vnc.c Log message: Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen). CVSWeb URLs: http

[Qemu-devel] qemu/audio dsound_template.h

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/14 21:50:24 Modified files: audio : dsound_template.h Log message: Make dsound compile again (patch by malc, spotted by C.W. Betts). CVSWeb URLs: http

[Qemu-devel] qemu Makefile.target configure qemu-doc.texi hw...

2008-01-14 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/14 22:09:12 Modified files: . : Makefile.target configure qemu-doc.texi Added files: hw : gus.c gusemu.h gusemu_hal.c gusemu_mixer.c

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

2008-01-17 Thread andrzej zaborowski
On 13/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > > Here is an updated version, that takes parameters, so as to be able to > > notably provide the product ID. Can you provide a patch to the .texi docs some time, to document

[Qemu-devel] qemu qemu-doc.texi audio/dsound_template.h

2008-01-17 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/17 21:47:25 Modified files: . : qemu-doc.texi audio : dsound_template.h Log message: Miscellaneous fixes after recent audio additions (malc). CVSWeb

Re: [Qemu-devel] [patch] s390-dis.c license

2008-01-17 Thread andrzej zaborowski
On 17/01/2008, Bill C. Riemers <[EMAIL PROTECTED]> wrote: > According to section 9 of the GPL, you would only have to contact > contributors for code which specified version 2 of the GPL and not later... In order to relicense all of qemu, yes, plus contributors of BSD-licensed code, of which there

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

2008-01-17 Thread andrzej zaborowski
On 17/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > andrzej zaborowski, le Thu 17 Jan 2008 15:09:54 +0100, a écrit : > > On 13/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > > > Samuel Thibault, le Sun 13 Jan 2008 01:55:56 +, a écrit : > >

[Qemu-devel] qemu qemu-doc.texi

2008-01-17 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/17 22:22:45 Modified files: . : qemu-doc.texi Log message: Documentation piece explaining "usb_add serial" by Samuel Thibault. Minor style change. C

Re: [Qemu-devel] [patch] s390-dis.c license

2008-01-17 Thread andrzej zaborowski
On 17/01/2008, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > andrzej zaborowski wrote: > > On 17/01/2008, Bill C. Riemers <[EMAIL PROTECTED]> wrote: > > > According to section 9 of the GPL, you would only have to contact > > > contributors for code which

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

2008-01-19 Thread andrzej zaborowski
Hi, On 17/01/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > andrzej zaborowski, le Thu 17 Jan 2008 23:25:04 +0100, a écrit : > > Thanks, committed although I hoped for something that lets easily test > > that the adapter works, e.g. so that after a usb_add serial:...:std

[Qemu-devel] qemu qemu-doc.texi vl.c hw/usb-serial.c

2008-01-19 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/01/19 13:00:43 Modified files: . : qemu-doc.texi vl.c hw : usb-serial.c Log message: Change the usb-serial product ID to a more widely recognised value

Re: [Qemu-devel] How to run gpe on qemu

2008-01-19 Thread andrzej zaborowski
Hi, On 19/01/2008, 赵经纬 <[EMAIL PROTECTED]> wrote: > I want run gpe-image on qemuarm. and I have got a gpe-image through > openembedded,like this: > > [EMAIL PROTECTED]:~/stuff$ bitbake gpe-image > NOTE: Handling BitBake files: - (5018/5018) [100 %] > NOTE: Parsing finished. 4783 cached,

Re: [Qemu-devel] [PATCH] Capture network traffic

2008-01-19 Thread andrzej zaborowski
Hi, On 18/12/2007, Balazs Attila-Mihaly (Cd-MaN) <[EMAIL PROTECTED]> wrote: > Here goes version 0.3 of my packet capture patch. I rewritten it to be a > custom VLANClient which implements the capturing part in its fd_read > proceudre, rather than adding additional properties to the VLAN structur

Re: [Qemu-devel] emulate the Intel-VT behavior on any type of CPU

2008-01-20 Thread andrzej zaborowski
On 20/01/2008, Alexander Graf <[EMAIL PROTECTED]> wrote: > He was talking about running SVM code in KQemu/KVM. It might work with > kqemu (I honestly have not tested it, but see no reason it shouldn't), > but definitely not with KVM. Simply said, you can not run KVM inside > of a KVM virtualized ma

Re: [Qemu-devel] [patch] cocoa.m - Core Graphics support

2008-01-30 Thread andrzej zaborowski
On 30/01/2008, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > Hi, > > On Wed, 30 Jan 2008, Mike Kronenberg wrote: > > > Offtoppic about updated regions in Windows: While testing with > > Quartzdebug, I realized, that qemu is updating always the whole > > screenwidth even if only the mouse is move

[Qemu-devel] qemu Makefile.target qemu-doc.texi hw/pci.c hw/...

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 02:20:19 Modified files: . : Makefile.target qemu-doc.texi hw : pci.c pci.h Added files: hw : e1000.c e1000_hw.h Log message

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

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 02:42:37 Modified files: target-i386: cpu.h helper.c Log message: Make SVM env->cr[8] a valid register (patch from TeLeMan). CVSWeb URLs: http://cvs.savannah.gnu.org/view

Re: [Qemu-devel] [PATCH]SVM CR8 undefined bug fix

2008-02-02 Thread andrzej zaborowski
On 17/01/2008, Alexander Graf <[EMAIL PROTECTED]> wrote: > TeLeMan wrote: > > env->cr[8] used by SVM codes was not defined. > > As far as I remember cr8 is the very same as the TPR, so we only need to > implement one and map the other to the value we want. I committed the original patch to avoid p

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

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 02:54:04 Modified files: . : qemu-doc.texi vnc.c Log message: Add VNC reverse connections, by Eddie Kohler. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] PS/2 mouse support for FC4 guest broken in QEMU 0.9.1

2008-02-02 Thread andrzej zaborowski
On 21/01/2008, Even Rouault <[EMAIL PROTECTED]> wrote: > Thanks for the tutorial on how to use git bisection ;-) > In fact, whatever version control system you use, I think you spend most of > time recompiling and testing stuff... > > Anyway, on the core problem I'm pointing out, does someone have

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

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 03:26:30 Modified files: target-i386: helper.c Log message: NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). CVSWeb URLs: http

[Qemu-devel] qemu/hw ide.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 03:37:47 Modified files: hw : ide.c Log message: Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeLeMan (patch by Tristan Gingold). CVSWeb

[Qemu-devel] qemu vl.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 03:45:47 Modified files: . : vl.c Log message: Do not set RTC frequency if already set (Aurelien Jarno). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c

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

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 04:05:51 Modified files: hw : scsi-disk.c Log message: Implement more INQUIRY command replies for scsi disk (Igor Kovalenko). CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu configure

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 04:22:24 Modified files: . : configure Log message: Fix building under paths with symlinks (patch from Richard Purdie). CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu/hw pc.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/03 04:33:32 Modified files: hw : pc.c Log message: Fix VMware VGA init call (Anthony Liguori). s/vga_ram_size/vga_ram_addr/ CVSWeb URLs: http

Re: [Qemu-devel] qemu configure

2008-02-03 Thread andrzej zaborowski
On 03/02/2008, C.W. Betts <[EMAIL PROTECTED]> wrote: > That's all nice and good, but it doesn't seem to work with systems that > don't use symlinks, such as mingw (the ln command creates duplicates). Can you give an example scenario that would fail under a system that doesn't use symlinks? AFAICT

[Qemu-devel] [kqemu] gpf in memory access

2008-02-03 Thread andrzej zaborowski
I was playing with gpm (mouse daemon) in Linux guest and apparently my gpm binary is broken and with the "ps2" plugin it segfaults because of a general protection fault when trying to load a quadword from the address 0xff00. Under qemu as well as on the my physical amd64 it just segfaul

[Qemu-devel] Re: [kqemu] gpf in memory access

2008-02-03 Thread andrzej zaborowski
Ok, here's a patch that also makes -kernel-kqemu behave (with the previous patch it would abort with a "triple fault"). Due to the way kqemu sets up the mmu there should never be a GP fault in the mem access operations, so it would normally indicate some breakage and kqemu correctly aborts. Howeve

Re: [Qemu-devel] Making qemu use 10.0.3.x not 10.0.2.x

2008-02-05 Thread andrzej zaborowski
On 05/02/2008, Ian Jackson <[EMAIL PROTECTED]> wrote: > Andreas Schwab writes ("Re: [Qemu-devel] Making qemu use 10.0.3.x not > 10.0.2.x"): > > Samuel Thibault <[EMAIL PROTECTED]> writes: > > > Mmm, actually, shouldn't qemu use a more "private" network like a > > > RFC1918 172.16.0.0/12 network? >

Re: [Qemu-devel] Making qemu use 10.0.3.x not 10.0.2.x

2008-02-06 Thread andrzej zaborowski
On 06/02/2008, Ian Jackson <[EMAIL PROTECTED]> wrote: > andrzej zaborowski writes ("Re: [Qemu-devel] Making qemu use 10.0.3.x not > 10.0.2.x"): > > This rfc talks about organisations and networks that are real, not > > about the network inside qemu which doesn&#x

[Qemu-devel] qemu vl.c hw/e1000.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 13:21:25 Modified files: . : vl.c hw : e1000.c Log message: Remove unused boolean_t, should fix building for Solaris. Fix a typo (Stuart

[Qemu-devel] qemu/linux-user syscall.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 13:28:08 Modified files: linux-user : syscall.c Log message: Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A. Shutemov). CVSWeb URLs:

[Qemu-devel] qemu/hw e1000.c parallel.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 13:34:48 Modified files: hw : e1000.c parallel.c Log message: Fix parallel port software emulation (Hervé Poussineau). Remove __iomem, also unused. CVSWeb

[Qemu-devel] qemu/hw pckbd.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 13:39:24 Modified files: hw : pckbd.c Log message: Enhance PC kbd debugging (patch from Hervé Poussineau) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

[Qemu-devel] qemu/hw serial.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 13:40:52 Modified files: hw : serial.c Log message: Add serial loopback mode (patch from Hervé Poussineau). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

[Qemu-devel] qemu qemu-img.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 14:10:32 Modified files: . : qemu-img.c Log message: Correct qemu-img usage hint (Andreas Färber). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c

Re: [Qemu-devel] [PATCH] loadvm for read-only snapshot files

2008-02-10 Thread andrzej zaborowski
On 03/02/2008, Eddie Kohler <[EMAIL PROTECTED]> wrote: > The following patch, against cvs, supports read-only snapshots on read-only > qcow2 image files. Snapshots can be loaded, but not saved. This is really > useful in my context, which is operating systems projects; a read-only memory > snapsh

[Qemu-devel] [PATCH] Handle -localtime and -startdate in one place

2008-02-10 Thread andrzej zaborowski
Here's a patch to change RTC hardware to use a global qemu_get_timedate function instead of handling rtc_utc and rtc_start_date so that these don't have to be global anymore. The means also that files in hw/ don't have to use time.h functions (unless they want to). hw/m48t59.c:alarm_cb was initia

[Qemu-devel] qemu Makefile Makefile.target configure console...

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 16:33:14 Modified files: . : Makefile Makefile.target configure console.c console.h monitor.c vl.c vnc.c hw : cirrus_vga.c

[Qemu-devel] qemu/hw omap.h omap_i2c.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/10 17:02:23 Modified files: hw : omap.h omap_i2c.c Log message: Make omap I2C controller work (previously untested). Implement post-OMAP1 changes. Introduce omap L4

[Qemu-devel] qemu/hw vga.c

2008-02-10 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/11 00:09:43 Modified files: hw : vga.c Log message: Force a resize after leaving graphical mode in curses (spotted by Samuel Thibault). CVSWeb URLs: http

Re: [Qemu-devel] Switch back from graphical mode to text mode

2008-02-10 Thread andrzej zaborowski
Hi, On 10/02/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote: > However there is a small bug when switching back from graphical mode to > text mode in vga.c: in graphical mode, the text screen is resized to > 60x3 so as to display a message, but nothing is done to make sure that > it will be reset

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

2008-02-11 Thread andrzej zaborowski
On 12/02/2008, Rob Landley <[EMAIL PROTECTED]> wrote: > On Saturday 19 January 2008 15:10:09 Paul Brook wrote: > > It's also extremely hard to determine what environment a user is running. > > Type "set" with no arguments. (I admit bash 3.x throws insane amounts of crap > into this by default, but

[Qemu-devel] qemu qemu-common.h sysemu.h vl.c hw/m48t59.c hw...

2008-02-17 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/17 11:42:20 Modified files: . : qemu-common.h sysemu.h vl.c hw : m48t59.c mc146818rtc.c omap.c pl031.c pxa2xx.c Log message: Unify RTCs that use

Re: [Qemu-devel] qemu-system-sparc and Solaris 1.1.2 / SunOS 4.1.4

2008-02-18 Thread andrzej zaborowski
On 19/02/2008, Andrew Warkentin <[EMAIL PROTECTED]> wrote: > SunOS might run in TME (http://people.csail.mit.edu/fredette/tme/). I > don't think anything other than Linux runs in QEMU's Sun emulation (or > for that matter, any of the non-PC QEMU emulators). PalmOS, NetBSD and OpenBSD run in one an

[Qemu-devel] qemu curses.c

2008-02-22 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/22 18:21:28 Modified files: . : curses.c Log message: The non-ncurses curses doesn't have resize_term, so make resizing conditional. CVSWeb URLs:

[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-22 Thread andrzej zaborowski
On 22/02/2008, Anthony Liguori <[EMAIL PROTECTED]> wrote: > Right now we set explict base addresses for the PCI IO regions in the VMware > VGA device. We don't register the second region at all and instead directly > map the physical memory. > > The problem is, the addresses we're setting in th

[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-22 Thread andrzej zaborowski
On 23/02/2008, Anthony Liguori <[EMAIL PROTECTED]> wrote: > andrzej zaborowski wrote: > > I have a very similar patch on my HD but I haven't included it because > > it causes my testing Ms Windows install to stop detecting the card. I > > just tested your patch

[Qemu-devel] qemu/hw omap.c

2008-02-22 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/02/23 02:08:35 Modified files: hw : omap.c Log message: Really stop the transfer when the DMA channel is being disabled. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu/hw vmware_vga.c

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 20:28:49 Modified files: hw : vmware_vga.c Log message: Register VMware SVGA's memory io region with PCI framework. CVSWeb URLs: http://cvs.savannah.gnu.org/vi

[Qemu-devel] qemu/hw vmware_vga.c

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 20:43:34 Modified files: hw : vmware_vga.c Log message: Check for out of range update regions (original patch from Anthony Liguori). CVSWeb URLs: http

[Qemu-devel] qemu Makefile.target hw/omap.h hw/omap1.c hw/om...

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 21:07:38 Modified files: . : Makefile.target hw : omap.h Added files: hw : omap1.c omap_clk.c omap_dma.c Removed files: hw

[Qemu-devel] Re: [PATCH 12/16] vmware_vga: remove !EMBED_STDVGA code

2009-10-20 Thread andrzej zaborowski
Hi, sorry for replying late, 2009/10/14 Juan Quintela : > I have another problem with the driver: depth. > > I have to change s->depth to 32 in vmsvga_reset() to make it work > correctly on my setup (default qemu.git tree, i.e. nothing fancy), > running with sdl.  Any clue here? > > Anthony thinks

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-16 Thread andrzej zaborowski
Hi, On 16/04/07, Werner Dittmann <[EMAIL PROTECTED]> wrote: During several tests with Qemu / Kqemu it seems that Qemu has problems with x86_64 host systems. My system is an AMD 64 X2 (Dual Core), running openSUSE 10.2, 2GB memory. Various versions of Qemu/Kqemu available and under test: 0.8.2,

Re: [Qemu-devel] [PATCH] ARM XScale core features and PXA270 and PXA255 emulation.

2007-04-17 Thread andrzej zaborowski
Hi, On 17/04/07, Christian MICHON <[EMAIL PROTECTED]> wrote: On 3/16/07, andrzej zaborowski <[EMAIL PROTECTED]> wrote: > Implements basic differences between XScale and plain ARM. The patch > also adds the main on-chip peripherals of PXA2xx: interrupt > controller, DMA,

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-17 Thread andrzej zaborowski
Hi, On 17/04/07, Werner Dittmann <[EMAIL PROTECTED]> wrote: andrzej zaborowski wrote: > Hi, > > On 16/04/07, Werner Dittmann <[EMAIL PROTECTED]> wrote: >> During several tests with Qemu / Kqemu it seems that Qemu >> has problems with x86_64 host systems. My sys

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-18 Thread andrzej zaborowski
On 16/04/07, tang peilei <[EMAIL PROTECTED]> wrote: thank you for your help. is this config you build your kernel and run in qemu ? and can you debug yur kernel image in qemu ? i tried the gdb debug ,but it failed. "This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf"..."/root

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-18 Thread andrzej zaborowski
Hi, On 18/04/07, Werner Dittmann <[EMAIL PROTECTED]> wrote: Andrzej, just another remark: after setting the kernel parameter to "notsc" the kernel now detects the CPU correctly. Without this setting the CPU detetion was wrong (displays the wrong CPU type, frequency, etc). Are there any know sid

Re: [Qemu-devel] Saving and restoring CPU state

2007-04-18 Thread andrzej zaborowski
On 18/04/07, Rob Landley <[EMAIL PROTECTED]> wrote: On Thursday 12 April 2007 12:16 pm, eady wrote: > I'm still looking for any suggestions on how to save and restore the > target cpu state from within a custom instruction in op.c. I basically > want a custom instruction to save the cpu state to

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-19 Thread andrzej zaborowski
On 19/04/07, Werner Dittmann <[EMAIL PROTECTED]> wrote: Andrzej, the guest Linux system reported some AMD CPU type (can't remember which one) which is not in my system. Now when the guest Linux starts is correctly reports: CPU 0 AMD X2 4200+ That's a deficiency of the kqemu approach and i

[Qemu-devel] USB proxy the other way

2007-04-24 Thread andrzej zaborowski
Hi, attached is an experimental patch that makes use of the Linux' USB gadgetfs userspace API to allow connecting emulated USB devices to the host instead of to the qemu virtual machine. This is very much proof-of-concept now but I hope to use it for connecting emulated S3C2410-based devices (and

[Qemu-devel] qemu monitor.c vl.c vl.h hw/ide.c

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/04/30 00:51:09 Modified files: . : monitor.c vl.c vl.h hw : ide.c Log message: PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM

[Qemu-devel] qemu vl.h target-arm/cpu.h target-arm/exec.h ta...

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/04/30 01:26:42 Modified files: . : vl.h target-arm : cpu.h exec.h helper.c op.c translate.c Added files: hw : pxa.h pxa2xx.c pxa2xx_dma.c

[Qemu-devel] qemu monitor.c vl.c vl.h hw/usb-msd.c

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/04/30 01:34:31 Modified files: . : monitor.c vl.c vl.h hw : usb-msd.c Log message: Remove repeated code and enable encrypted SD cards and USB sticks

<    1   2   3   4   5   6   7   >