]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Software interrupt emulation testing
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 6 Nov 2014 14:16:42 +0000 (14:16 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 14 Jan 2016 16:48:07 +0000 (16:48 +0000)
commit5665da74537fbed919c5b2a531869ee766d0666f
treee71c103637e2d29ae8bf185d1a029dbab24c8244
parentd0a96ba4487ddd6b869c17b2457649d5ccc37629
Software interrupt emulation testing

Test documentation is at the head of main.c

Additionally

* Don't warn on unused parameters - there are legitimate reasons for a
  parameter to be unused.
* Make xtf/extable.h safe for inclusion in assembly files.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
build/common.mk
docs/all-tests.dox
include/xtf/types.h
tests/swint-emulation/Makefile [new file with mode: 0644]
tests/swint-emulation/lowlevel.S [new file with mode: 0644]
tests/swint-emulation/lowlevel.h [new file with mode: 0644]
tests/swint-emulation/main.c [new file with mode: 0644]