mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
scsi: add lsi53c8xx_handle_legacy_cmdline() function
This is the function that will soon be used to replace lsi53c895a_create() and lsi53c810_create(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
f3a60058c9
commit
f74a4f3a59
2 changed files with 8 additions and 0 deletions
|
@ -2290,3 +2290,10 @@ void lsi53c810_create(PCIBus *bus, int devfn)
|
|||
|
||||
scsi_bus_legacy_handle_cmdline(&s->bus);
|
||||
}
|
||||
|
||||
void lsi53c8xx_handle_legacy_cmdline(DeviceState *lsi_dev)
|
||||
{
|
||||
LSIState *s = LSI53C895A(lsi_dev);
|
||||
|
||||
scsi_bus_legacy_handle_cmdline(&s->bus);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue