]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/shortlog
people/royger/xen-test-framework.git
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)
2015-09-28 Andrew CooperIntroduce panic() and use it to cover some exceptional...
2015-09-28 Andrew CooperUse vsnprintf() to provide full formatting capabilities...
2015-09-28 Andrew CooperInteger subset of vsnprintf(), including 64bit types...
2015-09-28 Andrew CooperImplement strnlen()
2015-09-28 Andrew CooperProvide 64bit division in 32bit environments
2015-09-28 Andrew CooperPV Console driver. Synchronous output only
2015-09-28 Andrew CooperOrdering primitives, suitable for a shared ring
2015-09-28 Andrew CooperBasic memory management for PV guests, sufficient to...
2015-09-28 Andrew CooperHypercall infrastructure needed for writing to a PV...
2015-09-28 Andrew CooperWrite to the hypervisor console
2015-09-28 Andrew CooperBasic console and printk() infrastructure
2015-09-24 Andrew CooperArchitecture specific setup, obtaining the PV start_inf...
2015-09-24 Andrew CooperBasic hypercall infrastructure. Tests now shut down...
2015-09-24 Andrew CooperBasic build system and pv32/64 stubs. They currently...
2015-09-24 Andrew CooperDoxygen configuration
2015-09-24 Andrew CooperSome introductory text files
2015-03-29 Andrew CooperInitial commit