Searched refs:VHDX_MAX_IMAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/ | ||
H A D | vhdx.h | 289 #define VHDX_MAX_IMAGE_SIZE ((uint64_t) 64 * TiB) macro |
H A D | vhdx.c | 1935 if (image_size > VHDX_MAX_IMAGE_SIZE) { in vhdx_co_create() |