[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: handle_pio looping during domain shutdown, with qemu 4.2.0 in stubdom
On 04.06.2020 09:08, Jan Beulich wrote: > On 04.06.2020 03:46, Marek Marczykowski-Górecki wrote: >> Then, we get the main issue: >> >> (XEN) d3v0 handle_pio port 0xb004 read 0x0000 >> (XEN) d3v0 Weird PIO status 1, port 0xb004 read 0xffff >> (XEN) domain_crash called from io.c:178 >> >> Note, there was no XEN_DOMCTL_destroydomain for domain 3 nor its stubdom >> yet. But XEN_DMOP_remote_shutdown for domain 3 was called already. > > I'd guess an issue with the shutdown deferral logic. Did you / can > you check whether XEN_DMOP_remote_shutdown managed to pause all > CPUs (I assume it didn't, since once they're paused there shouldn't > be any I/O there anymore, and hence no I/O emulation)? > > Another question though: In 4.13 the log message next to the > domain_crash() I assume you're hitting is "Weird HVM ioemulation > status", not "Weird PIO status", and the debugging patch you > referenced doesn't have any change there. Andrew's recent > change to master, otoh, doesn't use the word "weird" anymore. I > can therefore only guess that the value logged is still > hvmemul_do_pio_buffer()'s return value, i.e. X86EMUL_UNHANDLEABLE. > Please confirm. If so, the prime candidate source of the X86EMUL_UNHANDLEABLE would seem to be hvmemul_do_io()'s first switch(). Could you instrument that one as well, so see what vio->io_req.state has caused it? Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |