aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori5-8/+8
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity4-14/+8
2011-08-08ppc: convert to memory APIAvi Kivity1-17/+19
2011-08-08ahci: convert to memory APIAvi Kivity3-21/+15
2011-08-08ide: convert to memory APIAvi Kivity5-120/+261
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori1-0/+44
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori1-0/+6
2011-07-26xen: implement unplug protocol in xen_platformStefano Stabellini1-0/+44
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster1-1/+4
2011-07-20ahci doesn't support migrationGerd Hoffmann1-0/+6
2011-07-05ide: Initialise buffers with zerosKevin Wolf1-1/+5
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf1-8/+36
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori4-38/+23
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin6-39/+110
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11
2011-06-15ide: add TRIM supportChristoph Hellwig5-5/+124
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig4-17/+33
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf1-0/+1
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf1-1/+2
2011-06-15ide: Split error status from status registerKevin Wolf4-8/+105
2011-06-12hw/ide/via.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-06-12hw/ide/ich.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-5/+4
2011-06-12hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-6/+4
2011-06-12ide/piix: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-22/+10
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf1-3/+4
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster2-8/+5
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster3-22/+74
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka1-3/+5
2011-05-18ide: Turn debug messages into assertionsKevin Wolf1-6/+2
2011-05-18ide: cleanup warningsAndrea Arcangeli1-2/+2
2011-05-16ahci: Unbreak bar registrationJan Kiszka1-3/+3
2011-05-16ich/ahci: fix uninitialized memory useMichael S. Tsirkin1-2/+2
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin9-937/+1202
2011-05-05MSI: Robust resource releaseJan Kiszka1-4/+1
2011-05-03ide/atapi: fix set but unusedAlon Levy1-3/+1
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah1-1/+7
2011-05-03atapi: Move comment to proper placeAmit Shah1-1/+1
2011-04-27ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf1-25/+23
2011-04-27ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectorsKevin Wolf1-15/+6
2011-04-27ide/atapi: Use table instead of switch for commandsKevin Wolf1-67/+48
2011-04-27ide/atapi: Factor commands outKevin Wolf1-378/+459
2011-04-27ide: Split atapi.c outKevin Wolf3-1061/+1097
2011-04-27atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah1-4/+16
2011-04-15Remove unused sysemu.h include directivesBlue Swirl6-6/+0
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah2-4/+115
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14