]> git.proxmox.com Git - mirror_qemu.git/commit
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Mar 2022 20:08:39 +0000 (20:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Mar 2022 20:08:39 +0000 (20:08 +0000)
commit10c473246b17be5aa72eac1ba64c1f5a690bc7ef
treec79b49771b512d9845c1418ecb1ad9b6e5808bc5
parent9c721291506c037d934900a6167dc3bf4a8f51a6
parent2539eade4f689eda7e9fe45486f18334bfbafaf0
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging

Pull request

Philippe found cases where the 0x%d format string was used, leading to
misleading output. The patches look harmless and could save people time, so I
think it's worth including them in 7.0.

# gpg: Signature made Thu 24 Mar 2022 17:15:20 GMT
# gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* tag 'block-pull-request' of https://gitlab.com/stefanha/qemu:
  hw: Fix misleading hexadecimal format
  block: Fix misleading hexadecimal format

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