summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-20AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin
2011-09-19dma-helpers: rename is_write to to_devPaolo Bonzini
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12ahci: Remove unused struct memberStefan Weil
2011-09-12ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster
2011-09-12block: New bdrv_set_buffer_alignment()Markus Armbruster
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster
2011-09-12block: Show whether the virtual tray is open in info blockMarkus Armbruster
2011-09-12block: Drop BlockDriverState member removableMarkus Armbruster
2011-09-12ide/atapi: Preserve tray state on migrationMarkus Armbruster
2011-09-12ide/atapi: Don't fail eject when tray is already openMarkus Armbruster
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster
2011-09-12block: Drop medium lock tracking, ask device models insteadMarkus Armbruster
2011-09-12block: Leave enforcing tray lock to device modelsMarkus Armbruster
2011-09-12ide/atapi: Track tray locked stateMarkus Armbruster
2011-09-12block: Revert entanglement of bdrv_is_inserted() with tray statusMarkus Armbruster
2011-09-12ide/atapi: Track tray open/close stateMarkus Armbruster
2011-09-12ide/atapi: Clean up misleading name in cmd_start_stop_unit()Markus Armbruster
2011-09-12ide: Reject ATA commands specific to drive kindsMarkus Armbruster
2011-09-12ide: Use a table to declare which drive kinds accept each commandMarkus Armbruster
2011-09-12ide: Fix ATA command READ to set ATAPI signature for CD-ROMMarkus Armbruster
2011-09-06xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD"Markus Armbruster
2011-09-06ide: Give vmstate structs internal linkage where possibleMarkus Armbruster
2011-09-06ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-25block: explicit I/O accountingChristoph Hellwig
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08ppc: convert to memory APIAvi Kivity
2011-08-08ahci: convert to memory APIAvi Kivity
2011-08-08ide: convert to memory APIAvi Kivity
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori
2011-07-26xen: implement unplug protocol in xen_platformStefano Stabellini
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster
2011-07-20ahci doesn't support migrationGerd Hoffmann
2011-07-05ide: Initialise buffers with zerosKevin Wolf
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-15ide: Clear error_status after restarting flushKevin Wolf