summary refs log tree commit diff stats
path: root/include/qemu/uuid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater2023-11-031-2/+3
* util/uuid: Remove UUID_FMT_LENCédric Le Goater2023-11-031-2/+1
* util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2023-11-031-0/+1
* util/uuid: add a hash functionAlbert Esteve2023-10-041-0/+2
* qemu/uuid: Add UUID static initializerIra Weiny2023-03-021-0/+12
* acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng2020-05-141-0/+27
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell2019-02-011-1/+1
* util: add is_equal to UUID APIRoman Kagan2017-12-201-0/+2
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
* util: Add UUID APIFam Zheng2016-09-231-0/+59