[dpdk-dev] [PATCH] vhost: enable live migration

2015-06-12 Thread Thomas Monjalon
2015-05-27 11:01, Huawei Xie: > When we migrate VM, without this feature, qemu will report error: > "migrate: Migration disabled: vhost lacks VHOST_F_LOG_ALL feature". > > Signed-off-by: Krishna Murthy Assumed the author is Krishna Murthy (not explicit in the patch). Applied, thanks.

[dpdk-dev] [PATCH] vhost: enable live migration

2015-06-09 Thread Long, Thomas
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, June 4, 2015 2:00 PM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] vhost: enable live migration > 2015-06-01 04:47, Ouyang,

[dpdk-dev] [PATCH] vhost: enable live migration

2015-06-04 Thread Thomas Monjalon
2015-06-01 04:47, Ouyang, Changchun: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > > When we migrate VM, without this feature, qemu will report error: > > "migrate: Migration disabled: vhost lacks VHOST_F_LOG_ALL feature". > > Is this enough for vhost to support migrate V

[dpdk-dev] [PATCH] vhost: enable live migration

2015-06-01 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Wednesday, May 27, 2015 11:02 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] vhost: enable live migration > > When we migrate VM, without this feature, q

[dpdk-dev] [PATCH] vhost: enable live migration

2015-05-27 Thread Huawei Xie
When we migrate VM, without this feature, qemu will report error: "migrate: Migration disabled: vhost lacks VHOST_F_LOG_ALL feature". Signed-off-by: Krishna Murthy --- lib/librte_vhost/virtio-net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/virtio-net