Home
last modified time | relevance | path

Searched defs:Qcow2BitmapTable (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dqcow2-bitmap.c81 typedef struct Qcow2BitmapTable { struct
84 QSIMPLEQ_ENTRY(Qcow2BitmapTable) entry; argument
85 } Qcow2BitmapTable; typedef
/qemu/tests/qemu-iotests/
H A Dqcow2_format.py251 class Qcow2BitmapTable: class