From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: jasowang@redhat.com, berrange@redhat.com
Subject: [Qemu-devel] [PATCH 1/2] net: add e1000e model to the "simple" -net/-nic options
Date: Fri, 2 Mar 2018 16:51:09 +0100 [thread overview]
Message-ID: <20180302155110.5481-2-pbonzini@redhat.com> (raw)
In-Reply-To: <20180302155110.5481-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
hw/pci/pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/pci/pci.c b/hw/pci/pci.c
index e006b6ac71..af3c85a46f 100644
--- a/hw/pci/pci.c
+++ b/hw/pci/pci.c
@@ -1822,6 +1822,7 @@ static const char * const pci_nic_models[] = {
"i82559er",
"rtl8139",
"e1000",
+ "e1000e",
"pcnet",
"virtio",
"sungem",
@@ -1835,6 +1836,7 @@ static const char * const pci_nic_names[] = {
"i82559er",
"rtl8139",
"e1000",
+ "e1000e",
"pcnet",
"virtio-net-pci",
"sungem",
--
2.14.3
next prev parent reply other threads:[~2018-03-02 15:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-02 15:51 [Qemu-devel] [RFC PATCH 0/2] change q35 default NIC to e1000e Paolo Bonzini
2018-03-02 15:51 ` Paolo Bonzini [this message]
2018-03-02 17:19 ` [Qemu-devel] [PATCH 1/2] net: add e1000e model to the "simple" -net/-nic options Thomas Huth
2018-03-02 17:31 ` Paolo Bonzini
2018-03-02 15:51 ` [Qemu-devel] [PATCH 2/2] q35: change default NIC to e1000e Paolo Bonzini
2018-03-02 17:24 ` Thomas Huth
2018-03-02 17:26 ` Paolo Bonzini
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=20180302155110.5481-2-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=berrange@redhat.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).