hw/hppa: Use MachineClass->default_nic in the hppa machine
commit9f8981a91d9016a0e556d153b2a815f89f9096f0
authorThomas Huth <thuth@redhat.com>
Tue, 23 May 2023 11:04:31 +0000 (23 13:04 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 26 May 2023 07:10:49 +0000 (26 09:10 +0200)
treed38ae6b233492ddcccc4cf5913fbea4e2108241e
parenta3cb6d5004ff638aefe686ecd540718a793bd1b1
hw/hppa: Use MachineClass->default_nic in the hppa 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-2-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/hppa/machine.c