From owner-svn-src-all@FreeBSD.ORG Thu Nov 21 22:30:42 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1E819A7; Thu, 21 Nov 2013 22:30:42 +0000 (UTC) Received: from aslan.scsiguy.com (mail.scsiguy.com [70.89.174.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B84C52C15; Thu, 21 Nov 2013 22:30:42 +0000 (UTC) Received: from [10.85.60.164] (207-225-98-3.dia.static.qwest.net [207.225.98.3]) (authenticated bits=0) by aslan.scsiguy.com (8.14.7/8.14.5) with ESMTP id rALMUbOl034496 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 21 Nov 2013 15:30:39 -0700 (MST) (envelope-from gibbs@FreeBSD.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: svn commit: r256423 - head/sys/dev/xen/blkfront From: "Justin T. Gibbs" In-Reply-To: <528E87FA.7010902@egr.msu.edu> Date: Thu, 21 Nov 2013 15:30:31 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <246C1C00-6485-481B-BCBE-F236466A579C@FreeBSD.org> References: <201310130234.r9D2YKs2034280@svn.freebsd.org> <528E8272.1010301@egr.msu.edu> <528E87FA.7010902@egr.msu.edu> To: Adam McDougall X-Mailer: Apple Mail (2.1822) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (aslan.scsiguy.com [70.89.174.89]); Thu, 21 Nov 2013 15:30:39 -0700 (MST) Cc: svn-src-all@freebsd.org, Mark Felder X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 22:30:43 -0000 Actually, my oops. It seems that I put the wrong commit message in for = that MFC. Is there anyway to change it on the server? =97 Justin On Nov 21, 2013, at 3:23 PM, Adam McDougall = wrote: > On 11/21/2013 17:00, Adam McDougall wrote: >> On 10/12/2013 22:34, Justin T. Gibbs wrote: >>> Author: gibbs >>> Date: Sun Oct 13 02:34:20 2013 >>> New Revision: 256423 >>> URL: http://svnweb.freebsd.org/changeset/base/256423 >>>=20 >>> Log: >>> Allow FreeBSD to be booted from CDROM media on XenServer 6.2 and >>> prior releases. >>>=20 >>> Submitted by: Roger Pau Monn=E9 >>> Sponsored by: Citrix Systems R&D >>> Reviewed by: gibbs >>> Approved by: re (gjb) >>>=20 >>> sys/dev/xen/blkfront/blkfront.c: >>> On XenServer versions up to an including 6.2, paravirtualized >>> CDROM support is broken. When running in an HVM domain, >>> ignore paravirtualized instances of CDROM media, and instead >>> rely on native drivers attaching to emulated hardware. This >>> functions correctly on all currently known Xen based >>> platforms. >>=20 >> Can this pretty please be MFC'ed for 10.0? I haven't heard of any >> problems with it, only successes on freebsd-xen@freebsd.org (thread: >> "FreeBSD Alpha5 amd64 - Citrix Xen 6.2 problem"). Thanks! >=20 > Oops nevermind! Mark clued me in to r256757 which is in BETA 3. = Thanks > again. >=20