Re: [Qemu-devel] patch for USB issues

2006-02-17 Thread Krister Walfridsson
On Thu, 16 Feb 2006, Lonnie Mendez wrote: Hello. That change to pci_register_io_region works over here with FreeBSD 6.0. However the revision for register 0x60 is incorrect. It should read: pci_conf[0x60] = 0x10; // USB Release 1.0 At least according to the uhci document I found that

[Qemu-devel] Any binary distributions for QEMU 0.8.0 for Windows?

2006-02-17 Thread Bogdan
The binary distribution for the linux-i386 is available for download on the QEMU homepage. However, to get the Windows(DOS)-i386 version, one must download the source code and compile it via the GNU C compiler (afaik). Anyway, that's really inconvenient. Other distributions any time soon?Love4Boobi

Re: [Qemu-devel] [PATCH] Trivial code improvement

2006-02-17 Thread Thiemo Seufer
On Thu, Feb 16, 2006 at 05:27:47PM -0500, Daniel Jacobowitz wrote: > On Thu, Feb 16, 2006 at 04:32:04PM +, Thiemo Seufer wrote: > > Index: cpu-exec.c > > === > > RCS file: /sources/qemu/qemu/cpu-exec.c,v > > retrieving revision 1.7

Re: [Qemu-devel] patch for USB issues

2006-02-17 Thread Lonnie Mendez
Krister Walfridsson wrote: I'm playing with the USB code, but I cannot get the USB mouse emulation to work with the guests I have tried (NetBSD and Win2k). Attached are two patches that improves the situation somewhat. * hw/usb-uhci.c The PCI configuration registers are set up with an i