summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/1356
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/graphic/1356')
-rw-r--r--results/classifier/zero-shot/108/graphic/135632
1 files changed, 32 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/graphic/1356 b/results/classifier/zero-shot/108/graphic/1356
new file mode 100644
index 000000000..3f2ab1968
--- /dev/null
+++ b/results/classifier/zero-shot/108/graphic/1356
@@ -0,0 +1,32 @@
+graphic: 0.954
+device: 0.808
+debug: 0.661
+KVM: 0.629
+network: 0.605
+performance: 0.522
+vnc: 0.478
+semantic: 0.453
+other: 0.353
+PID: 0.342
+boot: 0.331
+socket: 0.325
+files: 0.180
+permissions: 0.151
+
+"-set device" doesn't work with device specified in json
+Description of problem:
+The above QEMU command line results in:
+```
+qemu-system-x86_64: -set device.ua-igd.x-igd-gms=1: there is no device "ua-igd" defined
+```
+While the following command works:
+```
+qemu-system-x86_64 -accel kvm -m 8192 -nodefaults -display none -net none -device vfio-pci,host=0000:00:02.0,id=ua-igd -set device.ua-igd.x-igd-gms=1
+```
+libvirt has moved to the json device specification, therefore I can no longer associate use a <qemu:commandline> section to set driver options for a specific device with this broken id association.
+Steps to reproduce:
+1. Create a device with an ID and use -set device.$ID to set a driver option for the device
+2. Note failure when using json device format vs legacy device specification
+3. Profit
+Additional information:
+