summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-1/+1
|/
* ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber2013-11-051-49/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* ahci: Fix FLUSH commandKevin Wolf2013-07-151-0/+9
* ide: Clean up ide_exec_cmd()Kevin Wolf2013-06-241-24/+12
* ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf2013-06-241-151/+174
* ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf2013-06-241-75/+95
* ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf2013-06-241-39/+61
* ide: Convert SEEK to ide_cmd_table handlerKevin Wolf2013-06-241-6/+7
* ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf2013-06-241-6/+8
* ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf2013-06-241-72/+75
* ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf2013-06-241-9/+8
* ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf2013-06-241-17/+18
* ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+38
* ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-43/+50
* ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf2013-06-241-59/+60
* ide: Convert verify commands to ide_cmd_table handlerKevin Wolf2013-06-241-14/+13
* ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+17
* ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf2013-06-241-17/+23
* ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf2013-06-241-13/+16
* ide: Add handler to ide_cmd_tableKevin Wolf2013-06-241-58/+86
* ide: Set BSY bit during FLUSHAndreas Färber2013-06-061-0/+1
* ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi2013-04-151-0/+4
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* ide: Add fall through annotationsKevin Wolf2013-01-251-8/+25
* ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
* ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-1/+1
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* | atapi: reset cdrom tray statuses on ide_resetPavel Hrdina2012-12-131-0/+2
|/
* atapi: make change media detection for guests easierPavel Hrdina2012-11-301-6/+0
* ide: Fix status register after short PRDsKevin Wolf2012-11-211-0/+1
* ide: Fix crash with too long PRDKevin Wolf2012-11-211-0/+12
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* iostatus: reorganize io error codePaolo Bonzini2012-09-281-15/+5
* iostatus: change is_read to a boolPaolo Bonzini2012-09-281-1/+1
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-3/+3
* iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini2012-09-281-1/+1
* ide: Fix error messages from static code analysis (no real error)Stefan Weil2012-09-121-9/+2
* hw/block-common: Factor out fall back to legacy -drive cyls=...Markus Armbruster2012-07-171-12/+12
* blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster2012-07-171-3/+3
* Relax IDE CHS limits from 16383,16,63 to 65535,16,255Markus Armbruster2012-07-171-4/+4
* hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster2012-07-171-0/+2
* ide: qdev properties for disk geometryMarkus Armbruster2012-07-171-5/+14
* hd-geometry: Switch to uint32_t to match BlockConfMarkus Armbruster2012-07-171-1/+1
* ide pc: Cut out the block layer geometry middlemanMarkus Armbruster2012-07-171-1/+1
* hd-geometry: Cut out block layer translation middlemanMarkus Armbruster2012-07-171-1/+1
* hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster2012-07-171-1/+2
OpenPOWER on IntegriCloud