From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 391EF8E59 for ; Thu, 24 Sep 2015 15:00:38 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so111684981wic.1 for ; Thu, 24 Sep 2015 06:00:38 -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=oakpGUUN/UU7YVihwvJI1Hn3JueFUVsLhJAl9ShK8Io=; b=kZ8c0VWWcpQAGIxSGPuwkzjr1qN/45RSplURE/H4OqDThntsrWAj3WGC66hKuLe/RY MzSOgHEwIOfZ0ZkGrJLNAp90ZBuFyanQiY64hY71fB1TEcDI0gtJp3QSpoDR6/DmOahG Pz2mBvBkEUAyrrkMGuM0GXORP6H5jhXDUzmb/jzyvAymUBvAy+uJP7bz52mJ+cGdS7BS hKeww7MCWlQiPOFvydKqNTfwCkoomcHki5YF0Tc4i7hz/5kJcuCJJcnqKkhYqZ72ranE bdh9MHcetYwv9CGIJJjPylP5TzD+lp4MseGpT9n0bv0RH+9UnLtBJcolY5YoouUVNrTt zbyg== X-Gm-Message-State: ALoCoQm1c7DMYSfIDbvOV6Q8Pa80wCXrxnIuEtuGeo3j7PmXbq03cSiv9hEUsWnYMiJF0ZjJdRFr X-Received: by 10.194.58.40 with SMTP id n8mr49084010wjq.134.1443099637938; Thu, 24 Sep 2015 06:00:37 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id mx19sm13583448wic.0.2015.09.24.06.00.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Sep 2015 06:00:37 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Thu, 24 Sep 2015 14:59:31 +0200 Message-ID: <2756842.vPWaO2Oebs@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1440043270-28970-1-git-send-email-changchun.ouyang@intel.com> References: <1440043270-28970-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, claire.k.murphy@intel.com Subject: Re: [dpdk-dev] [PATCH] vhost: fix qemu shutdown issue 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, 24 Sep 2015 13:00:38 -0000 2015-08-20 12:01, Ouyang Changchun: > This patch originates from the patch: > [dpdk-dev] [PATCH 1/2] Patch for Qemu wrapper for US-VHost to ensure Qemu process ends when VM is shutdown > http://dpdk.org/ml/archives/dev/2014-June/003606.html > > Aslo update the vhost sample guide doc. > > Signed-off-by: Claire Murphy > Signed-off-by: Changchun Ouyang Applied, thanks