]> git.ipfire.org Git - thirdparty/qemu.git/commit
softmmu/vl.c: Disable default NIC if it has not been compiled into the binary
authorThomas Huth <thuth@redhat.com>
Wed, 10 May 2023 19:26:13 +0000 (21:26 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 May 2023 07:39:15 +0000 (09:39 +0200)
commit26a0802d1ccbf3c3c659f3d2641cf7deef0e70ac
tree1ea784ce1635e265d0a670ffe52fed5312d058e3
parent01ecdaa40e0c14b99ae7e81b5bfce9b6bd6e167c
softmmu/vl.c: Disable default NIC if it has not been compiled into the binary

Don't try to instantiate a default NIC if it is not available (since
this will cause QEMU to abort). Emit a warning instead.

Message-Id: <20230512124033.502654-5-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
softmmu/vl.c