1. 27 1月, 2017 1 次提交
  2. 26 1月, 2017 2 次提交
    • P
      Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging · c7f1cf01
      Peter Maydell 提交于
      This pull request fixes a 2.9 regression and a long standing bug that can
      cause 9p clients to hang. Other patches are minor enhancements.
      
      # gpg: Signature made Wed 25 Jan 2017 10:12:27 GMT
      # gpg:                using DSA key 0x02FC3AEB0101DBC2
      # gpg: Good signature from "Greg Kurz <groug@kaod.org>"
      # gpg:                 aka "Greg Kurz <groug@free.fr>"
      # gpg:                 aka "Greg Kurz <gkurz@fr.ibm.com>"
      # gpg:                 aka "Greg Kurz <gkurz@linux.vnet.ibm.com>"
      # gpg:                 aka "Gregory Kurz (Groug) <groug@free.fr>"
      # gpg:                 aka "Gregory Kurz (Cimai Technology) <gkurz@cimai.com>"
      # gpg:                 aka "Gregory Kurz (Meiosys Technology) <gkurz@meiosys.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 2BD4 3B44 535E C0A7 9894  DBA2 02FC 3AEB 0101 DBC2
      
      * remotes/gkurz/tags/for-upstream:
        9pfs: fix offset error in v9fs_xattr_read()
        9pfs: local: trivial cosmetic fix in pwritev op
        9pfs: fix off-by-one error in PDU free list
        tests: virtio-9p: improve error reporting
        9pfs: add missing coroutine_fn annotations
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c7f1cf01
    • P
      Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into staging · e32c41e4
      Peter Maydell 提交于
      target/xtensa updates:
      
      - refactor CCOUNT/CCOMPARE (use QEMU timers instead of instruction counting);
      - support icount; run target/xtensa TCG tests with icount;
      - implement SMP prerequisites: static vector selection, RUNSTALL and RER/WER.
      
      # gpg: Signature made Wed 25 Jan 2017 00:27:51 GMT
      # gpg:                using RSA key 0x51F9CC91F83FA044
      # gpg: Good signature from "Max Filippov <max.filippov@cogentembedded.com>"
      # gpg:                 aka "Max Filippov <jcmvbkbc@gmail.com>"
      # Primary key fingerprint: 2B67 854B 98E5 327D CDEB  17D8 51F9 CC91 F83F A044
      
      * remotes/xtensa/tags/20170124-xtensa:
        target-xtensa: implement RER/WER instructions
        target/xtensa: tests: clean up interrupt tests
        target/xtensa: tests: add memctl test
        target/xtensa: implement MEMCTL SR
        target/xtensa: fix ICACHE/DCACHE options detection
        target/xtensa: tests: add ccount write tests
        target/xtensa: tests: replace hardcoded interrupt masks
        target/xtensa: tests: fix timer tests
        target/xtensa: tests: run tests with icount
        target/xtensa: don't continue translation after exception
        target/xtensa: support icount
        target/xtensa: refactor CCOUNT/CCOMPARE
        target/xtensa: implement RUNSTALL
        target/xtensa: add static vectors selection
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e32c41e4
  3. 25 1月, 2017 37 次提交