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 it

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

[Qemu-devel] Qemu/PPC and OpenBSD

2007-03-11 Thread Daniel Jacobowitz
This is as far as I was able to get to booting OpenBSD/macppc under qemu. Posting in the hopes that it will be useful to someone, or motivate someone who understands PCI better than I do to give me a nudge in the right direction. - Take the OpenHack'Ware 0.4.1 tarball. - Apply the patch from qemu

[Qemu-devel] qemu vl.c

2007-03-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 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=qemu&r1=1.263&r2=1.264

[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] [PATCH] Sparc CPU and machine selection for Qemu

2007-03-11 Thread Blue Swirl
Hi, This patch adds CPU definitions for Sparc32&64 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] 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 standard

[Qemu-devel] [PATCH] Guest mouse cursor drawing in SDL

2007-03-11 Thread andrzej zaborowski
This should allow the emulated video cards that support hardware accelerated cursors to relay the cursor drawing to host, possibly using real hardware cursor. This way the guest and host effectively share one cursor. Only SDL support is included. Not tested with mice that report absolute coordinat

[Qemu-devel] qemu hw/arm_boot.c hw/arm_sysctl.c target-arm/c...

2007-03-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/03/11 13:03:18 Modified files: hw : arm_boot.c arm_sysctl.c target-arm : cpu.h helper.c Log message: ARM reabbot support (orginal patch by Aurelien Jarno). CVSWeb URLs: