summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2-10/+24
2012-06-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-4/+20
2012-06-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-22/+24
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori2-6/+18
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini1-4/+6
2012-06-15ide: support enable/disable write cachePaolo Bonzini1-3/+18
2012-06-15Un-inline fdctrl_init_isa()Markus Armbruster1-1/+2
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka1-8/+0
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka1-1/+0
2012-06-07ahci: Clean up reset functionsJan Kiszka3-17/+20
2012-06-07ahci: Fix reset of MSI functionJan Kiszka1-2/+10
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini1-0/+10
2012-05-30ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp1-2/+2
2012-05-02ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf1-1/+6
2012-04-19ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi1-19/+42
2012-04-19ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2-21/+58
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson2-2/+4
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos3-8/+29
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos1-1/+1
2012-04-05ide: Add "model=s" qdev optionFloris Bos3-8/+29
2012-04-05ide: IDENTIFY word 86 bit 14 is reservedKevin Wolf1-1/+1
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini1-1/+0
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil5-8/+8
2012-02-29ide: fail I/O to empty diskPaolo Bonzini1-4/+20
2012-02-24Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-15/+8
2012-02-22ide: drop ide_tray_state_post_load()Luiz Capitulino1-10/+0
2012-02-22block: Don't call bdrv_eject() if the tray state didn't changeLuiz Capitulino1-2/+5
2012-02-22block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino1-3/+3
2012-02-22ahci: use new DMA helpersPaolo Bonzini1-69/+13
2012-02-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-3/+3
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+7
2012-02-15qom: Unify type registrationAndreas Färber7-14/+19
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau2-3/+3
2012-02-09AHCI: Masking of IRQs actually masks themAlexander Graf1-0/+2
2012-02-09AHCI: Fix port reset raceAlexander Graf1-0/+5
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori1-2/+0
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori7-101/+135
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-9/+14
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori4-65/+108
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori2-49/+82
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-7/+13
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori3-69/+64
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-26ahci: add support for non-PCI based controllersRob Herring1-0/+44
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson1-2/+2
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau3-4/+4
2011-12-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+3