[Qemu-devel] win2k, acpi usb

2006-07-01 Thread Brad Campbell
G'day all, I just attempted a clean Win2k-SP4 install with CVS from today.. Just a couple of gotchas I noticed.. Windows has a couple of install stages the first of which is the old blue screen text mode format/copy stage which will not work with -kernel-kqemu. So I boot and do that stage

[Qemu-devel] Simulated devices of Qemu?

2006-07-01 Thread Tieu Ma Dau
Hi all, Qemu can simulate ARM processor with Integrator/CP board and the devices below: Two PL011 UARTs, SMC 91c111 Ethernet adapter 1. Generally, how Qemu simulates these devices? It means on Qemu's code or these devices will be simulated automaticly by "portable dynamic translation"

[Qemu-devel] [PATCH] Sparc64 host support update: i386-user builds

2006-07-01 Thread Blue Swirl
I got the i386-user to build by moving the troublesome SSE ops to helper (only for Sparc32/64, no effect at least to x86 host). The emulator crashes when executing the first TB, code generation and register use could be suspected. The patch makes ops_sse.h more confusing to read. Any comments?

[Qemu-devel] [PATCH] add serial port mux for debug monitor support

2006-07-01 Thread Jason Wessel
There are two patches attached to show the logical progress of the code and in the case that one is not accepted the work is more easily broken down. The serial_mux_driver.patch must be applied first. It adds a generic mux support for the I/O drivers internal to vl.c. The main purpose is

[Qemu-devel] qemu with kqemu freezes when more than one qemu is running

2006-07-01 Thread Frank J. Beckmann
Hi, qemu-0.8.1_1 with kqemu-kmod-1.3.0.p9 on FreeBSD 6.1-RELEASE i386 freezes after less than one hour runtime when more than one qemu is running. If only one qemu is running everything works fine. When more than one qemu runs none of them can use kqemu without freezing after a short time.

[Qemu-devel] qemu/hw rtl8139.c

2006-07-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/01 21:41:18 Modified files: hw : rtl8139.c Log message: disable unimplemented C+ mode (aka windows xp 64 fix) CVSWeb URLs:

Re: [Qemu-devel] QEMU GUI

2006-07-01 Thread Chris Wilson
Hi Luca, On Thu, 22 Jun 2006, Luca Barbato wrote: Fabrice Bellard wrote: Concerning the QEMU GUI, my mind slightly evolved since my last posts on the topic: I think that a wxWidgets GUI would be the best as it is reasonnably portable and because it uses the native GUIs. wx is nasty at best.