[Qemu-devel] Re: Problem with Parallel port TCP redirection

2006-11-05 Thread Lauro Moura
On 11/4/06, Lauro Moura <[EMAIL PROTECTED]> wrote: I'm trying to redirect the parallel port to a tcp connection using "-parallel tcp::4555,server,nowait". When any client tries to connect qemu just crashes without a single error message, only "segmentation fault" sometimes. Qemu 0.8.2 on Ubuntu

Re: [Qemu-devel] Crash with WinXP when kqemu is enabled

2006-11-05 Thread Alejandro Pulver
On Fri, 3 Nov 2006 21:29:25 -0800 Russell Jackson <[EMAIL PROTECTED]> wrote: > On Sun, Oct 29, 2006 at 08:25:00PM -0300, Alejandro Pulver wrote: > > Hello. > > > > I am using qemu-0.82 with kqemu-kmod-1.3.0.p9 in a FreeBSD > > 6.1-RELEASE-p1 host OS (I have tried with and without optimization > >

Re: [Qemu-devel] [PATCH] Huge TLB performance improvement

2006-11-05 Thread Daniel Jacobowitz
On Mon, Mar 06, 2006 at 02:59:29PM +, Thiemo Seufer wrote: > Hello All, > > this patch vastly improves TLB performance on MIPS, and probably also > on other architectures. I measured a Linux boot-shutdown cycle, > including userland init. Quoting the whole message since this is from March...

[Qemu-devel] Combined MIPS fixes

2006-11-05 Thread Daniel Jacobowitz
A grab-bag of fixes: - Report FP registers for the MIPS gdb stub - Implement the set_thread_area syscall for MIPS user emulation - Implement the set_tid_address syscall for user emulation - Correct 64-bit / 32-bit issues in do_socketcallwrapper - Emulate rdhwr for MIPS usermode - Corre