From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=6DuChZtGjvktiBon5ycNa6CxHm/1mMOgHffqI5CDgik=; b=ZTMDb1IuhnTdJ2pssUKg8kyv7XrO43gUOZ+M6RM4aDJi6bmbwTdO32/+Cq+ZM6RfE4 +qzvhPV0DHAJuE7MdOIsiHaULR4oCLhpAG0EL5A1GUSSfV7IQo/hQ2Db3iSXMLG91Ltr mBJdvreeapVdBIEmM1CUZvT0A4N0xp+sphV+UtHdtH0j0ZxriYvsLVTUUi1+Rz3DA+Wi byVflMxxcWr58ZiLWaSjsRj1FeM3R0vQapNp/TACg28nwSOv+Tzk92di4Z5eXnrAcr05 AxwotaYvIyOJDhxwBvEY0w41GEQt2MtAZL9akG/v9SiTaMxc6qYl1lgxR4nY7OX4mdO+ TOKQ== X-Gm-Message-State: ALoCoQk1XXFHGZbbFXrL16vrg7SH1+abVKXUEpvr6pvLEO/SnTTe+IYchvOyUwF2/IrxRja54dMc X-Received: by 10.194.3.45 with SMTP id 13mr18578513wjz.84.1433422861016; Thu, 04 Jun 2015 06:01:01 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id x10sm5692314wjf.45.2015.06.04.06.00.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 06:01:00 -0700 (PDT) From: Thomas Monjalon To: "Xie, Huawei" Date: Thu, 04 Jun 2015 15:00:08 +0200 Message-ID: <1506243.eodKRb0EkH@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1432695691-22360-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: enable live migration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 13:01:02 -0000 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