summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/x86/744856
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/118/x86/744856')
-rw-r--r--results/classifier/zero-shot/118/x86/74485645
1 files changed, 45 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/x86/744856 b/results/classifier/zero-shot/118/x86/744856
new file mode 100644
index 000000000..6487d0bcc
--- /dev/null
+++ b/results/classifier/zero-shot/118/x86/744856
@@ -0,0 +1,45 @@
+x86: 0.983
+boot: 0.893
+KVM: 0.853
+performance: 0.838
+device: 0.826
+kernel: 0.731
+permissions: 0.719
+graphic: 0.669
+files: 0.626
+i386: 0.624
+vnc: 0.615
+hypervisor: 0.599
+mistranslation: 0.547
+PID: 0.546
+architecture: 0.518
+semantic: 0.502
+peripherals: 0.489
+ppc: 0.482
+user-level: 0.458
+virtual: 0.427
+network: 0.324
+debug: 0.317
+socket: 0.294
+register: 0.260
+risc-v: 0.224
+assembly: 0.202
+VMM: 0.189
+TCG: 0.140
+arm: 0.128
+
+can't boot when using more than 6 disks since qemu-kvm-0.13
+
+It's not possible to pass more than 6 disks to a guest since qemu-kvm-0.13 (also tested with 0.14).
+If I pass more than 6 disks (as shown below) the machine complains that their is no bootable disk,
+
+The problem occurs with virtio and without virtio.
+
+eg.
+
+/usr/bin/qemu-system-x86_64  --enable-kvm -boot c   -drive file=/dev/vgr5/fs-01,if=virtio -drive file=/dev/vgr5/fs-01_srv_workspace,if=virtio -drive file=/dev/vgr5/fs-01_srv_media,if=virtio -drive file=/dev/vgr5/fs-01_srv_company,if=virtio -drive file=/dev/vgr5/fs-01_srv_tmp,if=virtio -drive file=/dev/vgr5/fs-01_srv_download,if=virtio -drive file=/dev/vgr5/fs-01_srv_share,if=virtio -drive file=/dev/vgr5/fs-01_srv_backup,if=virtio -drive file=/dev/vgr5/fs-01_srv_private,if=virtio -drive file=/dev/vgr5/fs-01_srv_build,if=virtio -drive file=/dev/vgr5/fs-01_srv_dev,if=virtio -drive file=/dev/vgr5/fs-01_srv_backup2,if=virtio -drive file=/dev/vgr5/fs-01_srv_ftp,if=virtio  -cpu qemu64 -smp 2  -m 4G -append root=/dev/vda -usbdevice tablet -net nic,macaddr=90:e6:ba:9d:00:0,model=e1000 -net tap,ifname=tap0,script=/usr/sbin/qemu-ifup,downscript=/usr/sbin/qemu-ifdown  -monitor unix:/var/run/kvm/fs-01/monitor,server,nowait -pidfile /var/run/kvm/fs-01/pid  -k de -kernel /srv/kvm/kernel/linux-2.6.38-gentoo -append root=/dev/vda -vnc :0 -name fs-01,process=fs-01 -vga std
+
+Triaging old bug tickets... QEMU 0.13 and 0.14 are pretty outdated nowadays, can you still reproduce this behavior with the latest version of QEMU?
+
+[Expired for QEMU because there has been no activity for 60 days.]
+