index
:
delta/qemu-seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
git.qemu.org: git/seabios.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
1
-1
/
+17
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
1
-20
/
+1
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
1
-1
/
+20
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-18
/
+18
*
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
2017-09-27
1
-11
/
+11
*
block: add NVMe boot support
Julian Stecklina
2017-02-20
1
-0
/
+4
*
disk: Avoid stack_hop() path if already on the extra stack
Kevin O'Connor
2016-03-31
1
-0
/
+4
*
block: Move send_disk_op() from block.c to disk.c
Kevin O'Connor
2016-03-31
1
-33
/
+1
*
Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e
Don Slutz
2016-03-29
1
-0
/
+4
*
block: Move drive setup to new function block_setup()
Kevin O'Connor
2016-02-04
1
-1
/
+16
*
block: Report drive->sectors using "%u" instead of "%d"
Kevin O'Connor
2015-12-28
1
-1
/
+1
*
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
2015-10-15
1
-4
/
+3
*
edd: Reduce parameters to fill_generic_edd()
Kevin O'Connor
2015-08-17
1
-32
/
+45
*
edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'
Kevin O'Connor
2015-08-17
1
-7
/
+9
*
ata: Make sure "chanid" is relative to PCI device for bootorder file
Kevin O'Connor
2015-07-14
1
-4
/
+2
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-7
/
+7
*
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-1
/
+2
*
virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-0
/
+2
*
megasas: Handle Megasas drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-1
/
+2
*
esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-0
/
+2
*
lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-0
/
+2
*
usb-uas: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-0
/
+3
*
usb-msc: Handle USB drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-0
/
+3
*
ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-13
/
+1
*
ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-0
/
+17
*
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
2015-07-14
1
-56
/
+69
*
virtio: run drivers in 32bit mode
Gerd Hoffmann
2015-07-01
1
-3
/
+5
*
block: Check for read/write requests over 64K
Kevin O'Connor
2014-12-29
1
-0
/
+4
*
scsi: Move process_scsi_op() to hw/blockcmd.c and rename
Kevin O'Connor
2014-12-29
1
-23
/
+4
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
1
-0
/
+5
*
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
2014-06-04
1
-31
/
+0
*
edd: Separate out ATA and virtio specific parts of fill_edd().
Kevin O'Connor
2014-06-04
1
-81
/
+88
*
edd: Use sectors==-1 to detect removable media.
Kevin O'Connor
2014-06-04
1
-3
/
+2
*
edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.
Kevin O'Connor
2014-06-04
1
-0
/
+179
*
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
2014-01-29
1
-0
/
+2
*
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
2013-12-27
1
-2
/
+6
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-1
/
+0
*
Clear the total block transfer count on error.
Kevin O'Connor
2013-12-27
1
-13
/
+27
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-51
/
+49
*
Add pvscsi boot support
Evgeny Budilovsky
2013-10-26
1
-0
/
+1
*
Run ahci code entirely in 32bit mode.
Kevin O'Connor
2013-10-14
1
-3
/
+10
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-19
/
+19
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+34
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+4
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
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
-5
/
+5
[next]