diff options
author | 2023-09-13 18:09:22 +0200 | |
---|---|---|
committer | 2023-09-25 07:58:14 +0200 | |
commit | c9daa685cb69dddfe8082f09fd26728e98a66102 (patch) | |
tree | 5d0e5189fa4e6e97d604eeb7f319dfe83408d8ba /scripts/qapi/source.py | |
parent | hw/mips/jazz: Move the NIC init code into a separate function (diff) | |
download | qemu-c9daa685cb69dddfe8082f09fd26728e98a66102.tar.xz qemu-c9daa685cb69dddfe8082f09fd26728e98a66102.zip |
hw/mips/jazz: Simplify the NIC setup code
The for-loop does not make much sense here - it is always left after
the first iteration, so we can also check for nb_nics == 1 instead
which is way easier to understand.
Also, the checks for nd->model are superfluous since the code in
mips_jazz_init_net() calls qemu_check_nic_model() that already
takes care of this (i.e. initializing nd->model if it has not been
set yet, and checking whether it is the "help" option or the
supported NIC model).
Message-ID: <20230913160922.355640-3-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions