|
Xen Test Framework
|
#include <xtf.h>
Include dependency graph for main.c:Go to the source code of this file.
Functions | |
| void | test_main (void) |
| To be implemented by each test, as its entry point. More... | |
Variables | |
| const char | test_title [] = "XSA-316 PoC" |
| The title of the test. More... | |
| static uint8_t | frame [PAGE_SIZE] |
| void test_main | ( | void | ) |
To be implemented by each test, as its entry point.
At the time of writing, Xen doesn't correctly handle invlpg while running in shadow mode on AMD Gen1 hardware lacking decode assistance. For this test, we simply care that Xen doesn't crash.
Definition at line 24 of file main.c.
Here is the call graph for this function:| const char test_title[] = "XSA-316 PoC" |