HomeSort by relevance Sort by last modified time
    Searched refs:QCOW_VERSION (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/
snapshot.c 45 #define QCOW_VERSION 2
277 if (version != QCOW_VERSION) {
279 QCOW_VERSION, version);
  /external/qemu/block/
qcow.c 34 #define QCOW_VERSION 1
87 be32_to_cpu(cow_header->version) == QCOW_VERSION)
110 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
769 header.version = cpu_to_be32(QCOW_VERSION);
qcow2.h 35 #define QCOW_VERSION 2
qcow2.c 61 be32_to_cpu(cow_header->version) == QCOW_VERSION)
162 if (header.magic != QCOW_MAGIC || header.version != QCOW_VERSION)
867 header.version = cpu_to_be32(QCOW_VERSION);
    [all...]

Completed in 4992 milliseconds