]> git.proxmox.com Git - mirror_qemu.git/history - tests/ahci-test.c
e1000: disable debug by default
[mirror_qemu.git] / tests / ahci-test.c
2015-03-02 Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2015-03-02 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2015-02-25 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2015-02-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-02-25 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-02-24 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-02-16 John Snowqtest/ahci: Adding simple dma read-write test
2015-02-16 John Snowqtest/ahci: Assert sector size in identify test
2015-02-16 John Snowlibqos/ahci: Add ahci_clean_mem
2015-02-16 John Snowlibqos/ahci: add ahci_io
2015-02-16 John Snowlibqos/ahci: add ahci command verify
2015-02-16 John Snowlibqos/ahci: add ahci command functions
2015-02-16 John Snowqtest/ahci: add ahci_write_fis
2015-02-16 John Snowqtest/ahci: Demagic ahci tests.
2015-02-16 John Snowlibqos/ahci: Add cmd response sanity check helpers
2015-02-16 John Snowlibqos/ahci: Add port_check_nonbusy helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_check_interrupts helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_check_error helper
2015-02-16 John Snowlibqos/ahci: Add command header helpers
2015-02-16 John Snowqtest/ahci: rename 'Command' to 'CommandHeader'
2015-02-16 John Snowlibqos/ahci: Add ahci_port_clear helper
2015-02-16 John Snowlibqos/ahci: Add ahci_port_select helper
2015-02-16 John Snowlibqos/ahci: create libqos/ahci.c
2015-02-16 John Snowqtest/ahci: Bookmark FB and CLB pointers
2015-02-16 John Snowqtest/ahci: remove getter/setter macros
2015-02-16 John Snowlibqos/ahci: Functional register helpers
2015-02-16 John Snowqtest/ahci: remove guest_malloc global
2015-02-16 John Snowqtest/ahci: remove pcibus global
2015-02-16 John Snowqtest/ahci: finalize AHCIQState consolidation
2015-02-16 John Snowqtest/ahci: Store hba_base in AHCIQState
2015-02-16 John Snowlibqos: add pc specific interface
2015-02-16 John Snowlibqos: create libqos.c
2015-02-16 John Snowqtest/ahci: Create ahci.h
2015-01-15 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2015-01-15 Stefan Weilmisc: Fix new typos in comments
2014-12-15 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-12-11 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2014-12-11 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2014-12-11 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-12-10 Kevin Wolfqtests: Specify image format explicitly
2014-09-26 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-09-24 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-09-23 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-09-22 John Snowahci: Add test_identify case to ahci-test.
2014-09-22 John Snowahci: Add test_hba_enable to ahci-test.
2014-09-22 John Snowahci: Add test_hba_spec to ahci-test.
2014-09-22 John Snowahci: add test_pci_enable to ahci-test.
2014-09-22 John Snowahci: Add test_pci_spec to ahci-test.
2014-09-22 John Snowahci: Adding basic functionality qtest.