OSDN Git Service

hw/loongarch64: Use MachineClass->default_nic in the virt machine
authorThomas Huth <thuth@redhat.com>
Tue, 23 May 2023 11:04:34 +0000 (13:04 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 26 May 2023 07:10:49 +0000 (09:10 +0200)
commit240294cac71c741bccdd0e22e21b72eea5b44ff9
tree1fa261a84f518475a329e3370bbff6340af4d86d
parent50989d04d669a073c67d560583460ff4f8531547
hw/loongarch64: Use MachineClass->default_nic in the virt machine

Mark the default NIC via the new MachineClass->default_nic setting
so that the machine-defaults code in vl.c can decide whether the
default NIC is usable or not (for example when compiling with the
"--without-default-devices" configure switch).

Message-Id: <20230523110435.1375774-5-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Tested-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/loongarch/virt.c