qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Bug AioContext polling is not implemented on Windows wi


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Bug AioContext polling is not implemented on Windows with qemu-system-ppc.exe
Date: Wed, 21 Mar 2018 12:07:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 20/03/2018 18:11, Howard Spoelstra wrote:
> Hi,
> 
> I just built qemu-system-ppc.exe for windows using a fully up-to-date Fedora 
> 27.
> Command line for build:
> 
> ./configure --cross-prefix=x86_64-w64-mingw32-
> --target-list="ppc-softmmu ppc64-softmmu" --enable-gtk
> --with-gtkabi=3.0 --enable-sdl --with-sdlabi=2.0
> 
> Command line to invoke Qemu:
> C:\qemu-master>qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99
> -prom-env "boot-args=-v" -prom-env "auto-boot?=true" -prom-env
> "vga-ndrv?=true"  -drive
> file=c:\Mac-disks\9.1.img,format=raw,media=disk -netdev
> user,id=network01 -device
> sungem,netdev=network01,mac=52:54:00:12:34:66 -sdl -device usb-kbd
> -device usb-mouse
> 
> Error:
> Unexpected error in aio_context_set_poll_params() at util/aio-win32.c:413:
> qemu-system-ppc.exe: AioContext polling is not implemented on Windows

Can you get a backtrace on the Windows system?  Perhaps by putting a
breakpoint in aio_context_set_poll_params.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]