From owner-freebsd-xen@FreeBSD.ORG Fri Sep 27 15:05:03 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 2570235F for ; Fri, 27 Sep 2013 15:05:03 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7441D27C6 for ; Fri, 27 Sep 2013 15:05:01 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.90,993,1371081600"; d="scan'208";a="58094138" Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net) ([10.9.154.239]) by FTLPIPO01.CITRIX.COM with ESMTP; 27 Sep 2013 15:04:59 +0000 Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78) with Microsoft SMTP Server id 14.2.342.4; Fri, 27 Sep 2013 11:04:58 -0400 Message-ID: <52459E9A.5060801@citrix.com> Date: Fri, 27 Sep 2013 17:04:58 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Shanker Balan Subject: Re: Latest current -CURRENT (rev 255904) panics with "device hyperv" on XenServer 6.2 References: <7943FB36-C6F4-4529-A805-2C467192231F@shankerbalan.net> <52459B47.8030101@citrix.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Cc: "freebsd-xen@freebsd.org" 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: Fri, 27 Sep 2013 15:05:03 -0000 On 27/09/13 16:59, Shanker Balan wrote: > Roger, > > Thank you very much for looking into the issue. > > Can I have a SVN version of the patch? "patch" does not seem to like > the diff (or maybe I am using it incorrectly) > > root@fxen1:/usr/src # patch -n < ~/xen_hyperv.patch > Hmm... I can't seem to find a patch in there anywhere. $ patch -p1 < /path/to/patch should work AFAIK, this is a git generated diff. If it still doesn't work applying it by hand shouldn't be that hard.