From owner-freebsd-xen@FreeBSD.ORG Mon Dec 6 10:26:47 2010 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B181065670 for ; Mon, 6 Dec 2010 10:26:47 +0000 (UTC) (envelope-from ykohut@onapp.com) Received: from edgelb.ocscloud.net (edge02.ocscloud.net [91.210.68.36]) by mx1.freebsd.org (Postfix) with ESMTP id 65B378FC0C for ; Mon, 6 Dec 2010 10:26:46 +0000 (UTC) Received: from W01EXHUB01.hosting.tg.local (10.101.22.23) by W01EXEDGE02.hosting.tg.local (91.210.68.36) with Microsoft SMTP Server (TLS) id 8.1.311.2; Mon, 6 Dec 2010 10:26:44 +0000 Received: from [192.168.128.133] (194.44.160.178) by smtpauth.thinkgrid.net (10.101.22.25) with Microsoft SMTP Server (TLS) id 8.1.311.2; Mon, 6 Dec 2010 10:26:43 +0000 MIME-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset="us-ascii" From: Yuriy Kohut In-Reply-To: <87FC5EFE-EB1A-46CE-9E83-1109DD305C73@scsiguy.com> Date: Mon, 6 Dec 2010 12:26:42 +0200 Content-Transfer-Encoding: quoted-printable Message-ID: References: <4CED1799.6030608@scsiguy.com> <1290619446.2630.63.camel@home-yahoo> <1290781561.30429.289.camel@pow> <8E57474B-C39A-4B22-BDA5-373047093D8E@onapp.com> <4CF04C1E.2080906@scsiguy.com> <7AD6B2AA-AF37-4B09-AFC6-7447E9078F59@onapp.com> <4CF3C15D.6050105@scsiguy.com> <56A316BA-A9C1-4D3E-9B48-8B10E2B81B22@onapp.com> <99072F77-647D-4EF5-BAEA-D7172B36D9DE@onapp.com> <62E0B248-CE58-4EA6-86B8-726108A72E16@onapp.com> <1291153559.2928.198.camel@home-yahoo> <4CF57AAB.4020903@scsiguy.com> <4CF6B091.90608@scsiguy.com> <87FC5EFE-EB1A-46CE-9E83-1109DD305C73@scsiguy.com> To: Justin T.Gibbs X-Mailer: Apple Mail (2.1082) Cc: "freebsd-xen@freebsd.org" , Sean Bruno , "luke@hybrid-logic.co.uk" Subject: Re: Xen PV drivers for FreeBSD X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 06 Dec 2010 10:26:47 -0000 Hi, Just let you know: everything starts work for me in 8.2-PRERELEASE = (RELENG_8) Thank you for your work. I'm also highly interesting FreeBSD paravirtualized DOMU to be stable. = I'll build test XEN i386 today. I'll let you know results if you want. --- Yura On Dec 3, 2010, at 3:23 PM, Justin T. Gibbs wrote: > On Dec 3, 2010, at 4:12 AM, Yuriy Kohut wrote: >=20 >> Hi, >>=20 >> I would not like to disturb you, but, have you a chance to reproduce = the issue ? >=20 > A FreeBSD stable/8 XENHVM kernel from yesterday functions properly for = me in my Xen environment. >=20 >> The problem is not with CDROM device, but with boot process stops. >=20 > Did you remove the CDROM from the device configuration for your = domain? My host systems do not have CDROM devices to pass through, so = I have not tested the impact of detecting a CDROM device on the FreeBSD = XENHVM device probe process.=20 >=20 > In short, I understand that you are not directly complaining a about = CDROM functionality, but my hunch is that the detection of a CDROM = device is exposing a bug in the block front driver which leads to a hang = during boot.=20 >=20 > -- > Justin