User Details
- User Since
- Jul 8 2015, 8:57 AM (492 w, 2 d)
Oct 12 2016
Did we consider the generic apporach to implement suspend inside vfs and VM?
Sep 3 2016
All Makefile changed in this change includes src.opts.mk in the beginning of files.
rebase to -Current
updated a new revision to address comments.
Update
Address comments on man page
Sep 2 2016
Aug 10 2016
Aug 7 2016
May 30 2016
May 17 2016
May 15 2016
Apr 21 2016
this change didn't touch efi boot code. need more working here.
Apr 19 2016
This need more testing and some change in my private tree is dependency for this change.
Apr 16 2016
update copyright line
Don't remove hyperv from GENERIC. Add boot loader logic only.
Apr 15 2016
Apr 12 2016
please use a different fix to the problem as we discussed
I have to split this into small changeset and manually cleanup more stlye(9)
Apr 11 2016
mismerge one line, add it back
The patch is still refining. I submit this to see if there is strong objection not to do this. (remove null check)
Apr 9 2016
Apr 7 2016
Apr 6 2016
the name of IPI sounds strange to me as you are enabling this in UP.
Apr 2 2016
Mar 29 2016
Mar 27 2016
Mar 24 2016
Even failed to boot in one of VM with 24 vCPU
Mar 23 2016
Mar 22 2016
a different version with same idea is already committed.
Mar 21 2016
split patch
Use SINT4 for eventtimer instead of SINT2 that shares with others.
Can u review?
Mar 18 2016
address review feedback
I didn't see your comments before I made the change. I added const.
add const
Mar 17 2016
Update guid print function
Mar 16 2016
Mar 14 2016
Add jhb@ to seek for input on IDT thing
fix comment
This is not for -current branch.
Let me split this change into several smaller ones for non-guid related changes.
Mar 13 2016
Rebase to master. Rename {IDT|IRQ}_EVTCHN to _HYPERVISOR
Rebase to master and use taskqueue_enqueue for fast queue
Shall we commit this without changing the IDT name?
Mar 12 2016
Feb 26 2016
there is more wmb and mb() in the tree. please cleanup them together to switch to atomic(9)
Feb 23 2016
update local_apic code to mark IDT_EVTCHN is used when HYPERV is enabled.
I suggest we don't create other node under sysctl. each device already have the node in sysctl tree. dev.hn.0 for example. I suggest to put the stats under it.
Implement is_perf_channel parameter in open_channel call
Update the change for utility drivers
Remove unrelated changes
Feb 22 2016
No. Since read/peek are happened in single thread, no mb is needed. Peek is just a normal read except it copies less data and doesn't advance the read position.