Re: [Qemu-devel] Re: Re: invisible wall patch

2006-06-17 Thread Thomas Han
Hi All,for what its worth, I've also been using the latest from CVS (with the invisible wall patch) and it works great.Thanks!ThomasOn 6/17/06, 
Alex [EMAIL PROTECTED] wrote:I have not updated my sources this week. But in the past few months I had to
manually apply the patch to make Qemu workable. And I use it a lot. Thanksfor a great product.--Alex.Julian Seward [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED] On Saturday 17 June 2006 18:03, Rick Vernam wrote: On Saturday 17 June 2006 11:32, Alex wrote:  This patch has been around for a while but never committed to the
  mainstream. Huh?Fabrice committed it some time around Tuesday.I've been using it 8+ hours/day since then and it seems fine to me. J___
Qemu-devel mailing listQemu-devel@nongnu.orghttp://lists.nongnu.org/mailman/listinfo/qemu-devel

___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU 0.8.1

2006-05-09 Thread Thomas Han
Hi Anthony,Sorry for the late reply. I did try out the patch with my local build and I haven't see that invisible wall mouse problem for a few days now.Thanks very much,Thomas
On 5/4/06, Anthony Liguori [EMAIL PROTECTED] wrote:
Thomas Han wrote: Hi, For what it's worth.I have also seen this invisible wall problem with my mouse for a few weeks off the CVS build too.Can you try out the following patch.*grumbles about SDL's brokenness*
Regards,Anthony Liguori Since 0.8.1 came out yesterday, Instead of using CVS build, I'm now running Qemu 0.8.1 + kqemu-1.3.0pre6.My host OS is FC5 and I'm running XP inside it.
 Thanks, Thomas On 5/4/06, *Christian MICHON*  [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: qemu 0.8.0 does not show this invisible barrier issue. if this is worth anything, I use SDL 1.2.9. If someone can reproduce the issue also on linux hosts,
 there could be a lead. On 5/4/06, Christian MICHON [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote:  I removed manually vnc_display_init, and this is not the culprit...  I'll check anyway versus qemu-0.8.0...  --
 Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org mailto:
Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel 
 ___ Qemu-devel mailing list Qemu-devel@nongnu.org 
http://lists.nongnu.org/mailman/listinfo/qemu-develdiff -r 39a6dd1136c6 sdl.c--- a/sdl.c Thu May 04 04:13:13 2006 ++++ b/sdl.c Thu May 04 21:30:11 2006 -0500@@ -280,13 +280,18 @@ static void sdl_update_caption(void)
 static void sdl_hide_cursor(void) {-SDL_SetCursor(sdl_cursor_hidden);+if (kbd_mouse_is_absolute()) {+ SDL_ShowCursor(1);+ SDL_SetCursor(sdl_cursor_hidden);+} else {
+ SDL_ShowCursor(0);+} } static void sdl_show_cursor(void) { if (!kbd_mouse_is_absolute()) {- SDL_SetCursor(sdl_cursor_normal);+ SDL_ShowCursor(1); }
 }___Qemu-devel mailing listQemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] QEMU 0.8.1

2006-05-04 Thread Thomas Han
Hi,For what it's worth. I have also seen this invisible wall problem with my mouse for a few weeks off the CVS build too.Since 0.8.1 came out yesterday, Instead of using CVS build, I'm now running Qemu 
0.8.1 + kqemu-1.3.0pre6. My host OS is FC5 and I'm running XP inside it.Thanks,ThomasOn 5/4/06, Christian MICHON 
[EMAIL PROTECTED] wrote:qemu 0.8.0 does not show this invisible barrier issue.
if this is worth anything, I use SDL 1.2.9.If someone can reproduce the issue also on linux hosts,there could be a lead.On 5/4/06, Christian MICHON [EMAIL PROTECTED]
 wrote: I removed manually vnc_display_init, and this is not the culprit... I'll check anyway versus qemu-0.8.0...--Christian___
Qemu-devel mailing listQemu-devel@nongnu.orghttp://lists.nongnu.org/mailman/listinfo/qemu-devel

___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel