hw/arm: Use MachineClass->default_nic in the virt machine
authorThomas Huth <thuth@redhat.com>
Tue, 23 May 2023 11:04:33 +0000 (13:04 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 26 May 2023 07:10:49 +0000 (09:10 +0200)
commit50989d04d669a073c67d560583460ff4f8531547
tree5b1e7d085822d8d6ccfbe2fdfaf2387f0db7c9a0
parentcdd684b8e1cb7cfa5818d9eb7b9eaa9b7b4d717e
hw/arm: 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-4-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>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/arm/virt.c