Re: [Qemu-devel] qemu dsound and crash

2006-05-30 Thread Kazu
ZIGLIO, Frediano wrote: >I analyzed the dsound problem (using Windows dsound audio driver cause >crash when closing console window cf "Qemu impressions"). The problem is >very complicated. Is seems that for some reasons dsound dll is unloaded >before msvcrt (which hold atexit and exit function) s

Re: [Qemu-devel] gdb-stub support for Win32 host

2006-05-30 Thread Kazu
Sent: Sunday, May 28, 2006 12:11 AM Jason Wessel wrote: > > This patch adds support for the gdb-stub to work on the Win32 host and > compile in by default. I retested to make sure everything was > compatible so as not to break the unix side. > I works fine. Thank you. Regards, Kazu

Re: [Qemu-devel] Qemu (linux) and keymaps

2006-05-30 Thread Jim C. Brown
On Tue, May 30, 2006 at 04:37:50PM -0500, Harrison Metzger wrote: > My bug is when I try to toggle fullscreen with the ctrl+alt+f shortcut > nothing > happens. So I tried ctrl+alt+u (because on dvorak u is where the f is) and it > worked. So it appears as if qemu is using raw scancodes instead o

[Qemu-devel] Qemu (linux) and keymaps

2006-05-30 Thread Harrison Metzger
Hello. I'm not sure if this is the right place to report a possible bug. I'm running Gentoo Linux with qemu 0.8.0 without kqemu. I use a dvorak keyboard by having this line in my xorg.conf file: Option "XkbLayout" "dvorak" My x11 server is xorg 6.8.2-r7. My bug is when I

[Qemu-devel] qemu dsound and crash

2006-05-30 Thread ZIGLIO, Frediano, VF-IT
I analyzed the dsound problem (using Windows dsound audio driver cause crash when closing console window cf "Qemu impressions"). The problem is very complicated. Is seems that for some reasons dsound dll is unloaded before msvcrt (which hold atexit and exit function) so dsound free memory then msvc