Re: [PATCH 0/5] Use MachineClass->default_nic in more machines

2023-05-24 Thread Philippe Mathieu-Daudé
On 23/5/23 13:04, Thomas Huth wrote: These patches are required for running more tests with "make check" on builds that use "--without-default-devices". By marking the default NIC in the generic MachineClass, the main code can decide whether the NIC is available in the binary or not, so the insta

Re: [PATCH 0/5] Use MachineClass->default_nic in more machines

2023-05-23 Thread Richard Henderson
On 5/23/23 04:04, Thomas Huth wrote: These patches are required for running more tests with "make check" on builds that use "--without-default-devices". By marking the default NIC in the generic MachineClass, the main code can decide whether the NIC is available in the binary or not, so the insta

[PATCH 0/5] Use MachineClass->default_nic in more machines

2023-05-23 Thread Thomas Huth
These patches are required for running more tests with "make check" on builds that use "--without-default-devices". By marking the default NIC in the generic MachineClass, the main code can decide whether the NIC is available in the binary or not, so the instantiation can be skipped if it has not b