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/graphic/1728 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/1728')
| -rw-r--r-- | results/classifier/118/graphic/1728 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1728 b/results/classifier/118/graphic/1728 new file mode 100644 index 000000000..078908b6a --- /dev/null +++ b/results/classifier/118/graphic/1728 @@ -0,0 +1,48 @@ +graphic: 0.912 +x86: 0.909 +device: 0.889 +vnc: 0.818 +kernel: 0.786 +ppc: 0.747 +performance: 0.734 +network: 0.711 +mistranslation: 0.664 +virtual: 0.659 +PID: 0.651 +arm: 0.632 +architecture: 0.630 +semantic: 0.622 +risc-v: 0.589 +debug: 0.582 +boot: 0.564 +TCG: 0.529 +peripherals: 0.521 +hypervisor: 0.472 +VMM: 0.439 +register: 0.421 +socket: 0.420 +i386: 0.407 +permissions: 0.330 +KVM: 0.266 +user-level: 0.191 +assembly: 0.177 +files: 0.132 + +blockdev parameter does not accept dots in pool name in json config +Description of problem: +I'm trying to provision a VM using qemu 6.2.0 and pass the remote disk parameters like libvirt. When I start the VM, I get an error saying + + +``` +qemu-system-x86_64: -blockdev {driver:rbd,pool:cloud.disk.hiops,image:csi-vol-8577fffd-0f48-3344-b333-02000038163a,server:[{host:1.2.3.4,port:6789},{host:1.2.3.5,port:6789},{host:1.2.3.6,port:6789}],user:compute-staging,auth-client-required:[cephx,none],key-secret:ceph-secret,node-name:pv-MD7PBV3SRD21L08115JUJ94HMG,cache:{direct:false,no-flush:false},auto-read-only:true,discard:unmap}: JSON parse error, stray '.' +``` + + +I changed the ip address and some fields. + + +My question is should we avoid dots in pool name? I tried to look at the source code of json parser but in its doc, it did not mention a sequence of characters for escaping dots. +Steps to reproduce: +1. Provision a VM with the provided config +Additional information: +bl |