Implement Vitastor ublk server

This commit is contained in:
Vitaliy Filippov
2025-08-24 16:55:58 +03:00
parent 2ebe3a468c
commit 31b7021330
13 changed files with 1710 additions and 6 deletions
+6
View File
@@ -68,6 +68,12 @@ if (HAVE_NBD_NETLINK_H AND NL3_LIBRARIES)
target_compile_definitions(vitastor-nbd PUBLIC HAVE_NBD_NETLINK_H)
endif (HAVE_NBD_NETLINK_H AND NL3_LIBRARIES)
# vitastor-ublk
add_executable(vitastor-ublk
ublk_server.cpp
)
target_link_libraries(vitastor-ublk vitastor_client)
if (${WITH_QEMU})
# qemu_driver.so
add_library(qemu_vitastor SHARED