aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2014-04-14ide: Correct improper smart self test counter reset in ide core.Benoît Canet
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-15ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-15ahci: Fix FLUSH commandKevin Wolf
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-25ide: Add fall through annotationsKevin Wolf
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina
2012-11-30atapi: make change media detection for guests easierPavel Hrdina
2012-11-21ide: Fix status register after short PRDsKevin Wolf
2012-11-21ide: Fix crash with too long PRDKevin Wolf
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-28iostatus: reorganize io error codePaolo Bonzini
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini
2012-09-12ide: Fix error messages from static code analysis (no real error)Stefan Weil
2012-07-17hw/block-common: Factor out fall back to legacy -drive cyls=...Markus Armbruster
2012-07-17blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster
2012-07-17Relax IDE CHS limits from 16383,16,63 to 65535,16,255Markus Armbruster
2012-07-17hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster
2012-07-17ide: qdev properties for disk geometryMarkus Armbruster
2012-07-17hd-geometry: Switch to uint32_t to match BlockConfMarkus Armbruster