RE: [PATCH v2 2/2] qemu: allow configuring mem-path for ivshmem-plain device

2020-07-21 Thread Wangxin (Alexander)
> On Fri, Jul 17, 2020 at 09:04:51PM +0800, Wang Xin wrote: > >The shared memory path is generated by shmem name as default, > >however, we may need to change it to avoid filename conflict > >when VM migrate to other host. > > > > At which point there is no need for the name at all. I agree that

Re: [PATCH v2 2/2] qemu: allow configuring mem-path for ivshmem-plain device

2020-07-21 Thread Martin Kletzander
On Fri, Jul 17, 2020 at 09:04:51PM +0800, Wang Xin wrote: The shared memory path is generated by shmem name as default, however, we may need to change it to avoid filename conflict when VM migrate to other host. At which point there is no need for the name at all. I agree that having the

[PATCH v2 2/2] qemu: allow configuring mem-path for ivshmem-plain device

2020-07-17 Thread Wang Xin
The shared memory path is generated by shmem name as default, however, we may need to change it to avoid filename conflict when VM migrate to other host. Signed-off-by: Yang Hang Signed-off-by: Wang Xin diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index