On 07/05/2019 10.45, Greg Kurz wrote: > It would make sense for these types to be defined in a header file if > we had an API for fsdrivers to register themselves. In practice, we > only have three of them and it is very unlikely we add new ones since > the future of file sharing between host and guest is the upcoming > virtio-fs. > > Move the types to qemu-fsdev.c instead since they are only used there. > > Signed-off-by: Greg Kurz <gr...@kaod.org> > --- > fsdev/qemu-fsdev.c | 23 +++++++++++++++++++++++ > fsdev/qemu-fsdev.h | 24 ------------------------ > 2 files changed, 23 insertions(+), 24 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>