mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Merge branch pci into master
Merge master and pci branch, resolve build breakage in hw/esp.c
introduced by f90c2bcd
.
Conflicts:
hw/esp.c
This commit is contained in:
commit
5e59b02435
33 changed files with 338 additions and 249 deletions
|
@ -3438,7 +3438,7 @@ static void rtl8139_cleanup(VLANClientState *nc)
|
|||
s->nic = NULL;
|
||||
}
|
||||
|
||||
static int pci_rtl8139_uninit(PCIDevice *dev)
|
||||
static void pci_rtl8139_uninit(PCIDevice *dev)
|
||||
{
|
||||
RTL8139State *s = DO_UPCAST(RTL8139State, dev, dev);
|
||||
|
||||
|
@ -3451,7 +3451,6 @@ static int pci_rtl8139_uninit(PCIDevice *dev)
|
|||
qemu_del_timer(s->timer);
|
||||
qemu_free_timer(s->timer);
|
||||
qemu_del_vlan_client(&s->nic->nc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static NetClientInfo net_rtl8139_info = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue