summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-13/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini4-13/+0
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf1-1/+3
2014-08-15cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland1-0/+24
2014-08-15cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland1-2/+30
2014-08-15cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland1-5/+4
2014-08-15cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland1-0/+22
2014-08-15cmd646: add constants for CNTRL register accessMark Cave-Ayland1-2/+5
2014-08-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini1-0/+70
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini4-24/+16
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini1-3/+2
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini2-24/+3
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini3-23/+23
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini3-11/+11
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini6-34/+15
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini2-5/+0
2014-08-15ide: wrap start_dma callbackPaolo Bonzini3-11/+11
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini5-24/+5
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini2-4/+2
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini5-13/+5
2014-08-15ide: simplify reset callbacksPaolo Bonzini5-13/+6
2014-08-15ide: stash aiocb for flushesPaolo Bonzini1-1/+3
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