| Updated: October 28, 2024 |
Flags to specify what guest address space information is needed
#include <qvm/gasp.h>
enum gasp_walk_state_flags {
GWS_HOST = 0x0001,
GWS_RAM = 0x0002,
GWS_ROM = 0x0004,
GWS_DMA_SRC = 0x0008,
GWS_DMA_TGT = 0x0010
};