All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix the "-nic help" option
@ 2022-11-04 12:57 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
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Thomas Huth @ 2022-11-04 12:57 UTC (permalink / raw)
  To: qemu-devel, Jason Wang; +Cc: Michael S. Tsirkin, pbonzini

Running QEMU with "-nic help" used to work in QEMU 5.2 and earlier
versions, but since QEMU 6.0 it just complains that "help" is not
a valid value here. This patch series fixes this problem and also
extends the help output here to list the available NIC models, too.

Thomas Huth (3):
  net: Move the code to collect available NIC models to a separate
    function
  net: Restore printing of the help text with "-nic help"
  net: Replace "Supported NIC models" with "Available NIC models"

 include/net/net.h |  1 +
 hw/pci/pci.c      | 29 +-------------------------
 net/net.c         | 52 ++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 51 insertions(+), 31 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-11-10 13:06 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 3/3] net: Replace "Supported NIC models" with "Available NIC models" Thomas Huth
2022-11-07 12:27   ` Claudio Fontana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.