aboutsummaryrefslogtreecommitdiff
path: root/src/block.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04block/ata: Fixes to allow building 64-bit firmwareHelge Deller1-1/+1
2023-10-14parisc/block: Disable debug lineHelge Deller1-1/+1
2021-09-24block.c: Allow PA-RISC to boot from ATA drivesHelge Deller1-1/+7
2021-09-24Drivers: Use get_bda_ptr() BDA accessorHelge Deller1-1/+1
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman1-1/+17
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann1-20/+1
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman1-1/+20
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-18/+18
2017-09-27disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor1-11/+11
2017-02-20block: add NVMe boot supportJulian Stecklina1-0/+4
2016-03-31disk: Avoid stack_hop() path if already on the extra stackKevin O'Connor1-0/+4
2016-03-31block: Move send_disk_op() from block.c to disk.cKevin O'Connor1-33/+1
2016-03-29Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068eDon Slutz1-0/+4
2016-02-04block: Move drive setup to new function block_setup()Kevin O'Connor1-1/+16
2015-12-28block: Report drive->sectors using "%u" instead of "%d"Kevin O'Connor1-1/+1
2015-10-15stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor1-4/+3
2015-08-17edd: Reduce parameters to fill_generic_edd()Kevin O'Connor1-32/+45
2015-08-17edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'Kevin O'Connor1-7/+9
2015-07-14ata: Make sure "chanid" is relative to PCI device for bootorder fileKevin O'Connor1-4/+2
2015-07-14block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor1-7/+7
2015-07-14pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requestsKevin O'Connor1-1/+2
2015-07-14virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requestsKevin O'Connor1-0/+2
2015-07-14megasas: Handle Megasas drives directly via 'struct disk_op_s' requestsKevin O'Connor1-1/+2
2015-07-14esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requestsKevin O'Connor1-0/+2
2015-07-14lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requestsKevin O'Connor1-0/+2
2015-07-14usb-uas: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor1-0/+3
2015-07-14usb-msc: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor1-0/+3
2015-07-14ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor1-13/+1
2015-07-14ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor1-1/+1
2015-07-14block: Introduce default_process_op() with common command handling codesKevin O'Connor1-0/+17
2015-07-14block: Split process_op() command dispatch up into multiple functionsKevin O'Connor1-56/+69
2015-07-01virtio: run drivers in 32bit modeGerd Hoffmann1-3/+5
2014-12-29block: Check for read/write requests over 64KKevin O'Connor1-0/+4
2014-12-29scsi: Move process_scsi_op() to hw/blockcmd.c and renameKevin O'Connor1-23/+4
2014-12-29sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor1-0/+5
2014-06-04Move cdemu call interface and disk_ret helper code to disk.c.Kevin O'Connor1-31/+0
2014-06-04edd: Separate out ATA and virtio specific parts of fill_edd().Kevin O'Connor1-81/+88
2014-06-04edd: Use sectors==-1 to detect removable media.Kevin O'Connor1-3/+2
2014-06-04edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.Kevin O'Connor1-0/+179
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor1-0/+2
2013-12-27pvscsi: Always run entirely in 32bit mode.Kevin O'Connor1-2/+6
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor1-1/+0
2013-12-27Clear the total block transfer count on error.Kevin O'Connor1-13/+27
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-51/+49
2013-10-26Add pvscsi boot supportEvgeny Budilovsky1-0/+1
2013-10-14Run ahci code entirely in 32bit mode.Kevin O'Connor1-3/+10
2013-10-14Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor1-19/+19
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-2/+2
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+34
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+4