diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/boot/1589 | 25 | ||||
| -rw-r--r-- | results/classifier/108/boot/1589153 | 64 |
2 files changed, 89 insertions, 0 deletions
diff --git a/results/classifier/108/boot/1589 b/results/classifier/108/boot/1589 new file mode 100644 index 000000000..16c5063d1 --- /dev/null +++ b/results/classifier/108/boot/1589 @@ -0,0 +1,25 @@ +boot: 0.943 +device: 0.873 +graphic: 0.775 +semantic: 0.619 +other: 0.585 +PID: 0.520 +vnc: 0.449 +performance: 0.435 +debug: 0.416 +files: 0.395 +socket: 0.260 +permissions: 0.229 +network: 0.184 +KVM: 0.035 + +Crash when using qemu 8.0.0 version tcg mode +Description of problem: +Can I no longer use qemu in tcg mode? +When operating in tcg mode in all versions of 8.0.0, a crash occurs on the booting screen and the window closes (the window stops responding before closing). +Steps to reproduce: +1. Run qemu with -accel tcg option +2. enter the boot screen +3. The screen freezes and the window closes after a few seconds (at which point it becomes unresponsive) +Additional information: +I have not checked whether the same symptom occurs in Linux, and it occurs in all versions of 8.0.0 for Windows. diff --git a/results/classifier/108/boot/1589153 b/results/classifier/108/boot/1589153 new file mode 100644 index 000000000..5f08675f1 --- /dev/null +++ b/results/classifier/108/boot/1589153 @@ -0,0 +1,64 @@ +boot: 0.924 +socket: 0.868 +performance: 0.846 +device: 0.827 +files: 0.790 +KVM: 0.767 +semantic: 0.740 +graphic: 0.713 +network: 0.704 +vnc: 0.674 +permissions: 0.665 +debug: 0.616 +other: 0.603 +PID: 0.515 + +qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04 + +Hi! + +I have been using qemu - kvm for several years in different versions of ubuntu (lubuntu). I am trying to migrate from 15.04 to 16.04 and am having a problem. In particular, on my machine (a samsung series 9 with dual core i7 processor and 8gb ram) the following commands worked in 15.04 but do not work in 15.10 and 16.04. FYI, I tested them on a clean machine, where I have created a 60GB image file in its own partition.. In particular, I am using the command to start installing windows 7 and it works in a clean install of 15.04 (yesterday) but not in 15.10 (yesterday) or 16.04 (the day before). I do not get any error messages in my xterminal when running this and do not know how to check for windows error messages. By not working I mean that after loading files it gets to a windows screen and then stays there forever. + +The command lines used to invoke qemu is: +echo "*** Installing windows 7 virtual machine - Step 2" + + +echo "*** Try command for slow mouse" +export SDL_VIDEO_X11_DGAMOUSE=0 + +sudo qemu-system-x86_64 \ + -enable-kvm \ + -machine pc,accel=kvm \ + -cdrom /home/Archives/Software/OperatingSystems.Windows7HP.64/Windows7HP64_Install.iso \ + -boot d \ + -net nic,macaddr=56:44:45:30:31:34 \ + -net user \ + -cpu host \ + -vga qxl \ + -spice port=5900,disable-ticketing \ + -uuid 8373c3d6-1e6c-f022-38e2-b94e6e14e170 \ + -smp cpus=2,maxcpus=3 \ + -m 6144 \ + -name DrPhilSS9AWin7VM \ + -hda /mnt/Windows7Image/Windows7Guest.img \ + -localtime \ + -k en-us \ + -usb \ + -usbdevice tablet& +sleep 10 +spicy --host 127.0.0.1 --port 5900 + +Have a similar issue though on Ubuntu 14.04 (4.2.0-36-generic #42~14.04.1-Ubuntu) + +We use an automated appliance build process, to create qemu/KVM appliances. + +Ever since qemu 2.0.0+dfsg-2ubuntu1.24 security update, we are getting the same issue as mentioned above (Windows 7 Installation CD - X17-24281.iso, hangs after loading files). + +We had to pin to 2.0.0+dfsg-2ubuntu1.22 to resolve the issue. + + + +Please see http://ubuntuforums.org/showthread.php?t=2325843&p=13499322#post13499322 for a similar discussion and for a workaround. But please note that to the best I can tell it is still a bug. + +Phil + |