From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csU64-0001bX-45 for qemu-devel@nongnu.org; Mon, 27 Mar 2017 08:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csU62-0000LQ-Qi for qemu-devel@nongnu.org; Mon, 27 Mar 2017 08:50:08 -0400 Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:33814) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csU62-0000L3-K1 for qemu-devel@nongnu.org; Mon, 27 Mar 2017 08:50:06 -0400 Received: by mail-lf0-x233.google.com with SMTP id z15so20292700lfd.1 for ; Mon, 27 Mar 2017 05:50:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170327120148.GC26900@stefanha-x1.localdomain> References: <3d1c16a1-ec05-0367-e569-64a63b34f2e3@redhat.com> <4a56f716-3528-ddd4-f8c4-f3f6b23c469a@redhat.com> <20170327120148.GC26900@stefanha-x1.localdomain> From: Peter Maydell Date: Mon, 27 Mar 2017 13:49:44 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Thomas Huth , Jason Wang , John Snow , QEMU Developers On 27 March 2017 at 13:01, Stefan Hajnoczi wrote: > It would be nice to get rid of the legacy -net option in 3.0.0. I have > added it and included pointers to loose ends. I think this is doable > but will require some time to achieve. What's the syntax for using -netdev with embedded network devices that you can't create with -device ? (We should document this at http://wiki.qemu-project.org/Documentation/Networking) thanks -- PMM