Lines Matching refs:guest
6 access restrictions and elevate its privileges inside the guest operating
7 system. The worst types of KVM bugs may even allow the guest code to crash or
9 components – a KVM controller program running on the physical host and a guest
22 and the guest payload code separated by `#ifdef COMPILE_PAYLOAD` preprocessor
35 guest library headers can be included.
71 library functions, etc. except for the small subset provided by the KVM guest
122 between the KVM guest and the controller program. Most often, it is used
215 3. KVM guest library
218 The KVM guest library provides a minimal implementation of both the LTP
220 the usual LTP or C headers in guest payload code, it will not work.
241 The KVM guest library currently provides the LTP functions for reporting test
266 Memory management in KVM guest library currently uses only primitive linear
403 The KVM guest library provides basic helper functions for creating and running
463 floating point types or values in nested guest code. Also do not use
464 `tst_res()` or `tst_brk()` functions in nested guest code.
469 4. KVM guest environment
472 KVM guest payload execution begins with bootstrap code which will perform
473 the minimal guest environment setup required for running C code:
485 function implemented by the test program. To finish execution of guest payload,