summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ahci: add port I/O index-data pairDaniel Verkamp2011-09-213-3/+75
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-203-5/+7
|\
| * AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin2011-09-201-3/+5
| * dma-helpers: rename is_write to to_devPaolo Bonzini2011-09-192-2/+2
* | Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-154-5/+6
|/
* ahci: Remove unused struct memberStefan Weil2011-09-122-3/+0
* ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster2011-09-121-0/+1
* block: New change_media_cb() parameter loadMarkus Armbruster2011-09-121-1/+1
* block: New bdrv_set_buffer_alignment()Markus Armbruster2011-09-121-1/+1
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-128-8/+0
* block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-122-1/+1
* block: Show whether the virtual tray is open in info blockMarkus Armbruster2011-09-121-0/+6
* block: Drop BlockDriverState member removableMarkus Armbruster2011-09-121-1/+0
* ide/atapi: Preserve tray state on migrationMarkus Armbruster2011-09-121-0/+32
* ide/atapi: Don't fail eject when tray is already openMarkus Armbruster2011-09-121-1/+1
* block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-121-1/+1
* block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-121-0/+6
* block: Leave enforcing tray lock to device modelsMarkus Armbruster2011-09-121-20/+9
* ide/atapi: Track tray locked stateMarkus Armbruster2011-09-122-1/+4
* block: Revert entanglement of bdrv_is_inserted() with tray statusMarkus Armbruster2011-09-121-7/+8
* ide/atapi: Track tray open/close stateMarkus Armbruster2011-09-122-1/+6
* ide/atapi: Clean up misleading name in cmd_start_stop_unit()Markus Armbruster2011-09-121-4/+4
* ide: Reject ATA commands specific to drive kindsMarkus Armbruster2011-09-121-25/+25
* ide: Use a table to declare which drive kinds accept each commandMarkus Armbruster2011-09-121-25/+80
* ide: Fix ATA command READ to set ATAPI signature for CD-ROMMarkus Armbruster2011-09-121-1/+3
* xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD"Markus Armbruster2011-09-061-2/+1
* ide: Give vmstate structs internal linkage where possibleMarkus Armbruster2011-09-061-3/+3
* ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster2011-09-061-6/+6
* ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2011-09-062-83/+92
* block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster2011-09-061-6/+2
* block: Generalize change_cb() to BlockDevOpsMarkus Armbruster2011-09-061-1/+5
* block: Attach non-qdev devices as wellMarkus Armbruster2011-09-062-2/+3
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-032-5/+5
* block: explicit I/O accountingChristoph Hellwig2011-08-256-21/+86
* Use glib memory allocation and free functionsAnthony Liguori2011-08-205-8/+8
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-084-14/+8
* ppc: convert to memory APIAvi Kivity2011-08-081-17/+19
* ahci: convert to memory APIAvi Kivity2011-08-083-21/+15
* ide: convert to memory APIAvi Kivity2011-08-085-120/+261
* Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-291-0/+44
|\
| * xen: implement unplug protocol in xen_platformStefano Stabellini2011-07-261-0/+44
* | Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori2011-07-291-0/+6
|\ \ | |/ |/|
| * ahci doesn't support migrationGerd Hoffmann2011-07-201-0/+6
* | ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster2011-07-231-1/+4
|/
* ide: Initialise buffers with zerosKevin Wolf2011-07-051-1/+5
* ide: Ignore reads during PIO in and writes during PIO outKevin Wolf2011-07-051-8/+36
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-224-38/+23
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-156-39/+110
| |\
| * | hw/ide/via.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
| * | hw/ide/ich.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-5/+4
OpenPOWER on IntegriCloud