From 2556c56b5b8bb84b1846683bb4a21881b35fad08 Mon Sep 17 00:00:00 2001 From: Karthik S Date: Fri, 24 Mar 2017 05:33:41 -0400 Subject: vhostuser socket dir shall be created for vhostuserclient mode In order to support vhostuser client mode, a vhostuser_socket_dir needs to be created with qemu:qemu g+w permissions. Closes-Bug: #1675690 Co-Authored-By: Sanjay Upadhyay Change-Id: I255f98c40869e7508ed01a03a96294284ecdc6a8 Signed-off-by: Karthik S --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 263f4a7..2fa4229 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ vendor/ spec/fixtures/ .vagrant/ .bundle/ +.bundle*/ coverage/ .idea/ *.swp -- cgit 1.2.3-korg