summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2014-08-18memory: remove memory_region_destroyPaolo Bonzini4-13/+0
2014-07-14ide: Treat read/write beyond end as invalidMarkus Armbruster1-0/+28
2014-07-07ahci: map memory via device's address space instead of address_space_memoryLe Tan1-10/+11
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh2-3/+10
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-1/+1
2014-06-23qapi: adjust existing definesWenchao Xia1-3/+3
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-10/+61
2014-06-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf1-10/+40
2014-06-16macio: handle non-block ATAPI DMA transfersMark Cave-Ayland1-0/+21
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela4-14/+9
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela4-17/+8
2014-05-05ahci: fix buffer overrun on invalid state loadMichael S. Tsirkin1-1/+1
2014-04-18hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell1-2/+2
2014-04-14ide: Correct improper smart self test counter reset in ide core.Benoît Canet1-1/+1
2014-03-27hw/ide: Add missing 'static' attributesStefan Weil1-1/+1
2014-03-18ahci: fix sysbus supportRob Herring1-5/+8
2014-03-07hw/ide/ahci.h: Avoid shifting left into sign bitPeter Maydell1-5/+5
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini1-2/+1
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2-3/+3
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini2-3/+3
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-2/+2
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell1-0/+1
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-1/+1
2014-01-15ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier1-0/+1
2013-12-23vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-3/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2-4/+4
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-8/+8
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber2-51/+0
2013-11-05microdrive: Coding Style cleanupsAndreas Färber1-24/+38
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber1-47/+123
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori1-1/+2
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-2/+3
2013-10-29ahci: fix win7 hang on bootAlexander Graf1-1/+2
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum2-2/+3
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin1-1/+9
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber9-9/+11
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber5-60/+82
2013-07-29ide/piix: QOM casting sweepPeter Crosthwaite1-4/+4
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum6-0/+8
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil1-4/+5
2013-07-23ahci: Use QOM realize for ahciHu Tao1-7/+7
2013-07-23ahci: QOM'ify some moreHu Tao1-5/+11
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber3-17/+21
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite2-5/+10
2013-07-15ahci: Fix FLUSH commandKevin Wolf3-1/+17