aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/blockcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Support booting USB drives with a write protect switch enabledMike Banon2020-12-211-3/+7
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-4/+4
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-271-2/+2
* blockcmd: start REPORT_LUNS with the smallest bufferRoman Kagan2017-06-121-1/+3
* blockcmd: generic SCSI luns enumerationRoman Kagan2017-05-021-0/+94
* blockcmd: accept only disks and CD-ROMsRoman Kagan2017-05-021-0/+3
* blockcmd: CMD_SCSI op is only used in 32bit modeKevin O'Connor2016-08-041-1/+6
* block: Report drive->sectors using "%u" instead of "%d"Kevin O'Connor2015-12-281-1/+1
* scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor2015-12-281-1/+1
* blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor2015-07-141-7/+8
* blockcmd: Remove unused scsi_process_op() and cdb_cmd_data()Kevin O'Connor2015-07-141-21/+0
* pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-4/+0
* virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-4/+0
* megasas: Handle Megasas drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-3/+0
* esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-3/+0
* lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-3/+0
* usb-uas: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-6/+0
* usb-msc: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-6/+0
* ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-4/+0
* ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-3/+0
* blockcmd: Introduce scsi_fill_cmd()Kevin O'Connor2015-07-141-30/+23
* block: Route scsi style commands through 'struct disk_op_s'Kevin O'Connor2015-07-141-5/+22
* block: Introduce default_process_op() with common command handling codesKevin O'Connor2015-07-141-7/+1
* block: Split process_op() command dispatch up into multiple functionsKevin O'Connor2015-07-141-1/+1
* virtio: run drivers in 32bit modeGerd Hoffmann2015-07-011-2/+3
* scsi: Don't export cdb_* functionsKevin O'Connor2014-12-291-7/+7
* scsi: Move process_scsi_op() to hw/blockcmd.c and renameKevin O'Connor2014-12-291-0/+19
* scsi: Move cdb_* functions above scsi_* functionsKevin O'Connor2014-12-291-88/+98
* xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor2014-01-291-0/+6
* pvscsi: Always run entirely in 32bit mode.Kevin O'Connor2013-12-271-1/+2
* Remove unnecesary updates of the disk op->count field.Kevin O'Connor2013-12-271-1/+0
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-6/+6
* Add pvscsi boot supportEvgeny Budilovsky2013-10-261-0/+3
* Run ahci code entirely in 32bit mode.Kevin O'Connor2013-10-141-2/+3
* Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor2013-10-141-3/+3
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-9/+10
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+278