Searched defs:QCOW_MAGIC (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/ | ||
H A D | qcow.c | 48 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro |
H A D | qcow2.h | 37 #define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb) macro |