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 16:27:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 21/03/2018 14:29, Howard Spoelstra wrote:
> Obviously not, but this doesn't make things better... ;-)
> 
> C:\qemu-debugging>gdb --args 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
> This binary was built by Equation Solution <http://www.Equation.com>.
> GNU gdb (GDB) 7.12
> Copyright (C) 2016 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-w64-mingw32".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from c:\qemu-master\qemu-system-ppc.exe...done.

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.

Thanks,

Paolo

> (gdb) thread apply all bt full
> (gdb) bt
> No stack.
> (gdb)
> 
> Best,
> Howard
> 




reply via email to

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