summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
2014-08-15libqos: Change free function called in mallocMarc Marí1-1/+1
2014-08-15libqos: Correct mask to align size to PAGE_SIZE in malloc-pcMarc Marí1-1/+1
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow3-5/+8
2014-08-15libqos: Fixes a small memory leak.John Snow2-0/+8
2014-08-15libqos: Correct memory leakJohn Snow1-0/+3
2014-07-15libqos: Fix PC PCI endianness glitchesAndreas Färber1-6/+6
2014-06-02qtest: fix qpci_config_writelGerd Hoffmann1-1/+1
2014-03-27tests/libqos/pci-pc: Avoid shifting left into sign bitPeter Maydell1-6/+6
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster5-61/+33
2013-07-18libqos: Add support for memory-mapped fw_cfgMarkus Armbruster2-0/+32
2013-05-08libqos/pci: Enable bus masteringKevin Wolf1-1/+1
2013-05-03libqos: Relocate I2C filesAndreas Färber3-0/+225
2013-04-29libqos: Convert fw_cfg values to host endiannessAndreas Färber1-3/+4
2013-04-17libqos: add malloc supportAnthony Liguori3-0/+129
2013-04-17libqos: add fw_cfg supportAnthony Liguori4-0/+145
2013-04-17qtest: add libqos including PCI supportAnthony Liguori4-0/+490