[Qemu-devel] [PATCH] VMware SVGA II emulation

2007-03-11 Thread andrzej zaborowski
Hi, this adds emulation of VMware SVGA II chipset (mostly a proof of concept). It's a pci card that VMware machines use as main display. There's an opensource, crossplatform X driver for it in most distributions and it's autodetected like other cards by some live-cd's. The advantages over

[Qemu-devel] [PATCH] Sparc CPU and machine selection for Qemu

2007-03-11 Thread Blue Swirl
Hi, This patch adds CPU definitions for Sparc3264 and a new machine, SparcStation 10. My tests show no regressions, please apply. SS-10 support is preliminary, changes are also needed on OpenBIOS side to make it work. _ Don't

[Qemu-devel] [PATCH] VMMouse Emulation

2007-03-11 Thread Anthony Liguori
The following patch implements vmmouse emulation for i386 and x86_64. Xorg has included an open source vmmouse driver since 7.1 and it is available in many distros. vmmouse supports absolute and relative modes. It's based on a queue that's read through PIO but it still uses the PS2 port for

[Qemu-devel] qemu vl.c

2007-03-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/03/11 18:54:57 Modified files: . : vl.c Log message: SMP half-idle fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemur1=1.263r2=1.264

[Qemu-devel] qemu cpu-all.h cpu-defs.h cpu-exec.c exec.c gdb...

2007-03-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/03/12 01:47:26 Modified files: . : cpu-all.h cpu-defs.h cpu-exec.c exec.c gdbstub.c target-arm : translate.c Log message: Implement

Re: [Qemu-devel] Intermittant linux kernel panic on arm

2007-03-11 Thread Quentin Barnes
On Fri, Mar 09, 2007 at 07:05:27PM -0500, Rob Landley wrote: On Wednesday 07 March 2007 1:14 pm, Quentin Barnes wrote: This is my first post to the list. Hopefully, it will go well. I've been using the ARM qemu for Linux development for some basic work, but wanted to expand and do more with