[PATCH 1/2] virtiofsd: Allow use "-o xattrmap" without "-o xattr"

2021-04-14 Thread Carlos Venegas
When -o xattrmap is used, it will not work unless xattr is enabled. This patch enables xattr when -o xattrmap is used. Signed-off-by: Carlos Venegas --- tools/virtiofsd/passthrough_ll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd

[PATCH 2/2] virtiofsd: Add help for -o xattr-mapping

2021-04-14 Thread Carlos Venegas
The option is not documented in help. Add small help about the option. Signed-off-by: Carlos Venegas --- tools/virtiofsd/helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index 28243b51b2..5e98ed702b 100644 --- a/tools/virtiofsd

[PATCH 0/2] virtiofsd: Enable xattr if xattrmap is used

2021-04-14 Thread Carlos Venegas
Using xattrmap for Kata Containers we found that xattr is should be used or xattrmap wont work. These patches enable xattr when -o xattrmap is used. Also, they add help for the xattrmap option on `virtiofsd --help` output. Carlos Venegas (2): virtiofsd: Allow use "-o xattrmap" w

[Qemu-devel] [Bug 1762707] Re: VFIO device gets DMA failures when virtio-balloon leak from highmem to lowmem

2018-10-25 Thread Jose Carlos Venegas Munoz
Alex, I see this issue is closed but I have a question, do you know if the problem only comes the balloon is resized to return memory to the host. I ask because we have a situation where we will start a VM with balloon enabled, and later it maybe possible a devices is assigned via hot-plug. So I wo