mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/net/lasi_i82596: use qemu_create_nic_device()
Create the device only if there is a corresponding NIC config for it.
Remove the explicit check on nd_table[0].used from hw/hppa/machine.c
which (since commit d8a3220005
) tries to do the same thing.
The lasi_82596 support has been disabled since it was first introduced,
since enable_lasi_lan() has always been zero. This allows the user to
enable it by explicitly requesting a NIC model 'lasi_82596' or just
using the alias 'lasi'. Otherwise, it defaults to a PCI NIC as before.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
9600364409
commit
2a98878ff4
3 changed files with 13 additions and 12 deletions
|
@ -25,7 +25,7 @@ struct SysBusI82596State {
|
|||
int val_index:1;
|
||||
};
|
||||
|
||||
SysBusI82596State *lasi_82596_init(MemoryRegion *addr_space,
|
||||
hwaddr hpa, qemu_irq irq);
|
||||
SysBusI82596State *lasi_82596_init(MemoryRegion *addr_space, hwaddr hpa,
|
||||
qemu_irq irq, gboolean match_default);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue