From owner-freebsd-xen@FreeBSD.ORG Fri Sep 27 16:30:05 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 AEE22B90; Fri, 27 Sep 2013 16:30:05 +0000 (UTC) (envelope-from mail@shankerbalan.net) Received: from 3r6s4.syminet.com (3r6s4.syminet.com [74.80.234.42]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5632C47; Fri, 27 Sep 2013 16:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=shankerbalan.net; s=x; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=fDIzDw0OqmLSaCpp8zbkYY+mPQ/7Pd3QfJwon+jBj4s=; b=rIEPlL8klsZ7vMPBEsTPvR7Rtsxmrqffv+KMHNT3uKHjQyzk5cmd1C5lhWNvM94tGtky2cpyiKtbzcHSG42Qh0V1dNB8AAoq64A9rN2Es1CEfc+ll4ybKrMk18YLM740; Received: from [103.5.132.53] (helo=buffy.local) by 3r6s4.syminet.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1VPavb-0008Oz-Lc; Fri, 27 Sep 2013 09:30:04 -0700 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Latest current -CURRENT (rev 255904) panics with "device hyperv" on XenServer 6.2 From: Shanker Balan In-Reply-To: <52459E9A.5060801@citrix.com> Date: Fri, 27 Sep 2013 21:59:56 +0530 Content-Transfer-Encoding: quoted-printable Message-Id: <0BDA4CB1-032A-4893-8FB6-14C94FD36D30@shankerbalan.net> References: <7943FB36-C6F4-4529-A805-2C467192231F@shankerbalan.net> <52459B47.8030101@citrix.com> <52459E9A.5060801@citrix.com> To: "freebsd-xen@freebsd.org" X-Mailer: Apple Mail (2.1510) X-Antiabuse: This header was added to track abuse, please include it with any abuse report X-Antiabuse: Primary Hostname - 3r6s4.syminet.com X-Antiabuse: Original Domain - freebsd.org X-Antiabuse: Originator/Caller UID/GID - [105 113] / [105 113] X-Antiabuse: Sender Address Domain - shankerbalan.net Cc: abgupta@microsoft.com, grehan@FreeBSD.org, freebsd-virtualization@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 16:30:05 -0000 (Doing a proper reply all now) On 27-Sep-2013, at 8:34 PM, Roger Pau Monn=E9 = wrote: > On 27/09/13 16:59, Shanker Balan wrote: >> Roger, >>=20 >> Thank you very much for looking into the issue. >>=20 >> Can I have a SVN version of the patch? "patch" does not seem to like >> the diff (or maybe I am using it incorrectly) >>=20 >> root@fxen1:/usr/src # patch -n < ~/xen_hyperv.patch >> Hmm... I can't seem to find a patch in there anywhere. >=20 > $ patch -p1 < /path/to/patch >=20 > should work AFAIK, this is a git generated diff. If it still doesn't > work applying it by hand shouldn't be that hard. >=20 >=20 Patch works for me on XenServer 6.2. root@fxen1:~ # uname -a FreeBSD fxen1.lab 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #1 r255912M: Fri Sep = 27 15:27:19 IST 2013 root@fxen1.lab:/usr/obj/usr/src/sys/MYKERNEL = amd64 root@fxen1:~ #=20 root@fxen1:~ # sysctl -a | grep ^device | grep "xen\|hyper" device hyperv device xenpci Thank you very much. Regards. @shankerbalan