WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] crashes windows 2008 server in hvm

To: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] crashes windows 2008 server in hvm
From: "Andrew Lyon" <andrew.lyon@xxxxxxxxx>
Date: Tue, 23 Dec 2008 13:37:36 +0000
Cc: Vladimir Elizarov <xengelpublicx@xxxxxxxxx>, Wizard Vandal <wizard580@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx, Venefax <venefax@xxxxxxxxx>
Delivery-date: Tue, 23 Dec 2008 05:38:16 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=u+9V4MyvtQGPjGfhguLLa6PyeUZ2tqq8YFageG8YGTU=; b=pmhEadQn5+8IKLDQEq2jrloMk90EEyvdBzEcFlVRjip4md2qwEq0uVUwvovKmvslAw khsItb+6jKOZ1Dg0Qdzn9up9qLvIXo/rU2JR4AM1tFDPEUh2aDZb2OX/tgXk2HvTPcQp ejtDiXDl5/yYx+bh6dui/Gokl37DS/1nT8qFI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=A002DrAhLCU8SIsZB6XEsCLUSzcQD4H9bj91RfvX3TlcixuPNCp3+Iw0rF9S6dNEVt wlqhjmCWH2L67SUWu8OrLkmgtWFALYBKzMTJttdLvQ/4ltZblML0RCW333IAYaE9uoxL DUBpBx4o1eh1BaRdJ9NrZdQP2Ze0hgdYTb+pc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <f4527be0812230523n20579a4fr25b847779969260e@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <494ECF5E.5090003@xxxxxxxxx> <00f801c96497$d9d739d0$8d85ad70$@com> <AEC6C66638C05B468B556EA548C1A77D015500AB@trantor> <f4527be0812230031m4bc08bfcs5ee74a2e56943d4b@xxxxxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D015500BA@trantor> <AEC6C66638C05B468B556EA548C1A77D015500BB@trantor> <f4527be0812230424t4c543235l7ddd0e829c7f4883@xxxxxxxxxxxxxx> <AEC6C66638C05B468B556EA548C1A77D015500C0@trantor> <f4527be0812230502n42dfff1ud637f863d94c685c@xxxxxxxxxxxxxx> <f4527be0812230523n20579a4fr25b847779969260e@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Dec 23, 2008 at 1:23 PM, Andrew Lyon <andrew.lyon@xxxxxxxxx> wrote:
> On Tue, Dec 23, 2008 at 1:02 PM, Andrew Lyon <andrew.lyon@xxxxxxxxx> wrote:
>> On Tue, Dec 23, 2008 at 12:29 PM, James Harper
>> <james.harper@xxxxxxxxxxxxxxxx> wrote:
>>>> On Tue, Dec 23, 2008 at 11:58 AM, James Harper
>>>> <james.harper@xxxxxxxxxxxxxxxx> wrote:
>>>> > I've fixed the problem and am just about to upload -pre11.
>>>>
>>>> I have tested pre11on 32 bit vista and xp, seems to work ok.
>>>>
>>>> I have just noticed a separate issue, a UDF iso image connected to the
>>>> vista vm has a single file visible readme.txt which states that the OS
>>>> needs to support UDF to see the content, I am not sure if that was the
>>>> case before i installed the drivers, is it a known problem/effect ?
>>>> Would it be solved by using the "device hiding patch" that James
>>>> mentioned?
>>>>
>>>
>>> Yes, because that just lets qemu do the cdrom/dvd device, and we already
>>> know that that works. Maybe wait for 3.3.1 to be released before
>>> applying that patch to it.
>>
>> I am running 3.3.1 rc4 on both of my Xen systems, I'd like to try the
>> patch but it doesnt apply cleanly to that version, is there a version
>> of the patch that does?
>
> I was not applying the patch at the right stage, it does apply cleanly
> apart from one change to vl.c which is already present in 3.3.1 rc4.
>
> The emulated devices are still listed in device manager on my vista
> vm, and the cdrom is still PV rather than qemu, I am investigating...
> could be a problem with the gentoo ebuild I used to compile 3.3.1 rc4.
>
> Andy

Should this work ?

hg clone -r 3.3.1-rc4 http://xenbits.xensource.com/xen-3.3-testing.hg
cd xen-3.3-testing.hg
make tools # necessary to pull ioemu-remote
cd tools/ioemu-remote
patch -p1 -i /usr/src/qemu-pci-disable.patch
make clean
cd ../../
make clean
make tools
make install-tools

I removed the last chunk of the patch which changes vl.c as the
changes are in 3.3.1-rc4.

In my vista hvm the Intel IDE and Realtek NIC are still visible, and
cdrom is XEN PV not ioemu/qemu.

Andy
>
>>
>>
>>>
>>> I wonder what the problem with gplpv emulating a udf cdrom/dvd is
>>> though... it works under 2003 and XP.
>>>
>>> James
>>>
>>
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users