Xen Test Framework
Functions | Variables
main.c File Reference

XSA-122 More...

#include <xtf.h>
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

static void check_buffer (const char *ref, const char *buf, size_t buf_sz)
 
void test_main (void)
 To be implemented by each test, as its entry point. More...
 

Variables

const char test_title [] = "XSA-122 PoC"
 The title of the test. More...
 

Detailed Description

XSA-122

Definition in file main.c.

Function Documentation

◆ check_buffer()

static void check_buffer ( const char *  ref,
const char *  buf,
size_t  buf_sz 
)
static

Definition at line 31 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ test_main()

void test_main ( void  )

To be implemented by each test, as its entry point.

Todo:
Implement better command line infrastructure, but this will do for now.

Definition at line 49 of file main.c.

+ Here is the call graph for this function:

Variable Documentation

◆ test_title

const char test_title[] = "XSA-122 PoC"

The title of the test.

Definition at line 25 of file main.c.