diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/boot/907 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/boot/907')
| -rw-r--r-- | results/classifier/118/boot/907 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/118/boot/907 b/results/classifier/118/boot/907 new file mode 100644 index 000000000..fafd36cf8 --- /dev/null +++ b/results/classifier/118/boot/907 @@ -0,0 +1,37 @@ +boot: 0.881 +graphic: 0.767 +device: 0.736 +files: 0.722 +mistranslation: 0.663 +x86: 0.660 +network: 0.556 +PID: 0.491 +debug: 0.489 +socket: 0.419 +semantic: 0.407 +performance: 0.388 +user-level: 0.329 +architecture: 0.314 +virtual: 0.285 +hypervisor: 0.248 +i386: 0.246 +ppc: 0.243 +peripherals: 0.235 +permissions: 0.228 +vnc: 0.207 +kernel: 0.201 +TCG: 0.197 +risc-v: 0.190 +arm: 0.174 +register: 0.174 +VMM: 0.150 +KVM: 0.136 +assembly: 0.103 + +qemu-system-x86_64 -blockdev fails with "CURL: Error opening file" when supplied url of ISO file +Steps to reproduce: +1. Run: qemu-system-x86_64 -blockdev driver=https,url=https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso,node-name=libvirt-1-storage,auto-read-only=true + +The command returns error: qemu-system-x86_64: -blockdev driver=https,url=https://archive.fedoraproject.org:443/pub/archive/fedora/linux/releases/28/Server/x86_64/os/images/boot.iso,node-name=libvirt-1-storage,auto-read-only=true,discard=unmap: CURL: Error opening file: +Additional information: +This bug is not present in qemu 6.1.0, it surfaced with an update to 6.2.0 |