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 <[email protected]>
Acked-by: Juan Quintela <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
for (i = 0; i < nb_nics; i++) {
if (net_boot_mask & (1 << i)) {
- nd_table[i].bootable = 1;
net_boot_mask &= ~(1 << i);
}
}
VLANState *vlan;
VLANClientState *netdev;
int used;
- int bootable;
int nvectors;
};