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: Howard Spoelstra
Subject: Re: [Qemu-devel] Bug AioContext polling is not implemented on Windows with qemu-system-ppc.exe
Date: Wed, 21 Mar 2018 17:23:42 +0100

> You need to "r"un the program here. :)
>
> Also probably "b aio_context_set_poll_params" is useful before you run
> the program, to trap the moment in which the function is called.
>

Hi, that got me here:

(gdb) run
Starting program: c:\qemu-master\qemu-system-ppc.exe -L
c:\qemu-master\pc-bios -boot d -m 256 -M mac99 -prom-env
"boot-args=-v" -prom-env "auto-boot?=true" -prom-env "vga-ndrv?=true"
-drive 
"file=c:\Mac-disks\debian-9.0-powerpc-NETINST-1.iso,format=raw,media=cdrom"
-device usb-mouse -device usb-kbd -netdev "user,id=network01" -device
"sungem,netdev=network01,mac=52:54:00:12:34:56" -sdl -drive
"file=c:\Mac-disks\9.2.img,format=raw,media=disk"
[New Thread 10844.0x24d0]
warning: FTH: (10844): *** Fault tolerant heap shim applied to current
process. This is usually due to previous crashes. ***
[New Thread 10844.0x1224]
[New Thread 10844.0x2a30]
[New Thread 10844.0x2594]
[New Thread 10844.0x32a8]

Thread 1 hit Breakpoint 1, aio_context_set_poll_params (ctx=0xc14a9b0,
max_ns=32768, grow=0, shrink=0, errp=0x362f968)
    at util/aio-win32.c:413
413     in util/aio-win32.c
(gdb) s
error_setg_internal (errp=0x362f968, src=0xe166e0 <__func__.58569+32>
"util/aio-win32.c", line=413,
    func=0xe16740 <__func__.59050> "aio_context_set_poll_params",
    fmt=0xe16708 <__func__.58569+72> "AioContext polling is not
implemented on Windows") at util/error.c:91
91      util/error.c: No such file or directory.
(gdb) s
94      in util/error.c



reply via email to

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