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
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
2013-02-20
1
-1
/
+1
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-3
/
+3
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-1
/
+1
*
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
[next]