Home
last modified time | relevance | path

Searched defs:DumpState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/system/
H A Ddump.h154 typedef struct DumpState { struct
155 GuestPhysBlockList guest_phys_blocks;
156 ArchDumpInfo dump_info;
157 MemoryMappingList list;
158 bool resume;
159 bool detached;
160 bool kdump_raw;
161 hwaddr memory_offset;
162 int fd;
172 int64_t filter_area_begin; /* Start address of partial guest memory area */
[all …]
/openbmc/qemu/net/
H A Ddump.c37 typedef struct DumpState { struct
41 } DumpState; argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h50 typedef struct DumpState DumpState; typedef