From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost: enable live migration Date: Thu, 04 Jun 2015 15:00:08 +0200 Message-ID: <1506243.eodKRb0EkH@xps13> References: <1432695691-22360-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Xie, Huawei" Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 3F93EE62 for ; Thu, 4 Jun 2015 15:01:02 +0200 (CEST) Received: by wibut5 with SMTP id ut5so20727908wib.1 for ; Thu, 04 Jun 2015 06:01:01 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-01 04:47, Ouyang, Changchun: > From: dev [mailto:dev-bounces@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 VM? > I remember Claire has another patch, possibly need refer to that patch. Indeed, there were some patches which do not build: http://dpdk.org/ml/archives/dev/2014-August/005050.html And there was no answer. [...] > > + (1ULL << VHOST_F_LOG_ALL)) Please check if this line is sufficient. Thanks