summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
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
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf
2011-06-15ide: Split error status from status registerKevin Wolf
2011-06-12hw/ide/via.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-06-12hw/ide/ich.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-06-12hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-06-12ide/piix: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka
2011-05-18ide: Turn debug messages into assertionsKevin Wolf
2011-05-18ide: cleanup warningsAndrea Arcangeli
2011-05-16ahci: Unbreak bar registrationJan Kiszka
2011-05-16ich/ahci: fix uninitialized memory useMichael S. Tsirkin
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05MSI: Robust resource releaseJan Kiszka
2011-05-03ide/atapi: fix set but unusedAlon Levy
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah
2011-05-03atapi: Move comment to proper placeAmit Shah
2011-04-27ide/atapi: Introduce CHECK_READY flag for commandsKevin Wolf