History log of /seL4-test-master/projects/sel4_projects_libs/libsel4vm/src/arch/x86/vmcall.c
Revision Date Author Comments
# 745291ce 27-Nov-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# e014d83f 27-Feb-2020 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vm: Renamed 'reg_new_handler'

Renamed the x86 interface function 'reg_new_handler' to
'vm_reg_new_vmcall_handler'. This is to make the purpose of the
function clearer. This doesn't change any functionality.


# c69cd028 13-Dec-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Style changed files


# e1947740 22-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vm: Removed uses of 'vmm' in x86 source

Updated x86 source such that the naming convention used is to
prefix/postfix with 'vm' rather than 'vmm'. This change makes
the naming convention consistent as this library now represents a
single 'vm' instance rather than a vmm.


# a29198d5 21-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vm: x86 vmcall interface to arch sub-dir

Moved the x86 vmcall interface into the architecture subdirectory.
This is an architecture specific interface we want to make
available to library users.