mbox

[PULL,for-4.1,0/1] one s390x fix/annotation

Message ID 20190719115031.16331-1-cohuck@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/cohuck/qemu tags/s390x-20190719

Message

Cornelia Huck July 19, 2019, 11:50 a.m. UTC
The following changes since commit 0b18cfb8f1828c905139b54c8644b0d8f4aad879:

  Update version for v4.1.0-rc1 release (2019-07-16 18:01:28 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20190719

for you to fetch changes up to efac5ae420ca0644db9360861a1bf02d040afd18:

  s390x/pci: add some fallthrough annotations (2019-07-18 11:29:50 +0200)

----------------------------------------------------------------
Add missing fallthrough annotations.

----------------------------------------------------------------

Cornelia Huck (1):
  s390x/pci: add some fallthrough annotations

 hw/s390x/s390-pci-inst.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Maydell July 19, 2019, 12:22 p.m. UTC | #1
On Fri, 19 Jul 2019 at 12:50, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 0b18cfb8f1828c905139b54c8644b0d8f4aad879:
>
>   Update version for v4.1.0-rc1 release (2019-07-16 18:01:28 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20190719
>
> for you to fetch changes up to efac5ae420ca0644db9360861a1bf02d040afd18:
>
>   s390x/pci: add some fallthrough annotations (2019-07-18 11:29:50 +0200)
>
> ----------------------------------------------------------------
> Add missing fallthrough annotations.
>
> ----------------------------------------------------------------
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM