summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-8/+22
* ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster2010-06-041-22/+25
* ide: Split ide_init1() off ide_init2()Markus Armbruster2010-06-041-15/+17
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-041-9/+7
* ide: Fix ide_dma_cancelKevin Wolf2010-05-171-4/+4
* ide: make a table 'const'Blue Swirl2010-05-141-1/+1
* Fix buildBlue Swirl2010-03-271-3/+5
* Compile ide/core only onceBlue Swirl2010-03-271-9/+5
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-081-1/+1
* Fix warning on mingw32Blue Swirl2010-02-201-2/+5
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-191-2/+57
* ide: add topology supportChristoph Hellwig2010-02-101-0/+2
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-3/+7
* ide: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-1/+5
* ide: device version propertyGerd Hoffmann2010-01-191-7/+12
* ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo2009-12-031-0/+17
* ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo2009-12-031-2/+2
* ide: Implement rerror optionKevin Wolf2009-12-031-17/+37
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-1/+1
* scsi: move scsi-disk.h -> scsi.hGerd Hoffmann2009-11-091-1/+1
* IDE: Fix reset handlingBlue Swirl2009-11-071-4/+60
* ide: pre VMState functions are not needed anymoreJuan Quintela2009-10-271-21/+0
* ide: port ide_drive to vmstateJuan Quintela2009-10-271-57/+56
* ide: change identify_data type to uint8_tJuan Quintela2009-10-271-12/+13
* ide: port idebus to vmstateJuan Quintela2009-10-271-4/+14
* split away drive init from ide_init2()Gerd Hoffmann2009-09-151-32/+39
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* ide: use bdrv_aio_flushChristoph Hellwig2009-09-111-3/+13
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-2/+5
* ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann2009-09-041-55/+48
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-2/+5
* ide: move code to hw/ide/Gerd Hoffmann2009-08-271-0/+2701
OpenPOWER on IntegriCloud