diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/945 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/other/945')
| -rw-r--r-- | results/classifier/108/other/945 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/108/other/945 b/results/classifier/108/other/945 new file mode 100644 index 000000000..235a374f2 --- /dev/null +++ b/results/classifier/108/other/945 @@ -0,0 +1,25 @@ +graphic: 0.910 +device: 0.865 +performance: 0.733 +vnc: 0.706 +semantic: 0.678 +PID: 0.645 +network: 0.625 +debug: 0.540 +permissions: 0.429 +boot: 0.395 +socket: 0.339 +files: 0.203 +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. |