Re: [PATCH v2] remote/memory: Replace share parameter with ram_flags

2021-07-08 Thread Pankaj Gupta
> Fixes: d5015b801340 ("softmmu/memory: Pass ram_flags to > qemu_ram_alloc_from_fd()") > > Signed-off-by: Yang Zhong > Reviewed-by: David Hildenbrand > --- > hw/remote/memory.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/remote/memory.c b/hw/remote/memory.c >

Re: [PATCH v2] remote/memory: Replace share parameter with ram_flags

2021-07-08 Thread Philippe Mathieu-Daudé
On 7/8/21 1:51 PM, Yang Zhong wrote: > Fixes: d5015b801340 ("softmmu/memory: Pass ram_flags to > qemu_ram_alloc_from_fd()") Oops. Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Yang Zhong > Reviewed-by: David Hildenbrand > --- > hw/remote/memory.c | 2 +- > 1 file changed, 1

[PATCH v2] remote/memory: Replace share parameter with ram_flags

2021-07-08 Thread Yang Zhong
Fixes: d5015b801340 ("softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()") Signed-off-by: Yang Zhong Reviewed-by: David Hildenbrand --- hw/remote/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/remote/memory.c b/hw/remote/memory.c index