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
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
megasas: Add boot support for LSI MegaRAID SAS
Hannes Reinecke
2012-11-19
1
-0
/
+1
*
scsi: add AMD PCscsi driver
Paolo Bonzini
2012-08-07
1
-0
/
+1
*
Unify ATAPI command processing.
Kevin O'Connor
2012-07-21
1
-4
/
+15
*
lsi53c895a boot support
Gerd Hoffmann
2012-07-21
1
-1
/
+2
*
usb attached scsi boot support
Gerd Hoffmann
2012-07-21
1
-1
/
+2
*
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
2012-06-10
1
-2
/
+2
*
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
2012-05-20
1
-0
/
+1
*
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
2012-05-20
1
-2
/
+2
*
Whitespace changes - replace handful of tabs in core code with spaces.
Kevin O'Connor
2012-03-14
1
-1
/
+1
*
add virtio-scsi driver
Paolo Bonzini
2012-03-06
1
-1
/
+2
*
cleanup process_usb_op() / process_scsi_op() declarations
Laszlo Ersek
2012-02-11
1
-1
/
+1
*
always specify virtio-blk rather than virtio
Paolo Bonzini
2011-11-17
1
-3
/
+3
*
usb-msc: move cdb dispatch to block.c
Paolo Bonzini
2011-11-17
1
-3
/
+25
*
ahci/cdrom: shared bounce buffer
Gerd Hoffmann
2011-08-06
1
-0
/
+14
*
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
2010-12-29
1
-10
/
+12
*
Call setup_translation() from map_hd_drive().
Kevin O'Connor
2010-12-27
1
-1
/
+4
*
Rename add_ordered_drive() to add_drive() and use in map_hd_drive().
Kevin O'Connor
2010-12-27
1
-25
/
+18
*
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
2010-12-27
1
-19
/
+1
*
Create separate IPL entry for each CD/DVD
Gleb Natapov
2010-12-12
1
-0
/
+10
*
add ahci support
Gerd Hoffmann
2010-12-05
1
-0
/
+3
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-11
/
+0
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+3
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-3
/
+6
*
Cleanup - build drive description in temp memory during init.
Kevin O'Connor
2010-02-21
1
-28
/
+0
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+6
*
Don't require a valid physical cylinders/heads/spt for logical mapping.
Kevin O'Connor
2010-02-17
1
-7
/
+10
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-33
/
+13
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-1
/
+1
*
Set FDPT in irq table even for small drives.
Kevin O'Connor
2010-01-03
1
-14
/
+13
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-1
/
+1
*
Add floppy and cdrom drives in sorted order.
Kevin O'Connor
2009-11-25
1
-18
/
+37
*
Fix compiler warning in setup_translation().
Kevin O'Connor
2009-11-09
1
-1
/
+1
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-7
/
+11
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-4
/
+0
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-40
/
+72
*
Fix bug in fdpt filling - driveid is not hdid.
Kevin O'Connor
2009-09-20
1
-5
/
+5
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-1
/
+3
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-0
/
+25
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-4
/
+4
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+2
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-2
/
+4
*
Unify floppy and harddrive command routing.
Kevin O'Connor
2009-08-16
1
-0
/
+59
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-3
/
+28
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-0
/
+211