qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] MMIO access hangs the whole virtual machine


From: Hangchen YU
Subject: [Qemu-devel] MMIO access hangs the whole virtual machine
Date: Wed, 21 Nov 2018 14:50:02 -0600

Hi-

I created an IO by memory_region_init_io with a MemoryRegionOps in a block
device. The IO r/w handler takes a while to finish, and during that time
the whole VM hangs.
There was a similar discussion about the synchronous qemu_aio_cancel four
years ago (
https://lists.gnu.org/archive/html/qemu-devel/2014-08/msg01545.html). Has
that issue been resolved or is there any alternative way to make the MMIO
access asynchronous?

Thanks,
Hangchen


reply via email to

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