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
/
disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-109
/
+109
*
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
2017-09-27
1
-5
/
+5
*
disk: Avoid stack_hop() path if already on the extra stack
Kevin O'Connor
2016-03-31
1
-11
/
+7
*
block: Move send_disk_op() from block.c to disk.c
Kevin O'Connor
2016-03-31
1
-0
/
+32
*
edd: Pass the segment/offset from int 1348 calls using a 'struct segoff_s'
Kevin O'Connor
2015-08-17
1
-1
/
+1
*
Minor - move declaration of CDRom_locks to code that uses it
Kevin O'Connor
2015-07-24
1
-0
/
+3
*
block: Check for read/write requests over 64K
Kevin O'Connor
2014-12-29
1
-0
/
+2
*
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
2014-06-04
1
-3
/
+0
*
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
2014-06-04
1
-1
/
+52
*
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
2014-06-04
1
-7
/
+8
*
edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.
Kevin O'Connor
2014-06-04
1
-178
/
+3
*
On disk format request, verify cylinders and pass to driver.
Kevin O'Connor
2013-12-12
1
-6
/
+7
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-130
/
+127
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-21
/
+21
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-26
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+5
*
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
-3
/
+3
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
1
-2
/
+2
*
Provide correct dpte pointer to indicate absence of dpte
Bruce Rogers
2012-10-27
1
-1
/
+1
*
Unify ATAPI command processing.
Kevin O'Connor
2012-07-21
1
-3
/
+3
*
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
2012-06-02
1
-2
/
+2
*
Rework disk.c:fillLCHS to avoid using pointer parameters.
Kevin O'Connor
2012-05-30
1
-17
/
+19
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-2
/
+2
*
Remove disk GET/SET_INT13DPT and GET/SET_INT13EXT macros.
Kevin O'Connor
2012-05-24
1
-56
/
+59
*
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
2012-05-20
1
-43
/
+32
*
Mark disk.c functions that take an address of a stack variable as noinline.
Kevin O'Connor
2012-03-25
1
-6
/
+6
*
add virtio-scsi driver
Paolo Bonzini
2012-03-06
1
-1
/
+2
*
disk: handle LBA I/O with zero sector count
Kevin O'Connor
2012-02-11
1
-0
/
+5
*
always specify virtio-blk rather than virtio
Paolo Bonzini
2011-11-17
1
-2
/
+2
*
support T13 EDD3.0 spec
Gleb Natapov
2011-01-16
1
-15
/
+27
*
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
2010-12-29
1
-1
/
+1
*
Provide full EDD 3.0 info for virtio disk
Gleb Natapov
2010-12-24
1
-53
/
+73
*
Call to int1552 (from int1346) should set regs->dl.
Kevin O'Connor
2010-03-20
1
-0
/
+1
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-12
/
+16
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-7
/
+3
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Commit compiled dsdt file; misc comment updates.
Kevin O'Connor
2009-12-30
1
-0
/
+1
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-5
/
+16
*
Support ISA ATA devices for qemu's "-M isapc" mode.
Kevin O'Connor
2009-12-05
1
-9
/
+19
*
Misc updates.
Kevin O'Connor
2009-11-25
1
-1
/
+1
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-143
/
+131
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-101
/
+65
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-3
/
+1
*
Merge cdrom 13xx handlers with main disk 13xx handlers.
Kevin O'Connor
2009-08-18
1
-24
/
+112
*
Unify floppy and harddrive command routing.
Kevin O'Connor
2009-08-16
1
-40
/
+40
*
Unify some floppy and disk functions.
Kevin O'Connor
2009-08-16
1
-11
/
+49
*
Change send_disk_op() to return the bios status code.
Kevin O'Connor
2009-08-16
1
-24
/
+10
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-17
/
+21
[next]