Home
last modified time | relevance | path

Searched refs:VMCOREINFO_FORMAT_ELF (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/docs/specs/
H A Dvmcoreinfo.rst17 #define VMCOREINFO_FORMAT_ELF 0x1
39 As of QEMU 2.11, only ``VMCOREINFO_FORMAT_ELF`` is supported.
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py54 VMCOREINFO_FORMAT_ELF = 1 variable
572 if fmt != VMCOREINFO_FORMAT_ELF: