summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/x86/1686364
blob: 080fc77fb7d27840f9cac9900541076ceba1db6b (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
x86: 0.929
files: 0.867
device: 0.852
architecture: 0.664
network: 0.642
kernel: 0.593
graphic: 0.546
performance: 0.526
ppc: 0.478
semantic: 0.470
socket: 0.450
vnc: 0.397
mistranslation: 0.385
hypervisor: 0.377
virtual: 0.370
permissions: 0.295
debug: 0.293
register: 0.269
risc-v: 0.263
boot: 0.261
PID: 0.259
VMM: 0.257
i386: 0.253
TCG: 0.251
user-level: 0.223
peripherals: 0.223
KVM: 0.213
arm: 0.192
assembly: 0.054

qemu -readconfig/-writeconfig cannot handle quotes in values

$ qemu-system-x86_64 -drive file=/tmp/foo\" -writeconfig -
# qemu config file

[drive]
  file = "/tmp/foo""

For bonus points, try to construct a value qemu config file that contains a quoted value.  It's pretty clear (from looking at the code also) that this is not possible.

Also:

- maximum value length is hard-coded in the parser at 1023 characters (for no apparent reason)

- the format is undocumented

- don't use sscanf for parsing!


This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/142