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