]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Generalize virFileDirectFd
authorJiri Denemark <jdenemar@redhat.com>
Mon, 6 Feb 2012 13:40:48 +0000 (14:40 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 8 Feb 2012 10:26:20 +0000 (11:26 +0100)
commitafe6e58aedcd5e27ea16184fed90b338569bd042
treea53db78714b83a43f9be6f58ee52993f06803438
parentfaad9648cf8003c731ab1518550c7d3c67c21a1d
util: Generalize virFileDirectFd

virFileDirectFd was used for accessing files opened with O_DIRECT using
libvirt_iohelper. We will want to use the helper for accessing files
regardless on O_DIRECT and thus virFileDirectFd was generalized and
renamed to virFileWrapperFd.
src/qemu/qemu_driver.c
src/util/virfile.c
src/util/virfile.h