A hotfix to 0.9.4 containing only one bugfix: 100% CPU usage in the new QEMU driver caused by the lack of eventfd reset on io_uring event handling :)
8 lines
103 B
CMake
8 lines
103 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
project(vitastor)
|
|
|
|
set(VERSION "0.9.5")
|
|
|
|
add_subdirectory(src)
|