qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
	Dmitry Fleytman <dmitry@daynix.com>,
	Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PULL 4/8] e1000e: add boot rom
Date: Mon,  4 Jul 2016 08:30:45 +0200	[thread overview]
Message-ID: <1467613849-12476-5-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1467613849-12476-1-git-send-email-kraxel@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/net/e1000e.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/net/e1000e.c b/hw/net/e1000e.c
index 692283f..4778744 100644
--- a/hw/net/e1000e.c
+++ b/hw/net/e1000e.c
@@ -693,6 +693,7 @@ static void e1000e_class_init(ObjectClass *class, void *data)
     c->vendor_id = PCI_VENDOR_ID_INTEL;
     c->device_id = E1000_DEV_ID_82574L;
     c->revision = 0;
+    c->romfile = "efi-e1000e.rom";
     c->class_id = PCI_CLASS_NETWORK_ETHERNET;
     c->is_express = 1;
 
-- 
1.8.3.1

  parent reply	other threads:[~2016-07-04  6:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04  6:30 [Qemu-devel] [PULL 0/8] ipxe: update submodule from 4e03af8ec to 041863191 Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 1/8] " Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 2/8] ipxe: add e1000e rom Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 3/8] ipxe: add vmxnet3 rom Gerd Hoffmann
2016-07-04  6:30 ` Gerd Hoffmann [this message]
2016-07-04  6:30 ` [Qemu-devel] [PULL 5/8] vmxnet3: add boot rom Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 6/8] ipxe: update prebuilt binaries Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 7/8] ipxe: add new roms to BLOBS Gerd Hoffmann
2016-07-04  6:30 ` [Qemu-devel] [PULL 8/8] build: add pc-bios to config-host.mak deps Gerd Hoffmann
2016-07-04 12:38 ` [Qemu-devel] [PULL 0/8] ipxe: update submodule from 4e03af8ec to 041863191 Peter Maydell
2016-07-04 12:58   ` Gerd Hoffmann
2016-07-05  8:21     ` Paolo Bonzini
2016-07-05 12:47 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467613849-12476-5-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=dmitry@daynix.com \
    --cc=jasowang@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).