]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/shortlog
people/royger/xen-test-framework.git
2016-03-26 Andrew CooperSplit common pagetable infrastructure from PAE specific...
2016-03-24 Andrew CooperXSA-168 Proof of Concept test
2016-03-24 Andrew CooperAllow tests to supply extra settings for their .cfg...
2016-03-24 Andrew CooperXSA-122 Proof of Concept test
2016-03-24 Andrew CooperIntroduce xen_version hypercall and ABI
2016-03-24 Andrew CooperDrop CONFIG_PAGING_PAE
2016-03-24 Andrew CooperIntroduce IS_ALIGNED()
2016-03-21 Andrew CooperTest `into` even in 64bit
2016-03-21 Andrew CooperAdd memcpy() to the framework's libc implementation
2016-03-06 Andrew CooperCorrect the generation of the `cd 03` instruction
2016-03-06 Andrew CooperReintroduce the test_NULL_unmapped() selftest
2016-03-06 Andrew CooperUtility for dumping MSRs visible to a guest
2016-03-06 Andrew CooperUtility for dumping the CPUID information visible to...
2016-02-23 Andrew CooperAdd documentation noting that swint-emulation serves...
2016-02-23 Andrew CooperXSA-167 Proof of Concept test
2016-02-22 Andrew CooperAlter xtf_success() to take a string to print
2016-02-22 Andrew CooperIntroduce test categories and create a test-info.json...
2016-02-22 Andrew CooperInstall each test into a separate directory
2016-02-22 Andrew CooperAccept a PREFIX parameter when generating test configur...
2016-02-15 Andrew CooperIntroduce links from test descriptions to their main.c
2016-02-15 Andrew CooperDocument the build requirements
2016-02-15 Andrew CooperSpecify initalisers for each structure item
2016-02-15 Andrew CooperDon't doubly declare the name label in ENTRY()
2016-02-15 Andrew CooperDeclare the size of l1_identmap
2016-01-18 Andrew CooperDisable implicit makefile rules
2016-01-18 Andrew CooperImplement the hvm32 environment; a 32bit HVM guest...
2016-01-18 Andrew CooperRework config.h and head_hvm.S for better paging separation
2016-01-18 Andrew CooperRename the {pv,hvm}32 environments to {pv,hvm}32pae
2016-01-18 Andrew CooperRename CONFIG_ENV_{pv,hvm} to CONFIG_{PV,HVM}
2016-01-18 Andrew CooperRework the build systems environment list generation
2016-01-15 Andrew CooperMisc docs improvements
2016-01-15 Andrew CooperInclude local variables in all files currently missing...
2016-01-15 Andrew CooperAvoid overflow in compare_extable_entry() when entries...
2016-01-15 Andrew CooperImport xen/errno.h from Xen's public API
2016-01-15 Andrew CooperIntroduce 'skip' as a test result
2016-01-15 Andrew CooperInclude xtf/hypercall.h in xtf/lib.h
2016-01-14 Andrew CooperTest software injection of `into` in 32bit builds
2016-01-14 Andrew CooperDocument the history of the framework
2016-01-14 Andrew CooperSoftware interrupt emulation testing
2016-01-14 Andrew CooperIntroductory documentation
2016-01-14 Andrew CooperUpdate Doxyfile to Doxygen 1.8.8
2016-01-13 Andrew CooperProvide a Forced Emulation identifier rather than hand...
2016-01-12 Andrew CooperAllow tests to provide their own custom unhandled excep...
2016-01-11 Andrew CooperError code constants for selector-based error codes
2016-01-11 Andrew CooperMake symbolic constant generation more generic
2016-01-11 Andrew CooperSplit out symbolic constant support into a separate...
2016-01-08 Andrew CooperRearrange includes
2016-01-08 Andrew CooperUnmap the page at 0 to catch errors with NULL pointers
2016-01-05 Andrew CooperIntroduce exec_user() to run a function at user privilege
2016-01-05 Andrew CooperAllow a test to raise privilege back to kernel level
2016-01-05 Andrew CooperSetup for 32bit PV userspace execution
2016-01-05 Andrew CooperSetup for 64bit PV userspace execution
2016-01-05 Andrew CooperSetup for common PV userspace execution
2016-01-05 Andrew CooperSetup for HVM userspace execution
2016-01-05 Andrew CooperFactor low level difference between PV and HVM into...
2016-01-05 Andrew CooperCommon infrastructure for userspace execution
2015-12-22 Andrew CooperIntroduce test_setup() to detect runtime support releva...
2015-12-22 Andrew CooperException Logging support
2015-12-22 Andrew CooperAlter pv64 kernel selectors to be rpl0
2015-12-22 Andrew CooperException table infrastructure
2015-12-22 Andrew CooperProvide a heapsort() implementation
2015-12-21 Andrew CooperAvoid __always_inline conflicting with cdef.h
2015-12-18 Andrew CooperXTF Selftests
2015-12-18 Andrew CooperModify entry points to be able to return from exceptions
2015-12-18 Andrew CooperRepresent exception frames in C
2015-12-18 Andrew CooperPV exception entry points
2015-12-18 Andrew CooperHVM exception entry points
2015-12-18 Andrew CooperRefactor architectural trap setup
2015-12-18 Andrew Cooperx86 architectural infrastructure for exception handling
2015-12-10 Andrew CooperMove build system into build/
2015-12-10 Andrew CooperImport and declare all hypercall entry points
2015-12-10 Andrew CooperReduce the quantity of token concatenation with hyperca...
2015-12-10 Andrew CooperAvoid a constantly rebooting domain when triple faults...
2015-12-09 Andrew CooperFix booting the HVM tests on hardware without hap support
2015-12-07 Andrew CooperIntroduce __noinline and __always_inline annotations
2015-12-07 Andrew CooperPull all definitions from stddef.h, including bits...
2015-12-07 Andrew CooperAdd to clean/distclean rules
2015-12-07 Andrew CooperAdjust linker script to avoid having a PT_LOAD header...
2015-12-06 Andrew CooperCreate hvm64 test binaries as elf32, take 2
2015-12-03 Andrew CooperProvide memset() and memcmp()
2015-12-03 Andrew CooperUndo previous change to link.lds.S
2015-12-02 Andrew CooperIntroduce macros for basic number manipulation
2015-12-02 Andrew CooperAvoid failing to build if the last directory lacks...
2015-11-29 Andrew CooperAutomatically include config.h for all per-arch transla...
2015-11-12 Andrew CooperCreate hvm64 test binaries as elf32
2015-11-12 Andrew CooperExpose the GDT to C code
2015-10-30 Andrew CooperFix per-arch .S generation rule to properly pass $AFLAGS
2015-10-23 Andrew CooperModify default xl cfg files to name the VM identically...
2015-10-22 Andrew CooperGenerate xl configuration files for tests
2015-10-22 Andrew CooperOnly recurse into directories with a Makefile
2015-10-22 Andrew CooperDisable LTO for now
2015-09-30 Andrew CooperDefault CC to gcc
2015-09-28 Andrew CooperShort summary of execution environment
2015-09-28 Andrew CooperInterface for test reports
2015-09-28 Andrew CooperHVM 32 and 64bit environment
2015-09-28 Andrew CooperHVM basic setup
2015-09-28 Andrew CooperLDT/GDT infrastructure
2015-09-28 Andrew Cooperx86 architectural MSR/CR constants and instruction...
2015-09-28 Andrew CooperXen ABI bits for HVM guests
2015-09-28 Andrew CooperIntroduce and use a boot stack (one page)
next