Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c1670 typedef struct ImgConvertState { struct
1671 BlockBackend **src;
1672 int64_t *src_sectors;
1673 int *src_alignment;
1674 int src_num;
1675 int64_t total_sectors;
1676 int64_t allocated_sectors;
1677 int64_t allocated_done;
1678 int64_t sector_num;
1702 } ImgConvertState; argument