From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyKmj-0002Uk-PJ for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:30:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyKmf-0002T8-KQ for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:30:05 -0400 Received: from [199.232.76.173] (port=53270 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyKmf-0002Sn-Dr for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:30:01 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:49756 helo=exil.voltaire.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyKmf-0001Oh-1f for qemu-devel@nongnu.org; Thu, 15 Oct 2009 03:30:01 -0400 Message-ID: <4AD6CF5E.4050109@Voltaire.com> Date: Thu, 15 Oct 2009 09:29:34 +0200 From: Or Gerlitz MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH-updated] qemu/net: add raw backend References: <20091014143415.GA29937@redhat.com> <4AD5E449.9070301@codemonkey.ws> <20091014152451.GA30179@redhat.com> <20091014153300.GA30889@redhat.com> In-Reply-To: <20091014153300.GA30889@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Arnd Bergmann , qemu-devel@nongnu.org, "Michael S. Tsirkin" Gleb Natapov wrote: > tap need IP assigning. Hi Gleb, please correct me if I'm wrong, but the way we use tap here is attach it to a bridge from the one hand, and have Qemu write/read into/from it Ethernet frames from the other hand. This means that even the MAC address of tap isn't used, surely not an IP address. Or.