summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf2011-06-081-3/+4
* | ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf2011-05-191-2/+25
* | blockdev: Store -drive option media in DriveInfoMarkus Armbruster2011-05-192-8/+5
* | ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-193-22/+74
* | ahci: Fix crashes on duplicate BH registrationJan Kiszka2011-05-181-3/+5
* | ide: Turn debug messages into assertionsKevin Wolf2011-05-181-6/+2
* | ide: cleanup warningsAndrea Arcangeli2011-05-181-2/+2
* | ahci: Unbreak bar registrationJan Kiszka2011-05-161-3/+3
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-059-937/+1202
|\
| * ide/atapi: fix set but unusedAlon Levy2011-05-031-3/+1
| * atapi: Explain why we need a 'media not present' stateAmit Shah2011-05-031-1/+7
| * atapi: Move comment to proper placeAmit Shah2011-05-031-1/+1
| * ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf2011-04-271-25/+23
| * ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectorsKevin Wolf2011-04-271-15/+6
| * ide/atapi: Use table instead of switch for commandsKevin Wolf2011-04-271-67/+48
| * ide/atapi: Factor commands outKevin Wolf2011-04-271-378/+459
| * ide: Split atapi.c outKevin Wolf2011-04-273-1061/+1097
| * atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah2011-04-271-4/+16
| * Remove unused sysemu.h include directivesBlue Swirl2011-04-156-6/+0
| * atapi: GESN: implement 'media' subcommandAmit Shah2011-04-132-4/+115
| * atapi: GESN: Standardise event response handling for future additionsAmit Shah2011-04-131-6/+19
| * atapi: GESN: Use structs for commonly-used field typesAmit Shah2011-04-131-2/+14
| * atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah2011-04-131-13/+24
| * atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah2011-04-131-6/+14
| * atapi: Report correct errors on guest eject requestAmit Shah2011-04-131-2/+6
| * atapi: Drives can be locked without media presentAmit Shah2011-04-131-7/+2
OpenPOWER on IntegriCloud