mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
net: remove NICInfo.bootable field
It is just set by net_set_boot_mask() and never used. The logic for rom loading changed a lot since this field was introduced. It is not needed anymore. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
c644db3d53
commit
c2564608a1
2 changed files with 0 additions and 2 deletions
1
net.h
1
net.h
|
@ -132,7 +132,6 @@ struct NICInfo {
|
|||
VLANState *vlan;
|
||||
VLANClientState *netdev;
|
||||
int used;
|
||||
int bootable;
|
||||
int nvectors;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue