Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210317' into staging · 4083904b
      Peter Maydell authored
      
      TCI argument extraction helpers and disassembler
      TCG build fix for gcc 11
      
      # gpg: Signature made Wed 17 Mar 2021 15:29:47 GMT
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth-gitlab/tags/pull-tcg-20210317: (38 commits)
        tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
        tcg/tci: Split out tcg_out_op_r[iI]
        tcg/tci: Split out tcg_out_op_v
        tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
        tcg/tci: Split out tcg_out_op_rrrrcl
        tcg/tci: Split out tcg_out_op_rrrr
        tcg/tci: Split out tcg_out_op_rrrrrr
        tcg/tci: Split out tcg_out_op_rrcl
        tcg/tci: Split out tcg_out_op_rrrbb
        tcg/tci: Split out tcg_out_op_rrrrrc
        tcg/tci: Split out tcg_out_op_rrrc
        tcg/tci: Split out tcg_out_op_rrr
        tcg/tci: Split out tcg_out_op_rr
        tcg/tci: Split out tcg_out_op_p
        tcg/tci: Split out tcg_out_op_l
        tcg/tci: Split out tcg_out_op_rrs
        tcg/tci: Push opcode emit into each case
        tcg/tci: Implement the disassembler properly
        tcg/tci: Remove tci_disas
        tcg/tci: Hoist op_size checking into tci_args_*
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      4083904b
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-170321-2' into staging · 6e71c365
      Peter Maydell authored
      
      Final fixes for 6.0
      
        - plugins physical address changes
        - syscall tracking plugin
        - plugin kernel-doc comments (without integration)
        - libfdt build fix for guest-loader
      
      # gpg: Signature made Wed 17 Mar 2021 07:19:23 GMT
      # 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-misc-6.0-updates-170321-2:
        hw/core: Only build guest-loader if libfdt is available
        plugins: Fixes typo in qemu-plugin.h
        plugins: getting qemu_plugin_get_hwaddr only expose one function prototype
        plugins: expand kernel-doc for memory query and instrumentation
        plugins: expand kernel-doc for instruction query and instrumentation
        plugins: expand inline exec kernel-doc documentation.
        plugins: add qemu_plugin_id_t to kernel-doc
        plugins: add qemu_plugin_cb_flags to kernel-doc
        plugins: expand the typedef kernel-docs for translation
        plugins: expand the callback typedef kernel-docs
        plugins: cleanup kernel-doc for qemu_plugin_install
        plugins: expand kernel-doc for qemu_info_t
        plugins: Expose physical addresses instead of device offsets
        plugins: new syscalls plugin
        utils: Use fixed-point arithmetic in qemu_strtosz
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      6e71c365
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-request' into staging · 1db136a2
      Peter Maydell authored
      
      Acceptance and Python Test Improvements
      
      Small collection of Acceptance and Python tests/improvements.
      
      # gpg: Signature made Wed 17 Mar 2021 03:22:47 GMT
      # gpg:                using RSA key 7ABB96EB8B46B94D5E0FE9BB657E8D33A5F209F3
      # gpg: Good signature from "Cleber Rosa <crosa@redhat.com>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 7ABB 96EB 8B46 B94D 5E0F  E9BB 657E 8D33 A5F2 09F3
      
      * remotes/cleber-gitlab/tags/python-next-pull-request:
        tests/acceptance: linux-related tests fix
        tests: Add functional test for out-of-process device emulation
        avocado_qemu: add exec_command function
        tests/migration: fix unix socket batch migration
        tests/acceptance: Print expected message on wait_for_console_pattern
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1db136a2
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2021-03-16-tag' into staging · 7286d62d
      Peter Maydell authored
      
      qemu-ga patch queue for soft-freeze
      
      * fix guest-get-vcpus reporting after vcpu unplug
      * coding style fix-ups
      * report a reason for disabled commands
      
      # gpg: Signature made Wed 17 Mar 2021 03:12:41 GMT
      # gpg:                using RSA key CEACC9E15534EBABB82D3FA03353C9CEF108B584
      # gpg: Good signature from "Michael Roth <flukshun@gmail.com>" [full]
      # gpg:                 aka "Michael Roth <mdroth@utexas.edu>" [full]
      # gpg:                 aka "Michael Roth <mdroth@linux.vnet.ibm.com>" [full]
      # Primary key fingerprint: CEAC C9E1 5534 EBAB B82D  3FA0 3353 C9CE F108 B584
      
      * remotes/mdroth/tags/qga-pull-2021-03-16-tag:
        qga: return a more explicit error on why a command is disabled
        qga: Switch and case should be at the same indent
        qga: Open brace '{' following struct go on the same
        qga: Delete redundant spaces
        qga: Add spaces around operator
        qga: Correct loop count in qmp_guest_get_vcpus()
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      7286d62d
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' into staging · b12498fc
      Peter Maydell authored
      
      q800 pull request 20210316
      
      Several fixes for mac_via needed for future support of MacOS ROM
      
      # gpg: Signature made Tue 16 Mar 2021 21:14:42 GMT
      # gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
      # gpg:                issuer "laurent@vivier.eu"
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier/tags/q800-for-6.0-pull-request:
        mac_via: remove VIA1 timer optimisations
        mac_via: fix 60Hz VIA1 timer interval
        mac_via: rename VBL timer to 60Hz timer
        mac_via: don't re-inject ADB response when switching to IDLE state
        mac_via: allow long accesses to VIA registers
        mac_via: fix up adb_via_receive() trace events
        mac_via: switch rtc pram trace-events to use hex rather than decimal for addresses
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      b12498fc
  2. Mar 17, 2021
Loading