mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -2071,15 +2071,13 @@ static const VMStateDescription vmstate_lsi_scsi = {
|
|||
}
|
||||
};
|
||||
|
||||
static int lsi_scsi_uninit(PCIDevice *d)
|
||||
static void lsi_scsi_uninit(PCIDevice *d)
|
||||
{
|
||||
LSIState *s = DO_UPCAST(LSIState, dev, d);
|
||||
|
||||
memory_region_destroy(&s->mmio_io);
|
||||
memory_region_destroy(&s->ram_io);
|
||||
memory_region_destroy(&s->io_io);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct SCSIBusInfo lsi_scsi_info = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue