1. 15 7月, 2019 15 次提交
  2. 14 7月, 2019 7 次提交
  3. 13 7月, 2019 1 次提交
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 46cd24e7
      Peter Maydell 提交于
      virtio, pc, pci: fixes, cleanups, tests
      
      A bunch of fixes all over the place.
      ACPI tests will now run on more systems: might
      introduce new failure reports but that's for
      the best, isn't it?
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Fri 12 Jul 2019 15:57:40 BST
      # gpg:                using RSA key 281F0DB8D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
      # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream:
        virtio pmem: remove transitional names
        virtio pmem: remove memdev null check
        virtio pmem: fix wrong mem region condition
        tests: acpi: do not skip tests when IASL is not installed
        tests: acpi: do not require IASL for dumping AML blobs
        virtio-balloon: fix QEMU 4.0 config size migration incompatibility
        pcie: consistent names for function args
        xio3130_downstream: typo fix
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      46cd24e7
  4. 12 7月, 2019 14 次提交
  5. 11 7月, 2019 3 次提交
    • P
      Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging · 9411db8f
      Peter Maydell 提交于
      Pull request
      
      # gpg: Signature made Wed 10 Jul 2019 20:21:58 BST
      # gpg:                using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * remotes/jnsnow/tags/bitmaps-pull-request:
        docs/bitmaps: use QMP lexer instead of json
        sphinx: add qmp_lexer
        docs/interop/bitmaps.rst: Fix typos
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9411db8f
    • P
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-100719-1' into staging · abd45ff0
      Peter Maydell 提交于
      Testing and gdbstub fixes:
      
        - fix diff-out pass in check-tcg
        - ensure generation of fprem reference
        - fix gdb set_reg fallback
      
      # gpg: Signature made Wed 10 Jul 2019 11:24:28 BST
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-testing-and-gdbstub-100719-1:
        gdbstub: revert to previous set_reg behaviour
        gdbstub: add some notes to the header comment
        tests/tcg: fix diff-out pass to properly report failure
        tests/tcg: fix up test-i386-fprem.ref generation
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      abd45ff0
    • J
      docs/bitmaps: use QMP lexer instead of json · a7786bfb
      John Snow 提交于
      The annotated style json we use in QMP documentation is not strict json
      and depending on the version of Sphinx (2.0+) or Pygments installed,
      might cause the build to fail.
      
      Use the new QMP lexer.
      
      Further, some versions of Sphinx can not apply custom lexers to "code"
      directives and require the use of "code-block" directives instead, so
      make that change at this time as well.
      
      Tested under:
      - Sphinx 1.3.6 and Pygments 2.4
      - Sphinx 1.7.6 and Pygments 2.2 (Fedora 29 packages)
      - Sphinx 2.0.1 and Pygments 2.4
      - Sphinx 3.0.0+/f396b3a783 and Pygments 2.4 (From Sphinx git c4f44bdd)
      Reported-by: NAarushi Mehta <mehta.aaru20@gmail.com>
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NEduardo Habkost <ehabkost@redhat.com>
      Message-id: 20190603214653.29369-4-jsnow@redhat.com
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      a7786bfb