mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Real SCSI device passthrough (v4), by Laurent Vivier.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3851 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1b0889958e
commit
985a03b0ce
8 changed files with 57 additions and 7 deletions
|
@ -26,6 +26,8 @@ struct SCSIDevice
|
|||
|
||||
SCSIDevice *scsi_disk_init(BlockDriverState *bdrv, int tcq,
|
||||
scsi_completionfn completion, void *opaque);
|
||||
SCSIDevice *scsi_generic_init(BlockDriverState *bdrv, int tcq,
|
||||
scsi_completionfn completion, void *opaque);
|
||||
|
||||
/* cdrom.c */
|
||||
int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue