[Qemu-devel] [Bug 916720] Re: select fails on windows because a non-socket fd is in the rfds set

2012-01-15 Thread Arie
It is added to the list by glib_select_fill. Other than that I couldn't find out what the fd is for. I forgot to add the symptoms of the problem, so i'll add them now so people can google them. target remote tcp:127.0.0.1:2200 Ignoring packet error, continuing... warning: unrecognized item "timeo

[Qemu-devel] [Bug 916720] [NEW] select fails on windows because a non-socket fd is in the rfds set

2012-01-15 Thread Arie
Public bug reported: The select call in file main_loop.c at line 460 fails on windows because a non-socket fd is in the rfds set. As a result, gdb remote connections will never be accepted by qemu. The select function returns with -1. WSAGetLastError returns code 10038 (WSAENOTSOCK). I start qemu

[Qemu-devel] [Bug 912216] Re: ARM: QEMU crashes with segmentation fault on supervisor call

2012-01-05 Thread Arie
Thanks for pointing this out. This indeed solves my issue. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/912216 Title: ARM: QEMU crashes with segmentation fault on supervisor call Status in QEMU:

[Qemu-devel] [Bug 912216] [NEW] ARM: QEMU crashes with segmentation fault on supervisor call

2012-01-05 Thread Arie
Public bug reported: I am working on some mixed C/ASM code for the ARM Cortex-M3 but when I try to simulate it, QEMU crashes with a segmentation fault. The exact instruction it crashes on is a supervisor call from the assembly file. I am using the default Sourcery CodeBench Lite 2011.09-69 for A

[Qemu-devel] [Bug 912216] Re: ARM: QEMU crashes with segmentation fault on supervisor call

2012-01-05 Thread Arie
** Attachment added: "Elf file to be loaded by QEMU" https://bugs.launchpad.net/bugs/912216/+attachment/2658327/+files/test1.elf -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/912216 Title: ARM:

[Qemu-devel] [Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2010-05-19 Thread Arie Skliarouk
KVM on lucid appears to prioritize pa: #kvm -audio-help | grep ^Name Name: pa Name: alsa Name: sdl Name: oss Name: none Name: wav but in effect alsa is still used... could it be related to the fact that by default pulse-audio daemon is started per user, whereas kvm starts the virtual machines befo