index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ahci-test.c
Age
Commit message (
Expand
)
Author
2015-04-28
qtest/ahci: add flush retry test
John Snow
2015-04-28
qtest/ahci: Allow override of default CLI options
John Snow
2015-04-28
qtest/ahci: Add simple flush test
John Snow
2015-04-28
qtest/ahci: test different disk sectors
John Snow
2015-04-28
qtest/ahci: add qcow2 support to ahci-test
John Snow
2015-03-23
ahci-test: improve rw buffer patterns
John Snow
2015-03-19
qtest/ahci: Fix a bit mask expression
John Snow
2015-03-10
qtest/ahci: add fragmented dma test
John Snow
2015-03-10
qtest/ahci: Add PIO and LBA48 tests
John Snow
2015-03-10
qtest/ahci: Add DMA test variants
John Snow
2015-03-10
qtest/ahci: Add a macro bootup routine
John Snow
2015-02-16
qtest/ahci: Adding simple dma read-write test
John Snow
2015-02-16
qtest/ahci: Assert sector size in identify test
John Snow
2015-02-16
libqos/ahci: Add ahci_clean_mem
John Snow
2015-02-16
libqos/ahci: add ahci_io
John Snow
2015-02-16
libqos/ahci: add ahci command verify
John Snow
2015-02-16
libqos/ahci: add ahci command functions
John Snow
2015-02-16
qtest/ahci: add ahci_write_fis
John Snow
2015-02-16
qtest/ahci: Demagic ahci tests.
John Snow
2015-02-16
libqos/ahci: Add cmd response sanity check helpers
John Snow
2015-02-16
libqos/ahci: Add port_check_nonbusy helper
John Snow
2015-02-16
libqos/ahci: Add ahci_port_check_interrupts helper
John Snow
2015-02-16
libqos/ahci: Add ahci_port_check_error helper
John Snow
2015-02-16
libqos/ahci: Add command header helpers
John Snow
2015-02-16
qtest/ahci: rename 'Command' to 'CommandHeader'
John Snow
2015-02-16
libqos/ahci: Add ahci_port_clear helper
John Snow
2015-02-16
libqos/ahci: Add ahci_port_select helper
John Snow
2015-02-16
libqos/ahci: create libqos/ahci.c
John Snow
2015-02-16
qtest/ahci: Bookmark FB and CLB pointers
John Snow
2015-02-16
qtest/ahci: remove getter/setter macros
John Snow
2015-02-16
libqos/ahci: Functional register helpers
John Snow
2015-02-16
qtest/ahci: remove guest_malloc global
John Snow
2015-02-16
qtest/ahci: remove pcibus global
John Snow
2015-02-16
qtest/ahci: finalize AHCIQState consolidation
John Snow
2015-02-16
qtest/ahci: Store hba_base in AHCIQState
John Snow
2015-02-16
libqos: add pc specific interface
John Snow
2015-02-16
libqos: create libqos.c
John Snow
2015-02-16
qtest/ahci: Create ahci.h
John Snow
2015-01-15
misc: Fix new typos in comments
Stefan Weil
2014-12-10
qtests: Specify image format explicitly
Kevin Wolf
2014-09-22
ahci: Add test_identify case to ahci-test.
John Snow
2014-09-22
ahci: Add test_hba_enable to ahci-test.
John Snow
2014-09-22
ahci: Add test_hba_spec to ahci-test.
John Snow
2014-09-22
ahci: add test_pci_enable to ahci-test.
John Snow
2014-09-22
ahci: Add test_pci_spec to ahci-test.
John Snow
2014-09-22
ahci: Adding basic functionality qtest.
John Snow