Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Danalyze-migration.py700 read_section_id = file.read32()
701 if read_section_id != section_id:
702 … raise Exception("Mismatched section footer: %x vs %x" % (read_section_id, section_id))