summary refs log tree commit diff stats
path: root/hw/ide (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-6/+4
| * | ide/piix: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-22/+10
| * | ich/ahci: fix uninitialized memory useMichael S. Tsirkin2011-05-161-2/+2
* | | ide: Clear error_status after restarting flushKevin Wolf2011-06-151-7/+11
* | | ide: add TRIM supportChristoph Hellwig2011-06-155-5/+124
* | | ide: allow other dma comands than read and writeChristoph Hellwig2011-06-154-17/+33
* | | ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf2011-06-151-0/+1
* | | ide: Fix ide_drive_pio_state_needed()Kevin Wolf2011-06-151-1/+2
* | | ide: Split error status from status registerKevin Wolf2011-06-154-8/+105
| |/ |/|