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
/
cdrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to exit from cdrom_boot() if a cdrom is not found.
Kevin O'Connor
2008-11-09
1
-0
/
+3
*
Misc fixes and updates.
Kevin O'Connor
2008-07-19
1
-5
/
+1
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-16
/
+13
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-1
/
+1
*
Reduce ide stack usage by reorganizing ata calls.
Kevin O'Connor
2008-05-13
1
-1
/
+1
*
Compile fixes for gcc 4.3.
Kevin O'Connor
2008-04-13
1
-1
/
+1
*
Limit cdrom emulation available functions.
Kevin O'Connor
2008-03-22
1
-2
/
+17
*
Cleanup cdrom emulation.
Kevin O'Connor
2008-03-22
1
-23
/
+20
*
Use "FARPTR" consistently in macros.
Kevin O'Connor
2008-03-22
1
-5
/
+5
*
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
2008-03-22
1
-25
/
+34
*
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
2008-03-12
1
-5
/
+9
*
Fix bug in atapi_get_sense.
Kevin O'Connor
2008-03-11
1
-2
/
+2
*
Minor debugging improvements.
Kevin O'Connor
2008-03-09
1
-3
/
+4
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-1
/
+1
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
1
-0
/
+258
*
Move cdrom code to its own file (cdrom.c).
Kevin O'Connor
2008-03-04
1
-0
/
+279