Re: New vendor branch for FreeBSD on Hyper-V. Please review.

2013-03-27 Thread Alexander Motin
Hi. As ATA driver maintainer I've took a look on that part of the code. I have some comments about what I see. Please keep me CC'd, as I am normally not on this list. 1) You are using machine dependent function do_cpuid() in machine independent ATA code. It will just not build on any

KVM with freeBSD and SR-IOV vlan doesn't working!

2013-03-27 Thread kindule
Recently, we use KVM and SR-IOV in our project. And we choose freeBSD10 as the guest os.As we use the ip address in the igb0 of our freeBSD10 guest, it working no problem.However when i use vlan in our igb0 of the freeBSD10 guest,we can see the vlan assigned right and we can ping the vlan address

suspend/resume on BHyVe

2013-03-27 Thread Takuya ASADA
Hi, I had some discussion with Iori about the project since last year, and now I'm suggesting him to apply Google Summer of Code'13 with the project. (GSoC'13 will start next month) For this, I think those below must be implemented. - virtual machine state command interface - saving

Re: suspend/resume on BHyVe

2013-03-27 Thread Takuya ASADA
Hi, A brute force way of figuring out all the state must be saved is to look at all the initialization functions that are called when a vm and a vcpu are created. So, this would be vm_create() and vcpu_init() in the kernel module. I think these things are need to dump by resume action: -