提交 c2564608 编写于 作者: E Eduardo Habkost 提交者: Aurelien Jarno

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: NEduardo Habkost <ehabkost@redhat.com>
Acked-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 c644db3d
...@@ -1207,7 +1207,6 @@ void net_set_boot_mask(int net_boot_mask) ...@@ -1207,7 +1207,6 @@ void net_set_boot_mask(int net_boot_mask)
for (i = 0; i < nb_nics; i++) { for (i = 0; i < nb_nics; i++) {
if (net_boot_mask & (1 << i)) { if (net_boot_mask & (1 << i)) {
nd_table[i].bootable = 1;
net_boot_mask &= ~(1 << i); net_boot_mask &= ~(1 << i);
} }
} }
......
...@@ -132,7 +132,6 @@ struct NICInfo { ...@@ -132,7 +132,6 @@ struct NICInfo {
VLANState *vlan; VLANState *vlan;
VLANClientState *netdev; VLANClientState *netdev;
int used; int used;
int bootable;
int nvectors; int nvectors;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册