net: Replace "Supported NIC models" with "Available NIC models"
commit3b0cca8e4e674bda3457435208c3268767b6b085
authorThomas Huth <thuth@redhat.com>
Thu, 10 Nov 2022 12:52:24 +0000 (10 13:52 +0100)
committerJason Wang <jasowang@redhat.com>
Fri, 17 Feb 2023 05:31:33 +0000 (17 13:31 +0800)
tree5190d1049ce2006aa1f9f8c7a69fdaeeb0fb3c57
parent27c819244b8129a4742bfe43d255cdaa8528765d
net: Replace "Supported NIC models" with "Available NIC models"

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.

Reviewed-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/net.c