summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPavel Fedin2015-10-28 10:54:07 +0100
committerPaolo Bonzini2015-11-04 15:56:05 +0100
commit8d31d6b65a7448582c7bd320fd1b8cfc6cca2720 (patch)
tree0b31bffc15551212dff5117a62c6d4df8169446a /configure
parentconfigure: disallow ccache during compile tests (diff)
downloadqemu-8d31d6b65a7448582c7bd320fd1b8cfc6cca2720.tar.gz
qemu-8d31d6b65a7448582c7bd320fd1b8cfc6cca2720.tar.xz
qemu-8d31d6b65a7448582c7bd320fd1b8cfc6cca2720.zip
backends/hostmem-file: Allow to specify full pathname for backing file
This allows to explicitly specify file name to use with the backend. This is important when using it together with ivshmem in order to make it backed by hugetlbfs. By default filename is autogenerated using mkstemp(), and the file is unlink()ed after creation, effectively making it anonymous. This is not very useful with ivshmem because it ends up in a memory which cannot be accessed by something else. Distinction between directory and file name is done by stat() check. If an existing directory is given, the code keeps old behavior. Otherwise it creates or opens a file with the given pathname. Signed-off-by: Pavel Fedin <p.fedin@samsung.com> Tested-by: Igor Skalkin <i.skalkin@samsung.com> Message-Id: <004301d11166$9672fe30$c358fa90$@samsung.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions