hw/alpha: Use MachineClass->default_nic in the alpha machine
authorThomas Huth <thuth@redhat.com>
Tue, 23 May 2023 11:04:32 +0000 (13:04 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 26 May 2023 07:10:49 +0000 (09:10 +0200)
commitcdd684b8e1cb7cfa5818d9eb7b9eaa9b7b4d717e
treefc5cabee480f3b4944c9da7408dd8962d39753b1
parent9f8981a91d9016a0e556d153b2a815f89f9096f0
hw/alpha: Use MachineClass->default_nic in the alpha 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-3-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/alpha/dp264.c