Re: [Qemu-devel] All the world's a VAX! - reloaded

2007-05-10 Thread Carlos A. M. dos Santos
Patrick M. Hausen wrote: [...] P.S. No, I don't have a patch, because what I did locally does not fix the problem. Once we change #if defined(__linux__) to #if defined(__linux__) || defined(__DARWIN__) we will in no time have to add || defined(__FreeB

[Qemu-devel] what does vl mean in vl.c?

2007-05-10 Thread Byunghyun Jang
Hello, everyone, I am just curious what vl means in vl.c file name? Thanks in advance. Best Regards, Byunghyun Jang

[Qemu-devel] qemu/target-mips translate.c

2007-05-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 00:16:06 Modified files: target-mips: translate.c Log message: Improved debug output for the MIPS opcode decoder. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/

[Qemu-devel] qemu/target-mips translate_init.c

2007-05-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/11 00:02:14 Modified files: target-mips: translate_init.c Log message: Fix missing status ro mask initialization, thanks Stefan Weil. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/

[Qemu-devel] [PATCH] Joystick API

2007-05-10 Thread Jonathan Phenix
Hi, this is an attempt to add a simple joystick API to qemu. This API will be required for my upcoming Playstation emulator. It includes a "null" driver, I have a Linux and SDL driver as well, I will send them when this patch will be merged. Constructive comments are welcome. Regards, Jonat

Re: [Qemu-devel] [BUG] [PATCH] qemu Changelog gdbstub.c target-mips/TODO targe...

2007-05-10 Thread Stefan Weil
For MIPS 4KEcR1 enabling of interrupts (C0 status) no longer worked. The patch adds the missing declaration which fixes this behaviour. Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/05/07 13:55:33 > > Modified files: > . : Changelog gdb

[Qemu-devel] vdq and qemu

2007-05-10 Thread adrian . lambeck
Hi, I am using qemu-0.9 with vde to connect to a vde_switch. It works fine. My question is if I can also use the wirefilter feature of vde in this context without changing vdeq? Does anybody have experience with this ? Thanks Adrian Lambeck

[Qemu-devel] Getting started programming a HW Device

2007-05-10 Thread Clemens Kolbitsch
Hi everyone! Could someone please point out some links to a good documentation and/or tutorial on how to write hardware devices for qemu? I have been reading through the parallel & ne2k code and - although it is not that hard - just do not get all the information necessary it seems. are ther