index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
blockcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add LBA 64bit support for reads beyond 2TB.
Max Tottenham
2024-01-26
1
-14
/
+44
*
Support booting USB drives with a write protect switch enabled
Mike Banon
2020-12-21
1
-3
/
+7
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-4
/
+4
*
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
2017-09-27
1
-2
/
+2
*
blockcmd: start REPORT_LUNS with the smallest buffer
Roman Kagan
2017-06-12
1
-1
/
+3
*
blockcmd: generic SCSI luns enumeration
Roman Kagan
2017-05-02
1
-0
/
+94
*
blockcmd: accept only disks and CD-ROMs
Roman Kagan
2017-05-02
1
-0
/
+3
*
blockcmd: CMD_SCSI op is only used in 32bit mode
Kevin O'Connor
2016-08-04
1
-1
/
+6
*
block: Report drive->sectors using "%u" instead of "%d"
Kevin O'Connor
2015-12-28
1
-1
/
+1
*
scsi: Do not call printf() from scsi_is_ready()
Kevin O'Connor
2015-12-28
1
-1
/
+1
*
blockcmd: Convert cdb_is_read() to scsi_is_read()
Kevin O'Connor
2015-07-14
1
-7
/
+8
*
blockcmd: Remove unused scsi_process_op() and cdb_cmd_data()
Kevin O'Connor
2015-07-14
1
-21
/
+0
*
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-4
/
+0
*
virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-4
/
+0
*
megasas: Handle Megasas drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-3
/
+0
*
esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-3
/
+0
*
lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-3
/
+0
*
usb-uas: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-6
/
+0
*
usb-msc: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-6
/
+0
*
ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-4
/
+0
*
ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-3
/
+0
*
blockcmd: Introduce scsi_fill_cmd()
Kevin O'Connor
2015-07-14
1
-30
/
+23
*
block: Route scsi style commands through 'struct disk_op_s'
Kevin O'Connor
2015-07-14
1
-5
/
+22
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-7
/
+1
*
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
virtio: run drivers in 32bit mode
Gerd Hoffmann
2015-07-01
1
-2
/
+3
*
scsi: Don't export cdb_* functions
Kevin O'Connor
2014-12-29
1
-7
/
+7
*
scsi: Move process_scsi_op() to hw/blockcmd.c and rename
Kevin O'Connor
2014-12-29
1
-0
/
+19
*
scsi: Move cdb_* functions above scsi_* functions
Kevin O'Connor
2014-12-29
1
-88
/
+98
*
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
2014-01-29
1
-0
/
+6
*
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
2013-12-27
1
-1
/
+2
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-1
/
+0
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-6
/
+6
*
Add pvscsi boot support
Evgeny Budilovsky
2013-10-26
1
-0
/
+3
*
Run ahci code entirely in 32bit mode.
Kevin O'Connor
2013-10-14
1
-2
/
+3
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-3
/
+3
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-9
/
+10
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+278