[Qemu-devel] [Bug 1715700] Re: Windows 7 guest won't boot on qemu 2.10 (works on 2.9)

2017-09-18 Thread Aleksei Kovura
Just did a test to be sure: pulled latest git (a9158a5cba955b79d580a252cc58ff44d154e370) - guest didn't launch. Reverted 208fa0e43645edd0b0d8f838857dfc79daff40a8 - guest launched successfully. Can someone please take a look at this? I don't want to get stuck at 2.9.0 :) -- You received this bug

[Qemu-devel] [Bug 1715700] Re: Windows 7 guest won't boot on qemu 2.10 (works on 2.9)

2017-09-11 Thread Aleksei Kovura
Bisected. Good thing Igor is already here :) 208fa0e43645edd0b0d8f838857dfc79daff40a8 is the first bad commit commit 208fa0e43645edd0b0d8f838857dfc79daff40a8 Author: Igor Mammedov Date: Fri Jul 28 11:09:05 2017 +0200 pc: make 'pc.rom' readonly when machine has PCI

[Qemu-devel] [Bug 1715700] Re: Windows 7 guest won't boot on qemu 2.10 (works on 2.9)

2017-09-11 Thread Aleksei Kovura
Ok, so I cloned from github and am bisecting like this (it's been a while, correct me if I'm wrong): $ git bisect start $ git bisect bad 1ab5eb4efb91a3d4569b0df6e824cc08ab4bd8ec # 2.10.0 stable commit $ git bisect good 359c41abe32638adad503e386969fa428cecff52 # 2.9.0 stable commit Bisecting: 1426

[Qemu-devel] [Bug 1715700] Re: Windows 7 guest won't boot on qemu 2.10 (works on 2.9)

2017-09-07 Thread Aleksei Kovura
Compiled latest OVMF from git (ea21f1d), used it in "-bios" line - same result. What else can I try? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1715700 Title: Windows 7 guest won't boot on qemu

[Qemu-devel] [Bug 1715700] [NEW] Windows 7 guest won't boot on qemu 2.10 (works on 2.9)

2017-09-07 Thread Aleksei Kovura
Public bug reported: Qemu version: 2.10 stable. Guest: Windows 7 SP1 x64, virtio drivers are already installed in the guest. Command line: qemu-system-x86_64 \ -nodefaults \ -nodefconfig \ -machine type=q35,accel=kvm \ -enable-kvm \ -cpu host \ -m 2048 \ -vga virtio \

[Qemu-devel] [Bug 1593605] Re: windows2008r2 boot failed with uefi

2016-10-13 Thread Aleksei Kovura
I had the same problem and it took me some time to get to this bug report. Since this behaviour will not change in future versions of Qemu/OVMF, maybe Qemu should recognize this configuration as invalid and print error message instead of failing silently? -- You received this bug notification

[Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

2016-06-30 Thread Aleksei Kovura
@Gannet I've built latest qemu from git just to get through installation, after that everything runs fine on 2.6.0. It's easy enough http://wiki.qemu.org/Hosts/Linux#Simple_build_and_test -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to

[Qemu-devel] [Bug 1591724] Re: Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

2016-06-12 Thread Aleksei Kovura
Running on latest git code a93c1bdf0bd4689287094ddb2aae3dc907da3535, DVD loads installation screen on everything except cirrus (same symptom). I don't really need cirrus, but I can test patches if you want. -- You received this bug notification because you are a member of qemu- devel-ml, which

[Qemu-devel] [Bug 1591724] [NEW] Windows 7 installation DVD can't boot in qemu 2.6.0/OVMF

2016-06-12 Thread Aleksei Kovura
Public bug reported: With Qemu 2.5.50 (compiled from git some time ago) I can boot Windows 7 x64 installation DVD as follows: ~/code/qemu-v2/bin/slic-v2/native/x86_64-softmmu/qemu-system-x86_64 \ -machine type=pc,accel=kvm \ -enable-kvm \ -cpu host \ -m 2048 \ -vga cirrus \

[Qemu-devel] [Bug 1533848] [NEW] A workaround for Windows 7 ACPI SLIC table behavior when used with OVMF

2016-01-13 Thread Aleksei Kovura
Public bug reported: When OVMF is used, Windows 7 refuses to read SLIC ACPI table, passed via -acpitable option, because it expects oem id and oem table id to match in SLIC, XSDT, RSDT, FADT. There's a detailed discussion here: https://bugzilla.redhat.com/show_bug.cgi?id=1248758 ** Affects: qemu