mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
LSI SCSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
86394e969d
commit
9be5dafe48
6 changed files with 26 additions and 52 deletions
3
hw/pci.h
3
hw/pci.h
|
@ -227,8 +227,7 @@ PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
|
|||
|
||||
/* lsi53c895a.c */
|
||||
#define LSI_MAX_DEVS 7
|
||||
void lsi_scsi_attach(void *opaque, BlockDriverState *bd, int id);
|
||||
void *lsi_scsi_init(PCIBus *bus, int devfn);
|
||||
void lsi_scsi_attach(DeviceState *host, BlockDriverState *bd, int id);
|
||||
|
||||
/* vmware_vga.c */
|
||||
void pci_vmsvga_init(PCIBus *bus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue