summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-5/+5
* ide: Add resize callback to ide/coreJohn Snow2014-09-081-10/+59
* IDE: Fill the IDENTIFY request consistentlyJohn Snow2014-09-081-13/+15
* ide: Add wwn support to IDE-ATAPI driveJohn Snow2014-09-081-0/+14
* ide: only constrain read/write requests to drive size, not other typesMichael Tokarev2014-08-151-1/+2
* ide: Fix segfault when flushing a device that doesn't existKevin Wolf2014-08-151-1/+3
* ide: make all commands go through cmd_donePaolo Bonzini2014-08-151-9/+11
* ide: stop PIO transfer on errorsPaolo Bonzini2014-08-151-3/+2
* ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-151-10/+10
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-8/+4
* ide: wrap start_dma callbackPaolo Bonzini2014-08-151-7/+8
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-7/+3
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-2/+3
* ide: simplify reset callbacksPaolo Bonzini2014-08-151-2/+3
* ide: stash aiocb for flushesPaolo Bonzini2014-08-151-1/+3
* ide: Treat read/write beyond end as invalidMarkus Armbruster2014-07-141-0/+28
* qapi: adjust existing definesWenchao Xia2014-06-231-3/+3
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-11/+5
* ide: Correct improper smart self test counter reset in ide core.Benoît Canet2014-04-141-1/+1
* Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2014-01-301-0/+1
|\
| * ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier2014-01-151-0/+1
* | 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
OpenPOWER on IntegriCloud