From owner-freebsd-xen@FreeBSD.ORG Wed Nov 14 17:10:15 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADE6CC61 for ; Wed, 14 Nov 2012 17:10:15 +0000 (UTC) (envelope-from egoitz@ramattack.net) Received: from proxypop03b.sare.net (proxypop03b.sare.net [194.30.0.251]) by mx1.freebsd.org (Postfix) with ESMTP id 673D48FC18 for ; Wed, 14 Nov 2012 17:10:15 +0000 (UTC) Received: from [172.16.2.46] (izaro.sarenet.es [192.148.167.11]) by proxypop03.sare.net (Postfix) with ESMTPSA id C91469E0989; Wed, 14 Nov 2012 18:02:10 +0100 (CET) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: xenbusb_nop_confighook_cb timeout From: Egoitz Aurrekoetxea Aurre In-Reply-To: <20121114105133.7a7fab7a@tech304> Date: Wed, 14 Nov 2012 18:02:21 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <5A25371B-78B1-4D58-BA60-2448D8B58CBB@ramattack.net> References: <50757ADA.7060101@deployis.eu> <20121114105133.7a7fab7a@tech304> To: Mark Felder X-Mailer: Apple Mail (2.1499) Cc: freebsd-xen@freebsd.org, =?windows-1252?Q?G=F3t_Andr=E1s?= X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 17:10:15 -0000 I'm going to take a look at it tomorrow=85 today impossible as told you = before=85 but if anyone too has some time to check it too, could be = nice=85 because I'm pretty busy this days :) El 14/11/2012, a las 17:51, Mark Felder escribi=F3: > Hi guys, >=20 > I've been in contact with Bob Ball at Citrix and he's passed on this > information after confirming the bug we're seeing. I was hoping > someone on the list could help track this down. >=20 >> I experienced the CDROM issue on XenServer 6.0 and 6.1. I've seen=20 >> http://www.mail-archive.com/freebsd-xen@freebsd.org/msg01369.html = which >> suggests that there was a fix in Xen 4.1.2, which is surprising since >> XenServer 6.1 uses Xen 4.1.3 and still exhibits the problem. >> = http://xenbits.xen.org/gitweb/?p=3Dqemu-xen-4.2-testing.git;a=3Dcommit;h=3D= effd5676225761abdab90becac519716515c3be4 >> refers to another regression from 4.1.2 to 4.1.3 relating to the = CDROM, >> but it appears as though this regression was not merged into = XenServer >> (i.e. the Xen 4.1.3 used in XenServer did not require this further = patch). >>=20 >> = http://xen.1045712.n5.nabble.com/Xen-4-1-1-HVM-guest-cdrom-trouble-lost-in= terrupts-ata-failed-commands-frozen-td4953147.html#a5028910 >> gives one potential fix, which I believe is the one referenced in the >> release notes for 4.1 - however, I've applied this to my Xen and it >> does not appear to enable FreeBSD guests to boot with CDs attached. >> Could you confirm this from the other perspective and try the >> equivalent guest kernel patch? >>=20 >> diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c >> index 8214724..6b57f90 100644 >> --- a/arch/x86/pci/xen.c >> +++ b/arch/x86/pci/xen.c >> @@ -308,8 +308,7 @@ int __init pci_xen_init(void) >>=20 >> int __init pci_xen_hvm_init(void) >> { >> - if (!xen_feature(XENFEAT_hvm_pirqs)) >> - return 0; >> + return 0; >>=20 >> #ifdef CONFIG_ACPI >> /* >>=20 >> This appears to be a patch for Linux, and I've not located the=20 >> equivalent file in FreeBSD (I'm assuming this is down to my=20 >> inexperience in FreeBSD!) >>=20 >> I believe that this probably means we have a problem in Xen with=20 >> booting FreeBSD guests that hasn't been tracked down, would you = agree? >> Have either of you seen this working on later versions of OpenSource=20= >> Xen? (i.e. not XenServer?) =20 > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"