From owner-freebsd-xen@FreeBSD.ORG Mon Oct 14 13:57:32 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 168CAD99 for ; Mon, 14 Oct 2013 13:57:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D94B02A02 for ; Mon, 14 Oct 2013 13:57:31 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A953B2235C for ; Mon, 14 Oct 2013 09:57:28 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Mon, 14 Oct 2013 09:57:28 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=25QTV8NS5smBFItkTSL3dHn+K8I=; b=PHEuH olcONbLyiPTVtfWEnDuJypy1me02teVRl3c6e6qlFZ04+zZhAoGux7QcvCGtEJpg 58K7hCGJkuSodjOL5s/rL8Fp0DHybYbBRJ1Mnf3/tM0fe+8+OmEWjtb3ccuiuC0+ vhBIQKtQ5ZsGOgRuELh2iCg0BN28gCkKesVNcc= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 8B3DC11B4E1; Mon, 14 Oct 2013 09:57:28 -0400 (EDT) Message-Id: <1381759048.14147.33785945.2DAF9556@webmail.messagingengine.com> X-Sasl-Enc: tQP7tmxA1RM3biN5M8RshvimrOfuJGBw3qKZTdVh2uFW 1381759048 From: Mark Felder To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 Subject: Re: FreeBSD Alpha5 amd64 - Citrix Xen 6.2 problem Date: Mon, 14 Oct 2013 08:57:28 -0500 In-Reply-To: <1381676322.11187.33436965.1BBB5473@webmail.messagingengine.com> References: <1381247394.22461.31501241.11EE316E@webmail.messagingengine.com> <8F3E4CEF-75BB-4F96-8512-87B21C5AC44E@shankerbalan.net> <525509C4.9010407@citrix.com> <1381319360.6600.31880785.6E83A2F9@webmail.messagingengine.com> <52555FF4.8010107@citrix.com> <1381329411.11572.31947565.7C2A280B@webmail.messagingengine.com> <849AB77F-D2E3-4BFB-B957-F9A9E53D1070@shankerbalan.net> <7B7BC687-3A64-4B3D-9F90-B73FC6938225@shankerbalan.net> <1381676322.11187.33436965.1BBB5473@webmail.messagingengine.com> 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: Mon, 14 Oct 2013 13:57:32 -0000 Patching 9-STABLE with this applies cleanly, but I'm guessing the work done with the restructuring so it fits in GENERIC is not permitting it to build. /usr/src/sys/dev/xen/blkfront/blkfront.c: In function 'blkfront_probe': /usr/src/sys/dev/xen/blkfront/blkfront.c:405: warning: implicit declaration of function 'xen_hvm_domain' /usr/src/sys/dev/xen/blkfront/blkfront.c:405: warning: nested extern declaration of 'xen_hvm_domain' [-Wnested-externs] *** [blkfront.o] Error code 1 Stop in /usr/obj/usr/src/sys/XENHVM. *** [buildkernel] Error code 1 Stop in /usr/src. *** [buildkernel] Error code 1 Stop in /usr/src.