[Qemu-devel] USB Tablet Emulation + VNC patch..

2006-04-19 Thread Troy Benjegerdes
On Mon, Apr 10, 2006 at 12:23:05PM +0400, Brad Campbell wrote: Anthony Liguori wrote: I spent some time cleaning this all up. The following integrates Brad's patches and the patch from http://gnome.dnsalias.net/patches/qemu-hidmousexp.patch It adds a new emulated USB device that reports

Re: [Qemu-devel] -kernel-kqemu

2006-04-19 Thread Troy Benjegerdes
On Thu, Feb 09, 2006 at 04:01:34PM -0600, Anthony Liguori wrote: Jim C. Brown wrote: -kernel-kqemu virtualizes ring 0 code. So it basically makes qemu do what VMware does. IIRC someone reported a 33% speedup with the new option. That was me. That was a 33% speedup on win2k startup

Re: [Qemu-devel] [PATCH] gdbstub.c fix for SIGINT

2006-04-19 Thread Mulyadi Santosa
Hi... Attached is a patch to add the case for interrupting the gdbstub and sending the correct signal to gdb. Excellent. I haven't tested by myself, but could you test your patch together with Andre Pech's patch that I put in http://qemu.dad-answers.com/viewtopic.php?p=2809#2809? BTW, Paul

[Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Dirk Behme
Hi, patch below makes GDB single stepping for MIPS work. For debugging (breakpoint set), in target-mips/translate.c/gen_intermediate_code_internal() gen_opc_pc[] isn't initialized. So in debugging case don't call cpu_restore_state() which then accesses uninitalized gen_opc_pc[].

Re: [Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Stefan Weil
Great, it works fine. It should be integrated in CVS HEAD, so all MIPS users get it... Many thanks! Stefan ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [PATCH] MIPS single stepping

2006-04-19 Thread Thiemo Seufer
Stefan Weil wrote: Great, it works fine. It should be integrated in CVS HEAD, so all MIPS users get it... FWIW, I have some rather massive MIPS update (e.g. MIPS32R2 support) in the works and hope to get it finished enough the next days to make a quilt patchset of it. I plan to integrate the

Re: [Qemu-devel] [PATCH] -win2k-hack performance+DMA support

2006-04-19 Thread Troy Benjegerdes
On Thu, Feb 09, 2006 at 06:03:53PM +0400, Brad Campbell wrote: Leonardo E. Reiter wrote: Attached is a patch which greatly speeds up disk writes when using -win2k-hack to install Windows 2000. It only delays every 16th interrupt, which after rigorous testing is still enough to overcome the

[Qemu-devel] qemu-system-x86_64, Xen and CONFIG_IA32_EMULATION

2006-04-19 Thread Magnus Damm
Hi there, I'm currently using qemu-system-x86_64 (from cvs) to do Xen development for the x86_64 architecture. I find that x86_64 emulation in qemu works pretty well as long as I use a non-smp x86_64 linux kernel and ia32 user space together with CONFIG_IA32_EMULATION. Unfortunately, if I run

[Qemu-devel] MIPS patches, was: MIPS single stepping

2006-04-19 Thread Dirk Behme
Thiemo Seufer wrote: Stefan Weil wrote: Great, it works fine. Thanks :) FWIW, I have some rather massive MIPS update (e.g. MIPS32R2 support) in the works and hope to get it finished enough the next days to make a quilt patchset of it. I plan to integrate the other MIPS patches into it for