summaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf1-1/+3
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini1-9/+11
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini1-3/+2
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini1-10/+10
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-8/+4
2014-08-15ide: wrap start_dma callbackPaolo Bonzini1-7/+8
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-7/+3
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-2/+3
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-2/+3
2014-08-15ide: stash aiocb for flushesPaolo Bonzini1-1/+3
2014-07-14ide: Treat read/write beyond end as invalidMarkus Armbruster1-0/+28
2014-06-23qapi: adjust existing definesWenchao Xia1-3/+3
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-11/+5
2014-04-14ide: Correct improper smart self test counter reset in ide core.Benoît Canet1-1/+1
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell1-0/+1
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-1/+1
2014-01-15ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier1-0/+1
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber1-49/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-15ahci: Fix FLUSH commandKevin Wolf1-0/+9
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf1-24/+12
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf1-151/+174
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf1-75/+95
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf1-39/+61
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf1-6/+7
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf1-6/+8
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf1-72/+75
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf1-14/+13
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf1-31/+17
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf1-17/+23
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf1-13/+16
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf1-58/+86
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi1-0/+4
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-01-25ide: Add fall through annotationsKevin Wolf1-8/+25
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini1-25/+54
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina1-0/+2
2012-11-30atapi: make change media detection for guests easierPavel Hrdina1-6/+0