The following changes since commit e156d6fde7e58b7c958371a91d18d3d8e60fb643:
Add page reference counting to mm hooks. (2016-02-23 11:15:56 -0500) are available in the git repository at: [email protected]:mtaufen/akaros.git xsave-cleanup-final for you to fetch changes up to 44fc3cbbfe39b3f48aa9504ee56c4f824b5b020a: fp state save, restore, and error handling (2016-02-23 10:38:58 -0800) ---------------------------------------------------------------- Michael Taufen (7): Remove some trailing whitespace. Extended state data structures Add load, safe load, read xcr0 functions Boot time and per-cpu extended state setup Initialize guest xcr0, save and restore xcr0 between guest and Akaros vm exit handler for xsetbv fp state save, restore, and error handling kern/arch/x86/init.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- kern/arch/x86/ros/trapframe.h | 56 ++++++++++++++++++++++++++++++++++++--- kern/arch/x86/smp_boot.c | 11 +++++--- kern/arch/x86/trap.c | 34 ++++++++++++++++++++++++ kern/arch/x86/trap.h | 31 +++++++++++++++++----- kern/arch/x86/vmm/intel/vmx.c | 1 + kern/arch/x86/vmm/vmm.c | 14 ++++++++-- kern/arch/x86/vmm/vmm.h | 1 + kern/arch/x86/x86.h | 53 ++++++++++++++++++++++++++++++++++--- kern/include/trap.h | 4 +-- kern/src/process.c | 11 +++++--- kern/src/trap.c | 6 ++--- 12 files changed, 282 insertions(+), 31 deletions(-) -- Michael Taufen [email protected] -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
