[Qemu-devel] VMX Wizard

2006-06-18 Thread wayne tempel
Hey Everybody, What's up? Wayne here, anyway I found something interesting that I thought that I would share, it's freeware, it's called VMX Wizard, for making virtual machines. You can download it at : rhysgoodwin.orcon.net.nz/vmxwizard/

[Qemu-devel] VMX Wizard

2006-06-18 Thread wayne tempel
Hey Everybody, What's up? Wayne here, anyway I found something interesting that I thought that I would share, it's freeware, it's called VMX Wizard, for making virtual machines. You can download it at : rhysgoodwin.orcon.net.nz/vmxwizard/

[Qemu-devel] qemu vl.h hw/sun4u.c

2006-06-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/06/18 19:41:28 Modified files: . : vl.h hw : sun4u.c Log message: Sun4u vga+bios tweaks (Blue Swirl). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.

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

2006-06-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/06/18 19:36:58 Modified files: target-sparc : translate.c Log message: Sparc64 insn fixes (Blue Swirl). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=

[Qemu-devel] qemu Makefile.target configure

2006-06-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/06/18 19:16:53 Modified files: . : Makefile.target configure Log message: Add big-endian SH4-user target CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsro

[Qemu-devel] qemu cpu-exec.c gdbstub.c linux-user/main.c tar...

2006-06-18 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/06/18 19:12:54 Modified files: . : cpu-exec.c gdbstub.c linux-user : main.c target-sh4 : cpu.h exec.h op.c translate.c Log message: SH bugfixes. CVSWeb UR

[Qemu-devel] [PATCH] cocoa.m - keymap fixes

2006-06-18 Thread Joachim Henke
The attached patch - fixes a wrong entry in the keycode translation map (0x9c = 156, not 152) - adds some entries to support more keys on Apple USB keyboards - changes keymap[] to be an array of bytes (saves some space) - fixes a typo in a warning message Kind regards, Jo. -- Joachim Henke http

[Qemu-devel] Soft float for Sparc32/64

2006-06-18 Thread Blue Swirl
Change all uses of float/double and related functions in Sparc32/64 to soft float replacements. _ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ sparc-softfloat.

Re: [Qemu-devel] Switch to OpenBIOS for Sparc32/64?

2006-06-18 Thread Blue Swirl
1) Include the bit 'psref' in the static translation state (in tb->flags). Then psref can be tested at translation time and there is no run time cost. This approach is used on the x86 target. The downside is that two TBs may be generated for a given block of code depending on the psref value. I

[Qemu-devel] SystemC hw simulation in qemu

2006-06-18 Thread Alessandro Corradi
Hi all,I've tried to create my simple hw and it's ok. Now my teacher tells me that i must use a hw description written in SystemC and plug in Qemu.Have you got any idea to do it? Can somebody link me to documents where I can find info? ___ Qemu-devel mai