HomeSort by relevance Sort by last modified time
    Searched defs:QCOW_MAGIC (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2.h 30 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
qcow.c 33 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
86 be32_to_cpu(cow_header->magic) == QCOW_MAGIC &&
113 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
770 header.magic = cpu_to_be32(QCOW_MAGIC);

Completed in 121 milliseconds