aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-19ide: device version propertyGerd Hoffmann1-7/+12
2009-12-03ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo1-0/+17
2009-12-03ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03ide: Implement rerror optionKevin Wolf1-17/+37
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf1-1/+1
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann1-1/+1
2009-11-07IDE: Fix reset handlingBlue Swirl1-4/+60
2009-10-27ide: pre VMState functions are not needed anymoreJuan Quintela1-21/+0
2009-10-27ide: port ide_drive to vmstateJuan Quintela1-57/+56
2009-10-27ide: change identify_data type to uint8_tJuan Quintela1-12/+13
2009-10-27ide: port idebus to vmstateJuan Quintela1-4/+14
2009-09-15split away drive init from ide_init2()Gerd Hoffmann1-32/+39
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-09-11ide: use bdrv_aio_flushChristoph Hellwig1-3/+13
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-2/+5
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann1-55/+48
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-2/+5
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+2701