summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* ide: Convert verify commands to ide_cmd_table handlerKevin Wolf2013-06-241-14/+13Star
* ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+17Star
* 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/+0Star
* 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/+5Star
* 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/+2Star
* 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
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-1/+1
* ide: support enable/disable write cachePaolo Bonzini2012-06-151-3/+18
* ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf2012-05-021-1/+6
* ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi2012-04-191-19/+42
* ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2012-04-191-21/+55
* Use DMADirection type for dma_bdrv_ioDavid Gibson2012-04-051-1/+2
* ide: Adds wwn=hex qdev optionFloris Bos2012-04-051-6/+23
* ide: Change serial number strncpy() to pstrcpy()Floris Bos2012-04-051-1/+1
* ide: Add "model=s" qdev optionFloris Bos2012-04-051-5/+22
* ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf2012-04-051-1/+1
* aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini2012-04-051-1/+0Star
* ide: fail I/O to empty diskPaolo Bonzini2012-02-291-4/+20
* ide: drop ide_tray_state_post_load()Luiz Capitulino2012-02-221-10/+0Star
* block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino2012-02-221-3/+3
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-12-191-3/+3
|\
| * ide: drop argument to dma_buf_commitPaolo Bonzini2011-12-161-3/+3