From patchwork Fri Jun 13 06:50:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikolay Nikolaev X-Patchwork-Id: 359425 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5F9F71400E8 for ; Fri, 13 Jun 2014 16:51:09 +1000 (EST) Received: from localhost ([::1]:57084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvLKN-00016d-4u for incoming@patchwork.ozlabs.org; Fri, 13 Jun 2014 02:51:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvLJf-0000uU-Cd for qemu-devel@nongnu.org; Fri, 13 Jun 2014 02:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvLJZ-0003za-Al for qemu-devel@nongnu.org; Fri, 13 Jun 2014 02:50:23 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:42309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvLJZ-0003zR-4K for qemu-devel@nongnu.org; Fri, 13 Jun 2014 02:50:17 -0400 Received: by mail-wg0-f52.google.com with SMTP id b13so2232565wgh.11 for ; Thu, 12 Jun 2014 23:50:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:from:to:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding; bh=d6ZScV76yfcYVceUP836jQXWCJpCFIDCvJRghP6T9Dw=; b=YzSXx5BfVKJYEymzRgk6VeXUW54OzbFmhanNQPzNz+xwmLmAumqtUPXjfb86GfDvW6 vjSpH/bZpTS3cW8jCYhIUJtp8JV0CIxEvo6h0v08ZdR23h/DD4mzad8p3WAH+MIl7QxU ef2B/d77izI9JvUKCBPw/rYr+6RPIvZV87xyLCrWJR9RtYvO8bFQFueGelosoD4lLi/m tc+xUuf8I3ZEaeZLT7G+Z+hwVYH3OPjGpgD5goMd4eZ4LhGXle4b2BBMMlUhL97tu6eT s4x/S6p6hMTGWBitVf7U8CTt0v+zdfcPQ7poqGg7Et0sm7pfKpXssJ0Br6/8mo9TJWS2 nlVQ== X-Gm-Message-State: ALoCoQl5Gq9sWxKZ2C12CqirQjUa0YhKf7t1X393fv1VRV0OdVbvcmQMcKK/X2f4ji0b+VTXgZfZ X-Received: by 10.180.84.132 with SMTP id z4mr1948242wiy.14.1402642216382; Thu, 12 Jun 2014 23:50:16 -0700 (PDT) Received: from [0.0.14.236] ([82.146.27.14]) by mx.google.com with ESMTPSA id w6sm9834076eef.20.2014.06.12.23.50.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Jun 2014 23:50:15 -0700 (PDT) From: Nikolay Nikolaev To: snabb-devel@googlegroups.com, qemu-devel@nongnu.org Date: Fri, 13 Jun 2014 09:50:09 +0300 Message-ID: <20140613065002.7683.59016.stgit@3820> In-Reply-To: <20140613064414.7683.63231.stgit@3820> References: <20140613064414.7683.63231.stgit@3820> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 74.125.82.52 Cc: a.motakis@virtualopensystems.com, luke@snabb.co, tech@virtualopensystems.com, n.nikolaev@virtualopensystems.com, mst@redhat.com Subject: [Qemu-devel] [PATCH 2/3] fixup! Add the vhost-user netdev backend to the command line X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Replace 'memory-file' with 'memory-backend-file'. Signed-off-by: Nikolay Nikolaev --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 1ad2528..ab06df1 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1802,7 +1802,7 @@ end of the socket. On non-MSIX guests, the feature can be forced with Example: @example -qemu -m 512 -object memory-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \ +qemu -m 512 -object memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \ -numa node,memdev=mem \ -chardev socket,path=/path/to/socket \ -netdev type=vhost-user,id=net0,chardev=chr0 \