Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2020-01-02 Thread Stefan Hajnoczi
On Fri, Dec 20, 2019 at 11:30:33AM +0100, Max Reitz wrote: > On 20.12.19 11:08, Stefan Hajnoczi wrote: > > On Thu, Dec 19, 2019 at 03:38:00PM +0100, Max Reitz wrote: > > Please send a follow-up patch that adds a qemu(1) -blockdev > > 'Driver-specific options for "fuse"' documentation section. > >

Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-20 Thread Eric Blake
On 12/20/19 6:50 AM, Kevin Wolf wrote: Am 20.12.2019 um 11:30 hat Max Reitz geschrieben: I placed it into block/ because that just seemed like the least bad place to me (apart from creating a new top-level directory like nbd has) – and also because we already have quite some few non-driver files

Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-20 Thread Kevin Wolf
Am 20.12.2019 um 11:30 hat Max Reitz geschrieben: > I placed it into block/ because that just seemed like the least bad > place to me (apart from creating a new top-level directory like nbd has) > – and also because we already have quite some few non-driver files in > block/ (io.c, the jobs (where

Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-20 Thread Max Reitz
On 20.12.19 11:08, Stefan Hajnoczi wrote: > On Thu, Dec 19, 2019 at 03:38:00PM +0100, Max Reitz wrote: >> Preamble: This series is based on a combination of my (current) block >> branch and “iotests: Minor fixes”. I’ve pushed it here: >> >> https://git.xanclic.moe/XanClic/qemu fuse-exports-v1 >>

Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-20 Thread Stefan Hajnoczi
On Thu, Dec 19, 2019 at 03:38:00PM +0100, Max Reitz wrote: > Preamble: This series is based on a combination of my (current) block > branch and “iotests: Minor fixes”. I’ve pushed it here: > > https://git.xanclic.moe/XanClic/qemu fuse-exports-v1 > > (The base is on fuse-exports-v1-base.) > >

Re: [PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-19 Thread Max Reitz
On 19.12.19 15:38, Max Reitz wrote: [...] > Final rather important notice: I didn’t really run the iotests with this > yet. I wanted to, but they appear rather broken on current master, > actually. I’m not yet sure whether that’s because something in my setup > broke in the last two weeks, or b

[PATCH 00/18] block: Allow exporting BDSs via FUSE

2019-12-19 Thread Max Reitz
Preamble: This series is based on a combination of my (current) block branch and “iotests: Minor fixes”. I’ve pushed it here: https://git.xanclic.moe/XanClic/qemu fuse-exports-v1 (The base is on fuse-exports-v1-base.) Hi, Ever since I found out that you can mount FUSE filesystems on regular