blob: 79ecb4a00afe2b52d300709a52e9dc12deac794e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
graphic: 0.910
device: 0.865
instruction: 0.841
vnc: 0.706
semantic: 0.678
mistranslation: 0.627
network: 0.625
boot: 0.395
socket: 0.339
assembly: 0.145
other: 0.118
KVM: 0.026
For QEMU 7.0.0-rc1, nbd-server-add fails with qcow2 image with iothread in migration context
Description of problem:
Upon adding the drive for NBD (via QMP), there is an error message
````kvm: ../block.c:3657: bdrv_open_child: Assertion `qemu_in_main_thread()' failed.````
and then the process aborts.
Steps to reproduce:
1. Create image: `qemu-img create -f qcow2 /root/target-disk.qcow2 4G`
2. Start QEMU as mentioned above.
3. Issue `nbd-server-start` QMP command (I used type unix).
4. Issue `nbd-server-add` command for the single disk.
|