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
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
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
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
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/
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/
Hello, everyone,
I am just curious what vl means in vl.c file name?
Thanks in advance.
Best Regards,
Byunghyun Jang
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