qemu-system-x86_64 broken on ubuntu 17.10
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| qemu (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
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+
$ sudo qemu-system-x86_64 -enable-kvm -usb \
-chardev stdio,id=char0 \
-device usb-host,
-device usb-host,
-soundhw all \
-m 2048 -cpu core2duo -machine q35 \
-smp 2 \
-device usb-mouse \
-vga std \
-device isa-applesmc,
-smbios type=2 \
-device ide-drive,
-drive id=HDD,
-device ide-drive,
-drive id=ScrapHDD,
-netdev tap,id=
-device e1000,netdev=
$ 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
| affects: | qemu → qemu (Ubuntu) |
