index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
ahci.c
Age
Commit message (
Expand
)
Author
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-09-12
ahci: properly reset PxCMD on HBA reset
Jason Baron
2012-08-10
ahci: Fix sglist memleak in ahci_dma_rw_buf()
Jason Baron
2012-08-10
ahci: Fix ahci cdrom read corruptions for reads > 128k
Jason Baron
2012-06-27
ide/ahci: Use universal DMA helper functions
David Gibson
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
2012-06-07
ahci: Clean up reset functions
Jan Kiszka
2012-05-30
ahci: SATA FIS is 20 bytes, not 0x20
Daniel Verkamp
2012-03-11
Add missing const attributes for MemoryRegionOps
Stefan Weil
2012-02-22
ahci: use new DMA helpers
Paolo Bonzini
2012-02-15
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-09
AHCI: Masking of IRQs actually masks them
Alexander Graf
2012-02-09
AHCI: Fix port reset race
Alexander Graf
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-26
ahci: add support for non-PCI based controllers
Rob Herring
2011-10-26
ahci: fix DPRINTF format strings
Max Filippov
2011-09-21
ahci: add port I/O index-data pair
Daniel Verkamp
2011-09-20
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-09-20
AHCI Port Interrupt Enable register cleaning on soft reset
Alexander Motin
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-12
ahci: Remove unused struct member
Stefan Weil
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-08
ahci: convert to memory API
Avi Kivity
2011-05-19
ahci: Fix non-NCQ accesses for LBA > 16bits
Alexander Graf
2011-05-18
ahci: Fix crashes on duplicate BH registration
Jan Kiszka
2011-04-07
ich/ahci: convert to pci_register_bar_simple()
Avi Kivity
2011-02-07
ahci: make number of ports runtime determined
Alexander Graf
2011-02-07
ahci: Implement HBA reset
Alexander Graf
2011-02-07
ahci: send init d2h fis on fis enable
Alexander Graf
2011-02-07
ahci: split ICH and AHCI even more
Alexander Graf
2011-02-07
ahci: split ICH9 from core
Sebastian Herbszt
2011-01-31
blockdev: Fix regression in -drive if=scsi,index=N
Markus Armbruster
2011-01-31
ahci: Fix cpu_physical_memory_unmap() argument ordering
Stefan Hajnoczi
2010-12-19
ahci: delete write-only variables (v2)
Blue Swirl
2010-12-17
ahci: set SATA Mode Select
Sebastian Herbszt
2010-12-17
ahci: add ahci emulation
Alexander Graf