From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKteR-0003Xf-Nv for qemu-devel@nongnu.org; Wed, 27 Mar 2013 12:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKteO-0005LK-HI for qemu-devel@nongnu.org; Wed, 27 Mar 2013 12:56:39 -0400 Received: from mail-ia0-x233.google.com ([2607:f8b0:4001:c02::233]:57116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKteO-0005LA-CK for qemu-devel@nongnu.org; Wed, 27 Mar 2013 12:56:36 -0400 Received: by mail-ia0-f179.google.com with SMTP id x24so7474050iak.24 for ; Wed, 27 Mar 2013 09:56:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Dmitry Fleytman Date: Wed, 27 Mar 2013 18:56:15 +0200 Message-ID: Content-Type: multipart/alternative; boundary=14dae93409e9bb760404d8eaeb72 Subject: Re: [Qemu-devel] vmxnet3 iPXE compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel --14dae93409e9bb760404d8eaeb72 Content-Type: text/plain; charset=ISO-8859-1 Hi Stefan, The issue is we never tested this device with iPXE, so according to Murphy's law it cannot work :). We'll take a look... Dmitry. On Mon, Mar 25, 2013 at 2:26 PM, Stefan Hajnoczi wrote: > Hi Dmitry, > QEMU vmxnet3 produces the following warning with iPXE > (77f64b11f764e721f4f8704b7b90317e52d85fc3): > > $ cd ~/ipxe/src > $ make bin/vmxnet3.rom > $ qemu-system-x86_64 -netdev user,id=netdev0 -device > vmxnet3,netdev=netdev0,romfile=bin/vmxnet3.rom > [vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio > extension. Task offloads will be emulated. > [vmxnet3][WR][vmxnet3_get_command_status]: Received request for > unknown command: cafe0002 > > The warning about virtio extensions is expected since I chose slirp > networking. > > iPXE does not show the NIC ('ifstat' command). I guess the driver > gave up during initialization: > > https://git.ipxe.org/ipxe.git/blob/HEAD:/src/drivers/net/vmxnet3.c#l613 > > Any ideas? > > Stefan > > PS: I discovered this when testing net patches for the pull request I > just sent out. It's not a blocker, so vmxnet3 will finally be in > qemu.git/master very soon! > --14dae93409e9bb760404d8eaeb72 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Stefan,

The issue is we never = tested this device with iPXE, so according to Murphy's law it cannot wo= rk :).
We'll take a look...

--14dae93409e9bb760404d8eaeb72--