Re: Hyper-V driver development status

2013-09-11 Thread Karl Pielorz



--On 11 September 2013 16:43 +0400 Pavel Timofeev tim...@gmail.com 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  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

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


RE: Hyper-V driver development status

2013-09-11 Thread Abhishek Gupta (LIS)
Hi guys,

Thanks for the feedback.

I have seen the caclru: runtime went backwards from xxx usec to yyy usec for 
pid  off an on but I have not seen any visible system impact because of 
that. It could be because the clock is virtualized and the system is taking 
some time to adjust to it. We can file this as a bug in our database and work 
on resolving it.

The Status: Degraded (Integration services upgrade required) issue is benign.

The Heartbeat shows as 'OK (No Application Data) is benign too.

Let us know if you guys are seeing some other issues.
Thanks,
Abhishek

From: Karl Pielorz kpielorz_...@tdx.co.uk
Sent: Wednesday, September 11, 2013 6:15 AM
To: Pavel Timofeev; Abhishek Gupta (LIS)
Cc: freebsd-virtualization@freebsd.org
Subject: Re: Hyper-V driver development status

--On 11 September 2013 16:43 +0400 Pavel Timofeev tim...@gmail.com 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  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

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: Hyper-V driver development status

2013-08-29 Thread Pavel Timofeev
So, is it going to be included in FreeBSD 10 now? As I can see code
freeze for CURRENT is planned on 7 September 2013 (10 days from now).
http://www.freebsd.org/releases/10.0R/schedule.html
It's not much time.

2013/8/17 Abhishek Gupta (LIS) abgu...@microsoft.com:
 Hi Pavel,

 Thanks for inquiring about the BSD drivers for Hyper-V. We (Microsoft) are 
 actively working on these drivers and the intent is to get them integrated in 
 to the kernel within the next month or so. There are some issues we are 
 trying to address:

 a) Witness panic during boot time due to a specific memory allocation.
 b) Bypass usage of disk labels to ensure that devices do not get reordered 
 under FreeBSD.
 c) Locks up on 32 bit builds.
 d) Lack of KVP support for BSD drivers

 We are working hard every day to finish these items.

 Even though an official announcement has not gone out, I would highly 
 encourage you to start testing the drivers. As they are in project branch now 
 they should be easy to compile. The only requirement is to set up disk labels 
 before rebooting a kernel that includes the Hyper-V drivers otherwise the 
 system will not boot up.

 Please let me know if you have more questions or have feedback.

 Thanks again for your interest.
 Abhishek
 
 From: Peter Grehan gre...@freebsd.org
 Sent: Friday, August 16, 2013 11:30 AM
 To: Abhishek Gupta (LIS)
 Subject: Fwd: Hyper-V driver development status

 Want to reply to this ?


  Original Message 
 Subject: Hyper-V driver development status
 Date: Fri, 16 Aug 2013 17:00:57 +0400
 From: Pavel Timofeev tim...@gmail.com
 To: freebsd-virtualization@freebsd.org

 Hi all!
 I'd like to know what's happening with hyper-v driver development in
 FreeBSD.
 I know about svn branch but there is no active progress in there.
 What's the roadmap? Or we are waiting for something?

 What is the current status of that project?
 I could do some tests. Or it's too early?
 I'm looking forward to use it =)
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to
 freebsd-virtualization-unsubscr...@freebsd.org



___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


RE: Hyper-V driver development status

2013-08-29 Thread Abhishek Gupta (LIS)
Hi Pavel,

Yes, FreeBSD 10 is still the target. We are working to make it in to the tree. 
You should see some traction next week.

Thanks,
Abhishek

From: Pavel Timofeev tim...@gmail.com
Sent: Thursday, August 29, 2013 3:31 AM
To: Abhishek Gupta (LIS)
Cc: Peter Grehan; freebsd-virtualization@freebsd.org
Subject: Re: Hyper-V driver development status

So, is it going to be included in FreeBSD 10 now? As I can see code
freeze for CURRENT is planned on 7 September 2013 (10 days from now).
http://www.freebsd.org/releases/10.0R/schedule.html
It's not much time.

2013/8/17 Abhishek Gupta (LIS) abgu...@microsoft.com:
 Hi Pavel,

 Thanks for inquiring about the BSD drivers for Hyper-V. We (Microsoft) are 
 actively working on these drivers and the intent is to get them integrated in 
 to the kernel within the next month or so. There are some issues we are 
 trying to address:

 a) Witness panic during boot time due to a specific memory allocation.
 b) Bypass usage of disk labels to ensure that devices do not get reordered 
 under FreeBSD.
 c) Locks up on 32 bit builds.
 d) Lack of KVP support for BSD drivers

 We are working hard every day to finish these items.

 Even though an official announcement has not gone out, I would highly 
 encourage you to start testing the drivers. As they are in project branch now 
 they should be easy to compile. The only requirement is to set up disk labels 
 before rebooting a kernel that includes the Hyper-V drivers otherwise the 
 system will not boot up.

 Please let me know if you have more questions or have feedback.

 Thanks again for your interest.
 Abhishek
 
 From: Peter Grehan gre...@freebsd.org
 Sent: Friday, August 16, 2013 11:30 AM
 To: Abhishek Gupta (LIS)
 Subject: Fwd: Hyper-V driver development status

 Want to reply to this ?


  Original Message 
 Subject: Hyper-V driver development status
 Date: Fri, 16 Aug 2013 17:00:57 +0400
 From: Pavel Timofeev tim...@gmail.com
 To: freebsd-virtualization@freebsd.org

 Hi all!
 I'd like to know what's happening with hyper-v driver development in
 FreeBSD.
 I know about svn branch but there is no active progress in there.
 What's the roadmap? Or we are waiting for something?

 What is the current status of that project?
 I could do some tests. Or it's too early?
 I'm looking forward to use it =)
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to
 freebsd-virtualization-unsubscr...@freebsd.org



___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org