]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: allow shmem name change in migration
authorWang Xin <wangxinxin.wang@huawei.com>
Fri, 24 Jul 2020 03:34:12 +0000 (11:34 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 3 Aug 2020 08:57:47 +0000 (10:57 +0200)
commite648616a6a64c6efa565ed7189ef59bab8858f51
treea5181f5dc7ad929b6f59372799cbb12bd4ef60d8
parent493d2769f2962b7106583bd3a85cadd752d34703
conf: allow shmem name change in migration

The shmem 'name' specifies the shared memory path in '/dev/shm/',
however, we may need to change it to avoid filename conflict
when VM migrate to other host. This patch remove shmem name
consistency check.

Signed-off-by: Wang Xin <wangxinxin.wang@huawei.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/conf/domain_conf.c