Re: [PATCH] virtiofsd: Call qemu_init_exec_dir

2020-10-07 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > Since fcb4f59c879 qemu_get_local_state_pathname relies on the > init_exec_dir, and virtiofsd asserts because we never set it. > Set it. > > Reported-by: Alex Bennée > Signed-off-by: Dr. David Alan

Re: [PATCH] virtiofsd: Call qemu_init_exec_dir

2020-10-05 Thread Stefan Hajnoczi
On Fri, Oct 02, 2020 at 01:40:15PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Since fcb4f59c879 qemu_get_local_state_pathname relies on the > init_exec_dir, and virtiofsd asserts because we never set it. > Set it. > > Reported-by: Alex Bennée > Signed-off-by

Re: [PATCH] virtiofsd: Call qemu_init_exec_dir

2020-10-02 Thread Alex Bennée
"Dr. David Alan Gilbert (git)" writes: > From: "Dr. David Alan Gilbert" > > Since fcb4f59c879 qemu_get_local_state_pathname relies on the > init_exec_dir, and virtiofsd asserts because we never set it. > Set it. > > Reported-by: Alex Bennée > Signed-off-by: Dr. David Alan Gilbert Tested-by: A

[PATCH] virtiofsd: Call qemu_init_exec_dir

2020-10-02 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Since fcb4f59c879 qemu_get_local_state_pathname relies on the init_exec_dir, and virtiofsd asserts because we never set it. Set it. Reported-by: Alex Bennée Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/passthrough_ll.c | 2 ++ 1 file changed, 2 inse