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

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, after

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 __

[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 evtouc

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 respectiv

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 > sugge

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. > > > > >

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 bra

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

2006-04-14 Thread Anderson Lizardo
On 4/14/06, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > gcc -dM -E -xc /dev/null |awk '{ if (/__GNUC__/) print $3 }' Or even simpler: gcc -dM -E -xc /dev/null | awk '/__GNUC__/{print $3}' Regards, -- Anderson Lizardo ___ Qemu-devel mailing list Qemu-

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

2006-04-14 Thread Michael McConnell
On Fri, 14 Apr 2006, Thiemo Seufer wrote: > 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 c

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

2006-04-14 Thread Toby Thain
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 is perhaps adding a QEMU runtime option for this. E.g. NEXTSTEP

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] > @@

[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 2006-04-1

[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; } -

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] 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 10:26:38.0

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

Re: [Qemu-devel] [PATCH] SPARC target : Fix carry flagupdate inaddxcc and subxc

2006-04-14 Thread Blue Swirl
Conclusion : the computation of the V flag in qemu is correct, and their is no special case to consider if the C flag is set or not :-) For tomorrow, the formal proof of the correctness of the whole qemu code ;-) Thanks for the superb analysis! Now it's time to check if real hardware works ac