Home
last modified time | relevance | path

Searched refs:VHDX_MAX_IMAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dvhdx.h289 #define VHDX_MAX_IMAGE_SIZE ((uint64_t) 64 * TiB) macro
H A Dvhdx.c1935 if (image_size > VHDX_MAX_IMAGE_SIZE) { in vhdx_co_create()