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/device/1754597 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/device/1754597')
| -rw-r--r-- | results/classifier/118/device/1754597 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/results/classifier/118/device/1754597 b/results/classifier/118/device/1754597 new file mode 100644 index 000000000..db10d9bb0 --- /dev/null +++ b/results/classifier/118/device/1754597 @@ -0,0 +1,65 @@ +device: 0.810 +x86: 0.778 +boot: 0.762 +virtual: 0.747 +socket: 0.701 +graphic: 0.659 +architecture: 0.630 +PID: 0.617 +permissions: 0.595 +user-level: 0.588 +network: 0.577 +hypervisor: 0.559 +KVM: 0.549 +kernel: 0.532 +performance: 0.527 +risc-v: 0.516 +peripherals: 0.498 +semantic: 0.476 +files: 0.455 +mistranslation: 0.451 +ppc: 0.450 +register: 0.443 +arm: 0.430 +VMM: 0.411 +TCG: 0.402 +vnc: 0.390 +debug: 0.372 +i386: 0.337 +assembly: 0.315 + +qemu-system-x86_64 broken on ubuntu 17.10 + +I have run a virtual machine over the past three years without problems, but the update to Ubuntu 17.10 broke it: the machine falls into an infinite boot loop. + +$ qemu-system-x86_64 --version +QEMU emulator version 2.10.1(Debian 1:2.10+dfsg-0ubuntu3.5) + +$ sudo qemu-system-x86_64 -enable-kvm -usb \ + -chardev stdio,id=char0 \ + -device usb-host,vendorid=0x056a,productid=0x00c6 \ + -device usb-host,vendorid=0x04a9,productid=0x2220 \ + -soundhw all \ + -m 2048 -cpu core2duo -machine q35 \ + -smp 2 \ + -device usb-mouse \ + -vga std \ + -device isa-applesmc,osk="CONFIDENTIAL" \ + -smbios type=2 \ + -device ide-drive,bus=ide.0,drive=HDD \ + -drive id=HDD,if=none,cache=none,file=hdd.img \ + -device ide-drive,bus=ide.3,drive=ScrapHDD \ + -drive id=ScrapHDD,if=none,cache=none,file=scrap.img \ + -netdev tap,id=net0,ifname=tap0,script=no \ + -device e1000,netdev=net0,id=nic0,mac=00:aa:00:60:00:01 + +$ uname -a +Linux behemoth 4.13.0-36-generic #40-Ubuntu SMP Fri Feb 16 20:07:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux + +$ lsb_release -a +No LSB modules are available. +Distributor ID: Ubuntu +Description: Ubuntu 17.10 +Release: 17.10 +Codename: artful + |