[Qemu-devel] vista 32bit does not work with rtl8139 emulation

2007-06-19 Thread Adnan Misherfi
Hello; Do any of the fixes applied recently to rtl8139 fixes the 32 bit VISTA network problem? 64bit VISTA works just fine. Thank you Adnan

Re: [Qemu-devel] qemu-user mmap not thread-safe?

2007-06-19 Thread Alexander Graf
Paul Brook wrote: On Thursday 24 May 2007, Alexander Graf wrote: Hi, while playing around with TLS on i386 i came across this problem which occurs even when no TLS is used at all. If two threads just malloc() memory all the time I get a segmentation fault after a short time. Might this

Re: [Qemu-devel] [PATCH] Segmentation fault when run with -nographic

2007-06-19 Thread Aurelien Jarno
On Mon, Jun 18, 2007 at 11:13:04PM +0200, Stefan Weil wrote: I already sent a patch for this to the list: http://lists.gnu.org/archive/html/qemu-devel/2007-06/msg00185.html Indeed that is the correct way to fix that. Anybody to commit this patch? -- .''`. Aurelien Jarno |

[Qemu-devel] ISA Proxy - possible?

2007-06-19 Thread Daniel Schwen
Would it be possible to register a set of io ports and io memory locations with qemu and have all read write operations passed on to the host system? A quick look at the source shows me the two look-up tables IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; IOPortWriteFunc

[Qemu-devel] optimization for PowerPC host

2007-06-19 Thread [EMAIL PROTECTED]
There is someone that is working on a rewriting the qemu/qemu-0.9.0/target-i386/op.c in asm for PowerPC and the using the big sets of registers of PowerPc insted of emulation of X86 register with memory? thanks Roberto Innocenti

[Qemu-devel] [PATCH] touchscreen screen coordinates

2007-06-19 Thread dmlist
Attached is a simple patch (for 0.9.0 and current cvs), that allows: -usbdevice touchscreen which behaves the same as touchpad, except the coordinates are screen coordinates instead of scaled 32768 coordinates. This makes qemu compatible with tslib, often used by xserver-kdrive. tslib does not

Re: [Qemu-devel] [PATCH] touchscreen screen coordinates

2007-06-19 Thread andrzej zaborowski
Hi, On 19/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Attached is a simple patch (for 0.9.0 and current cvs), that allows: -usbdevice touchscreen which behaves the same as touchpad, except the coordinates are screen coordinates instead of scaled 32768 coordinates. This makes qemu

Re: [Qemu-devel] ISA Proxy - possible?

2007-06-19 Thread amateur
On Tue, Jun 19, 2007 at 02:01:50PM +0200, Daniel Schwen wrote: Would it be possible to register a set of io ports and io memory locations with qemu and have all read write operations passed on to the host system? A quick look at the source shows me the two look-up tables IOPortReadFunc