From owner-freebsd-virtualization@FreeBSD.ORG Wed Sep 11 13:15:34 2013 Return-Path: Delivered-To: freebsd-virtualization@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 77B83586 for ; Wed, 11 Sep 2013 13:15:34 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5DE2B1C for ; Wed, 11 Sep 2013 13:15:33 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id r8BDFW0i020005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Sep 2013 14:15:33 +0100 (BST) Date: Wed, 11 Sep 2013 14:15:32 +0100 From: Karl Pielorz To: Pavel Timofeev , "Abhishek Gupta (LIS)" Subject: Re: Hyper-V driver development status Message-ID: In-Reply-To: References: <520E6FB0.2080305@freebsd.org> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:15:34 -0000 --On 11 September 2013 16:43 +0400 Pavel Timofeev wrote: > I've just checked out and built projects/hyperv and everything looks good. I just did that as well this morning... "FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r255470: Wed Sep 11 10:29:25 UTC 2013 root@:/usr/obj/src/sys/GENERIC amd64" I'm running under Windows Hyper V Server 2012 - the only things I've noticed so far (not been testing long): - I get a myriad of "caclru: runtime went backwards from xxx usec to yyy usec for pid zzzz" on the console every now and again. - On the Hyper-V Manager, under Networking it says: "Status: Degraded (Integration services upgrade required)" [I have just the 'Network Adapter' present in the VM - not the Legacy Adapter]. Heartbeat shows as 'OK (No Application Data)' - which I'm guessing is probably cosmetic? -Karl