]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-19'...
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Jan 2022 16:37:46 +0000 (16:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Jan 2022 16:37:46 +0000 (16:37 +0000)
commit5e0214cdeee17de949f2565f4429c15173179ae3
tree4c7c4caca835ac7ddfe7fb5a5f147b2eb41a8425
parent3d228a741acc2267c290102543237c4e0f2547ca
parent59b9b5186e44a90088a91ed7a7493b03027e4f1f
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-19' into staging

* Fix bits in one of the PMCW channel subsystem masks
* s390x TCG shift instruction fixes
* Re-organization for the MAINTAINERS file
* Support for extended length of kernel command lines
* Re-order the SIGP STOP code

# gpg: Signature made Wed 19 Jan 2022 08:26:01 GMT
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/thuth-gitlab/tags/pull-request-2022-01-19:
  s390x: sigp: Reorder the SIGP STOP code
  s390x/ipl: support extended kernel command line size
  MAINTAINERS: Add myself to s390 I/O areas
  MAINTAINERS: split out s390x sections
  tests/tcg/s390x: Test shift instructions
  target/s390x: Fix shifting 32-bit values for more than 31 bits
  target/s390x: Fix cc_calc_sla_64() missing overflows
  target/s390x: Fix SRDA CC calculation
  target/s390x: Fix SLDA sign bit index
  s390x/css: fix PMCW invalid mask

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