From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmjWM-0003GP-Il for qemu-devel@nongnu.org; Tue, 20 May 2014 08:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmjWG-00078w-Eh for qemu-devel@nongnu.org; Tue, 20 May 2014 08:51:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmjWG-00078l-8A for qemu-devel@nongnu.org; Tue, 20 May 2014 08:51:48 -0400 Message-ID: <537B4FD5.2000306@redhat.com> Date: Tue, 20 May 2014 14:51:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1393957383-16685-1-git-send-email-a.motakis@virtualopensystems.com> <53161B7C.9010903@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v9 00/20] Vhost and vhost-net support for userspace based backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolay Nikolaev Cc: snabb-devel@googlegroups.com, mst@redhat.com, Hu Tao , qemu-devel@nongnu.org, Luke Gorrie , Antonios Motakis , VirtualOpenSystems Technical Team Il 20/05/2014 13:22, Nikolay Nikolaev ha scritto: > I am preparing a new version of this patch series and would like to test > (or even rebase?) it on top of your patch series. What is its current > status? Is there a tree that I can track and use for rebases? Hu Tao has been posting updates lately. I don't know if he has a git tree. > The replacement for the above -mem-path incantation should be the > following: > > -object memory-file,id=mem,path=/__hugetlbfs,share=on \ > -numa node,memdev=mem > > Is this command line update still valid with the latest development? Yes, it should. Paolo