qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Bug 586175] Re: Windows XP/2003 doesn't boot


From: Markus Armbruster
Subject: Re: [Qemu-devel] [Bug 586175] Re: Windows XP/2003 doesn't boot
Date: Sat, 26 Jun 2010 07:27:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Cole Robinson <address@hidden> writes:

> I can reproduce with qemu-kvm 0.12.4 like the original reporter. I
> cannot reproduce with qemu-kvm upstream, qemu stable, or qemu upstream.
> So boot=on could be the culprit. Libvirt generated command line:
>
> LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/bin
> /qemu-system-x86_64 -S -M pc-0.12 -no-kvm -m 512 -smp
> 1,sockets=1,cores=1,threads=1 -name winxp_test -uuid 634dff56-8c5a-fdbb-
> b5fc-091bcf78e586 -nodefaults -chardev
> socket,id=monitor,path=/var/lib/libvirt/qemu/winxp_test.monitor,server,nowait
> -mon chardev=monitor,mode=readline -rtc base=localtime -boot c -drive
> file=/var/lib/libvirt/images/winxp_test.img,if=none,id=drive-
> ide0-0-0,boot=on,format=raw -device ide-drive,bus=ide.0,unit=0,drive
> =drive-ide0-0-0,id=ide0-0-0 -drive
> file=/mnt/data/media/win_xp_sp3_32.iso,if=none,media=cdrom,id=drive-
> ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive
> =drive-ide0-1-0,id=ide0-1-0 -device
> rtl8139,vlan=0,id=net0,mac=52:54:00:ac:e8:ca,bus=pci.0,addr=0x4 -net
> tap,fd=20,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device isa-
> serial,chardev=serial0 -usb -device usb-tablet,id=input0 -vnc
> 127.0.0.1:1 -k en-us -vga std -device virtio-balloon-
> pci,id=balloon0,bus=pci.0,addr=0x3
>
> Markus has a patch internally against an older qemu-kvm release that
> apparently fixes the issue, however the upstream code is different so it
> doesn't cleanly apply. Maybe this will give someone a hint for a proper
> upstream solution:

[snipp...]

That's only the second part of a revolting emergency hack.

Anyway, I posted a fix for current master yesterday:

Subject: [PATCH 12/12] pc: Fix CMOS info for drives defined with -device
Date: Fri, 25 Jun 2010 18:53:32 +0200
Message-Id: <address@hidden>

If it still needs backporting it to stable when I've dug myself out of
my current pit, I'll give it a try.  Wouldn't mind if somebody else beat
me to it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]