Searched defs:BDRVQcowState (Results 1 – 2 of 2) sorted by relevance
77 typedef struct BDRVQcowState { struct78 BlockDriverState *hd;79 int cluster_bits;80 int cluster_size;81 int cluster_sectors;82 int l2_bits;83 int l2_size;84 int l1_size;85 int l1_vm_state_index;86 int csize_shift;[all …]
56 typedef struct BDRVQcowState { struct77 } BDRVQcowState; argument