Avi Kivity [Tue, 5 Jan 2021 11:06:51 +0000 (13:06 +0200)]
Remove indirection in run_test()
We only call one function, and the indirection doesn't work well
with specifying flags like O_DSYNC since that needs to be done
at open time, which is in run_test() rather than the indirected
function.
Avi Kivity [Thu, 6 Jun 2019 11:21:06 +0000 (14:21 +0300)]
Merge "Update build instructions for CentOS and Debian" from James Nugent
"
Building now requires XFS-specific headers (xfsprogs-devel.x86_64 on CentOS, and xfslibs-dev on Debian derivatives). Additionally, the package name for libaio headers and libraries on Debian in recent versions is libaio-dev rather than libaio-dev1.
This PR updates the README to reflect these changes.
"
James Nugent [Sat, 1 Jun 2019 15:19:04 +0000 (10:19 -0500)]
Update build instructions for CentOS and Debian
Building now requires XFS-specific headers (`xfsprogs-devel.x86_64` on CentOS,
and `xfslibs-dev` on Debian derivatives). Additionally, the package name for
`libaio` headers and libraries on Debian in recent versions is `libaio-dev`
rather than `libaio-dev1`.