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
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
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
__
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
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
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
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.
> > >
> >
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
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-
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
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
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]
> @@
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
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;
}
-
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
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
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
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
18 matches
Mail list logo