Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | tests: Rename UserDefNativeListUnion to UserDefListUnion | Markus Armbruster | 6 | -209/+209 |
2019-03-05 | qapi: Fix code generation for sub-modules in other directories | Markus Armbruster | 12 | -30/+70 |
2019-03-05 | tests/qapi-schema: Cover conditional arrays | Markus Armbruster | 2 | -2/+4 |
2019-03-05 | tests/qapi-schema: Make test-qapi.py print arrays | Markus Armbruster | 2 | -0/+12 |
2019-03-05 | tests: Add a test for qemu self announcements | Dr. David Alan Gilbert | 2 | -0/+85 |
2019-03-05 | hmp: Add hmp_announce_self | Dr. David Alan Gilbert | 1 | -0/+1 |
2019-03-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 15 | -83/+695 |
2019-03-01 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-02-2... | Peter Maydell | 1 | -1/+1 |
2019-02-28 | Merge remote-tracking branch 'remotes/xtensa/tags/20190228-xtensa' into staging | Peter Maydell | 33 | -92/+1396 |
2019-02-28 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2019' ... | Peter Maydell | 45 | -0/+6762 |
2019-02-28 | tests/tcg/xtensa: add FPU2000 coprocessor tests | Max Filippov | 2 | -0/+28 |
2019-02-28 | tests/tcg/xtensa: add FP1 group tests | Max Filippov | 2 | -0/+142 |
2019-02-28 | tests/tcg/xtensa: add FP0 group conversion tests | Max Filippov | 2 | -0/+305 |
2019-02-28 | tests/tcg/xtensa: add FP0 group arithmetic tests | Max Filippov | 3 | -0/+191 |
2019-02-28 | tests/tcg/xtensa: add LSCI/LSCX group tests | Max Filippov | 2 | -0/+123 |
2019-02-28 | tests/tcg/xtensa: add test for FLIX | Max Filippov | 2 | -0/+61 |
2019-02-28 | tests/tcg/xtensa: conditionalize MMU-related tests | Max Filippov | 2 | -0/+8 |
2019-02-28 | tests/tcg/xtensa: conditionalize windowed register tests | Max Filippov | 1 | -9/+23 |
2019-02-28 | tests/tcg/xtensa: conditionalize and fix s32c1i tests | Max Filippov | 1 | -0/+12 |
2019-02-28 | tests/tcg/xtensa: fix SR tests for big endian configs | Max Filippov | 1 | -4/+16 |
2019-02-28 | tests/tcg/xtensa: conditionalize and expand SR tests | Max Filippov | 1 | -0/+133 |
2019-02-28 | tests/tcg/xtensa: conditionalize timer/CCOUNT tests | Max Filippov | 1 | -4/+44 |
2019-02-28 | tests/tcg/xtensa: conditionalize interrupt tests | Max Filippov | 2 | -18/+73 |
2019-02-28 | tests/tcg/xtensa: add straightforward conditionals | Max Filippov | 12 | -0/+52 |
2019-02-28 | tests/tcg/xtensa: conditionalize cache option tests | Max Filippov | 1 | -12/+50 |
2019-02-28 | tests/tcg/xtensa: conditionalize debug option tests | Max Filippov | 2 | -9/+21 |
2019-02-28 | tests/tcg/xtensa: enable boolean tests | Max Filippov | 2 | -1/+5 |
2019-02-28 | tests/tcg/xtensa: fix endianness issues in test_b | Max Filippov | 1 | -8/+32 |
2019-02-28 | tests/tcg/xtensa: don't use optional opcodes in generic code | Max Filippov | 1 | -4/+7 |
2019-02-28 | tests/tcg/xtensa: support configs with LITBASE | Max Filippov | 1 | -0/+1 |
2019-02-28 | tests/tcg/xtensa: support configurations w/o vecbase | Max Filippov | 3 | -22/+63 |
2019-02-28 | tests/tcg/xtensa: indicate failed tests | Max Filippov | 1 | -1/+6 |
2019-02-28 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-25-v2' into... | Peter Maydell | 3 | -19/+40 |
2019-02-28 | tests/test-qga: Reenable guest-agent qtest | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-02-28 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-fpu-next-260219-1' in... | Peter Maydell | 4 | -17/+46 |
2019-02-28 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into... | Peter Maydell | 2 | -0/+182 |
2019-02-27 | tests/tcg: target/mips: Add tests for MSA integer max/min instructions | Aleksandar Markovic | 24 | -0/+3672 |
2019-02-27 | tests/tcg: target/mips: Add wrappers for MSA integer max/min instructions | Aleksandar Markovic | 1 | -0/+30 |
2019-02-27 | tests/tcg: target/mips: Add tests for MSA integer compare instructions | Aleksandar Markovic | 20 | -0/+3060 |
2019-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 31 | -167/+990 |
2019-02-26 | iotests: avoid broken pipe with certtool | Daniel P. Berrangé | 1 | -16/+32 |
2019-02-26 | iotests: ensure we print nbd server log on error | Daniel P. Berrangé | 1 | -0/+3 |
2019-02-26 | iotests: handle TypeError for Python 3 in test 242 | Andrey Shinkevich | 1 | -3/+5 |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange | 3 | -12/+23 |
2019-02-26 | authz: add QAuthZPAM object type for authorizing using PAM | Daniel P. Berrange | 2 | -0/+126 |
2019-02-26 | authz: add QAuthZListFile object type for a file access control list | Daniel P. Berrangé | 2 | -0/+197 |
2019-02-26 | authz: add QAuthZList object type for an access control list | Daniel P. Berrange | 2 | -0/+161 |
2019-02-26 | authz: add QAuthZSimple object type for easy whitelist auth checks | Daniel P. Berrangé | 2 | -0/+53 |
2019-02-26 | util: add helper APIs for dealing with inotify in portable manner | Daniel P. Berrangé | 2 | -0/+688 |
2019-02-26 | tests/Makefile.include: test all rounding modes of softfloat | Alex Bennée | 1 | -4/+4 |