]> git.ipfire.org Git - thirdparty/qemu.git/commit
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Apr 2020 18:57:18 +0000 (19:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Apr 2020 18:57:18 +0000 (19:57 +0100)
commit5b4273e462515ae2f14cb57954d99416ae1778d9
tree997fa3cf37ce401c3b5f91b5262996e3dcbe6156
parentd5232d8b06003246b00b2001160beae4d8036dd2
parent5ed195065cc6895f61b9d59bfa0a0536ed5ed51e
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into staging

ppc patch queue for 2020-04-17

Here are a few late bugfixes for qemu-5.0 in the ppc target code.
Unless some really nasty last minute bug shows up, I expect this to be
the last ppc pull request for qemu-5.0.

# gpg: Signature made Fri 17 Apr 2020 06:02:13 BST
# gpg:                using RSA key 75F46586AE61A66CC44E87DC6C38CACA20D9B392
# gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>" [full]
# gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>" [full]
# gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>" [full]
# gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>" [unknown]
# Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392

* remotes/dgibson/tags/ppc-for-5.0-20200417:
  target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
  target/ppc: Fix wrong interpretation of the disposition flag.
  linux-user/ppc: Fix padding in mcontext_t for ppc64

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