mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Currently, changing the 'drive' property of e.g. a scsi-hd object will
result in an assertion failure if the aio context of the block node
it's replaced with doesn't match the current aio context:
> bdrv_replace_child_noperm: Assertion `bdrv_get_aio_context(old_bs) ==
> bdrv_get_aio_context(new_bs)' failed.
The problematic scenario is already detected, but a 'return' statement
was missing.
Cc: qemu-stable@nongnu.org
Fixes:
|
3 weeks ago | |
---|---|---|
.. | ||
Kconfig | ||
bus.c | 2 months ago | |
clock-vmstate.c | ||
clock.c | 2 months ago | |
cpu-common.c | 2 months ago | |
cpu-system.c | 2 months ago | |
cpu-user.c | 4 months ago | |
eif.c | 7 months ago | |
eif.h | ||
fw-path-provider.c | ||
generic-loader.c | 2 months ago | |
gpio.c | 6 months ago | |
guest-loader.c | 2 months ago | |
guest-loader.h | ||
hotplug.c | ||
irq.c | 5 months ago | |
loader-fit.c | 2 months ago | |
loader.c | 4 weeks ago | |
machine-hmp-cmds.c | 5 months ago | |
machine-qmp-cmds.c | 2 months ago | |
machine-smp.c | 4 months ago | |
machine.c | 4 weeks ago | |
meson.build | 1 month ago | |
nmi.c | ||
null-machine.c | 2 months ago | |
numa.c | 6 months ago | |
or-irq.c | 2 months ago | |
platform-bus.c | 2 months ago | |
ptimer.c | 2 months ago | |
qdev-clock.c | ||
qdev-fw.c | ||
qdev-hotplug.c | 6 months ago | |
qdev-prop-internal.h | ||
qdev-properties-system.c | 3 weeks ago | |
qdev-properties.c | 3 months ago | |
qdev-user.c | 6 months ago | |
qdev.c | 2 months ago | |
register.c | 2 months ago | |
reset.c | 2 months ago | |
resetcontainer.c | 2 months ago | |
resettable.c | ||
split-irq.c | 2 months ago | |
stream.c | ||
sysbus-fdt.c | 2 months ago | |
sysbus.c | 2 months ago | |
trace-events | ||
trace.h | ||
uboot_image.h | ||
vm-change-state-handler.c | 2 months ago | |
vmstate-if.c |