From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../issues_text/target_missing/host_missing/accel_missing/945 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/945 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/945') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/945 b/gitlab/issues_text/target_missing/host_missing/accel_missing/945 new file mode 100644 index 000000000..eed71935e --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/945 @@ -0,0 +1,10 @@ +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. -- cgit 1.4.1