Re: [Qemu-devel] Wolfgang Schildbach is out of the office.

2006-04-14 Thread Johannes Schindelin
Hi everybody, *in particular Wolfgang Schildbach*, On Fri, 14 Apr 2006, Wolfgang Schildbach wrote: I will be out of the office starting 14.04.2006 and will not return until 18.04.2006. That is so nice for you. But not for me. Could you just turn off the auto-reply to a *list* FGS? Hth,

[Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest cvs branch, and I appreciate any feedback. Ben --- configure.ORIG 2006-04-14

Re: [Qemu-devel] SPARC iommu mapping

2006-04-14 Thread Joerg Platte
Am Dienstag, 11. April 2006 21:21 schrieb Blue Swirl: Hi! Great work! Now the Debian 3.0r4 installer with 2.6.11+tcx kernel almost finishes. Performance is also much better. I tried to boot a deb-bootstrapped SPARC image. But the first executed script segfaults when executing another command

[Qemu-devel] simple cocoa patch

2006-04-14 Thread Jose Renau
There is an extra parenthesis, and it does not compile. *** cocoa.m 9 Apr 2006 01:06:34 - 1.7 --- cocoa.m 14 Apr 2006 16:28:22 - *** *** 432,436 break; } -

[Qemu-devel] Update: Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
Here's a replacement patch to configure to make it /bin/sh and echo compatible. The other patch had some typos and one big mistake (the sdl_libs and cflags). Please review and let me know if you have any problems with the patch. Again, this is off the cvs head. Ben --- configure.ORIG

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Thiemo Seufer
Ben Taylor wrote: This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest cvs branch, and I appreciate any feedback. [snip] @@ -294,7

Re: Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
Thiemo Seufer [EMAIL PROTECTED] Ben Taylor wrote: This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest cvs branch, and I

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Thiemo Seufer
Ben Taylor wrote: Thiemo Seufer [EMAIL PROTECTED] Ben Taylor wrote: This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest

Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 01:38:18PM -0400, Toby Thain wrote: Per version 0.8.0, the ATAPI CD-ROM is always attached to IDE secondary/master (address 2). (See assignment to cdrom_index around vl.c line 4433.) Bochs allows the CD-ROM to be attached to any of four addresses, my suggestion

Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 02:41:12PM -0400, Jim C. Brown wrote: Attached is a patch that does just that. The default -cdrom still works, but you can also use -cdrom-a, -cdrom-b, -cdrom-c, and -cdrom-d to specify if the cdrom should be plugged in place over hda, hdb, hdc, or hdd respectively.

[Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Jim C. Brown
The tablet works with the evtouch driver. To get this to work in a guest: make sure you have support for usb hid and evdev in the kernel (or as modules). make sure you have the devices /dev/input/event0 /dev/input/event1 ... they might be called /dev/input/evdev0 etc download the

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Johannes Schindelin
Hi, On Fri, 14 Apr 2006, Jim C. Brown wrote: The tablet works with the evtouch driver. Great work! Scrolling and the middle button don't seem to be supported by the driver. How about using the old ps2 for that (not disabling it completely, after all)? Ciao, Dscho

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Anthony Liguori
Johannes Schindelin wrote: Hi, On Fri, 14 Apr 2006, Jim C. Brown wrote: The tablet works with the evtouch driver. Great work! Scrolling and the middle button don't seem to be supported by the driver. How about using the old ps2 for that (not disabling it completely,

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Jim C. Brown
On Fri, Apr 14, 2006 at 08:27:59PM -0500, Anthony Liguori wrote: The following patch (to the evtouch driver) enables both the middle button and scroll wheel: http://www.cs.utexas.edu/users/aliguori/evtouch-middle-scroll.diff I'll send it to the maintainer of evtouch and see if he'll