From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Jason Wang <jasowang@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>, pbonzini@redhat.com
Subject: [PATCH 3/3] net: Replace "Supported NIC models" with "Available NIC models"
Date: Fri, 4 Nov 2022 13:57:05 +0100 [thread overview]
Message-ID: <20221104125705.415923-4-thuth@redhat.com> (raw)
In-Reply-To: <20221104125705.415923-1-thuth@redhat.com>
Just because a NIC model is compiled into the QEMU binary does not
necessary mean that it can be used with each and every machine.
So let's rather talk about "available" models instead of "supported"
models, just to avoid confusion.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
net/net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/net.c b/net/net.c
index b4b8f2a9cc..173195dbf9 100644
--- a/net/net.c
+++ b/net/net.c
@@ -943,7 +943,7 @@ int qemu_show_nic_models(const char *arg, const char *const *models)
return 0;
}
- printf("Supported NIC models:\n");
+ printf("Available NIC models:\n");
for (i = 0 ; models[i]; i++) {
printf("%s\n", models[i]);
}
--
2.31.1
next prev parent reply other threads:[~2022-11-04 12:58 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 12:57 [PATCH 0/3] Fix the "-nic help" option Thomas Huth
2022-11-04 12:57 ` [PATCH 1/3] net: Move the code to collect available NIC models to a separate function Thomas Huth
2022-11-07 12:02 ` Claudio Fontana
2022-11-07 17:34 ` Alex Bennée
2022-11-10 10:35 ` Thomas Huth
2022-11-10 12:45 ` Thomas Huth
2022-11-04 12:57 ` [PATCH 2/3] net: Restore printing of the help text with "-nic help" Thomas Huth
2022-11-07 12:27 ` Claudio Fontana
2022-11-08 8:42 ` Thomas Huth
2022-11-08 8:52 ` Claudio Fontana
2022-11-08 8:59 ` Thomas Huth
2022-11-08 9:43 ` Claudio Fontana
2022-11-10 11:35 ` Thomas Huth
2022-11-10 11:59 ` Claudio Fontana
2022-11-08 9:49 ` Claudio Fontana
2022-11-10 11:42 ` Thomas Huth
2022-11-10 12:05 ` Claudio Fontana
2022-11-10 12:09 ` Claudio Fontana
2022-11-10 12:23 ` Thomas Huth
2022-11-10 13:05 ` Claudio Fontana
2022-11-04 12:57 ` Thomas Huth [this message]
2022-11-07 12:27 ` [PATCH 3/3] net: Replace "Supported NIC models" with "Available NIC models" Claudio Fontana
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=20221104125705.415923-4-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@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).