Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210726' into staging343376644343463450
commitc08ccd1b53f488ac86c1f65cf7623dc91acc249a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Jul 2021 07:35:01 +0000 (27 08:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Jul 2021 07:35:01 +0000 (27 08:35 +0100)
tree4e0f24d93206c855a520e7562b94706189dbfcfc
parent1f3c9c762e2a4eada649393e9527b19e048f3ba7
parent2bf07e788eb69bee843be274386fb20f4ab6b0f6
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210726' into staging

Fix icount accounting.
Replace bitrev8 with revbit8.
Fixes for set but not used warnings.

# gpg: Signature made Mon 26 Jul 2021 22:45:37 BST
# 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-20210726:
  tests/unit: Remove unused variable from test_io
  linux-user/syscall: Remove unused variable from execve
  hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_write
  hw/ppc/spapr_events: Remove unused variable from check_exception
  hw/audio/adlib: Remove unused variable in adlib_callback
  net/checksum: Remove unused variable in net_checksum_add_iov
  util/selfmap: Discard mapping on error
  accel/tcg: Remove unused variable in cpu_exec
  nbd/server: Mark variable unused in nbd_negotiate_meta_queries
  bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")
  accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()
  accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>