qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation
@ 2019-07-19 11:50 Cornelia Huck
  2019-07-19 11:50 ` [Qemu-devel] [PULL for-4.1 1/1] s390x/pci: add some fallthrough annotations Cornelia Huck
  2019-07-19 12:22 ` [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2019-07-19 11:50 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-s390x, Cornelia Huck, qemu-devel

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(+)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL for-4.1 1/1] s390x/pci: add some fallthrough annotations
  2019-07-19 11:50 [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Cornelia Huck
@ 2019-07-19 11:50 ` Cornelia Huck
  2019-07-19 12:22 ` [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2019-07-19 11:50 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Stefan Weil, qemu-s390x, Cornelia Huck, qemu-devel,
	Collin Walling

According to the comment, the bits are supposed to accumulate.

Reported-by: Stefan Weil <sw@weilnetz.de>
Fixes: 5d1abf234462 ("s390x/pci: enforce zPCI state checking")
Acked-by: Collin Walling <walling@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 hw/s390x/s390-pci-inst.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c
index 61f30b8e55d2..00235148bed7 100644
--- a/hw/s390x/s390-pci-inst.c
+++ b/hw/s390x/s390-pci-inst.c
@@ -1209,8 +1209,10 @@ int stpcifc_service_call(S390CPU *cpu, uint8_t r1, uint64_t fiba, uint8_t ar,
      * FH Enabled bit is set to one in states of ENABLED, BLOCKED or ERROR. */
     case ZPCI_FS_ERROR:
         fib.fc |= 0x20;
+        /* fallthrough */
     case ZPCI_FS_BLOCKED:
         fib.fc |= 0x40;
+        /* fallthrough */
     case ZPCI_FS_ENABLED:
         fib.fc |= 0x80;
         if (pbdev->iommu->enabled) {
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation
  2019-07-19 11:50 [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Cornelia Huck
  2019-07-19 11:50 ` [Qemu-devel] [PULL for-4.1 1/1] s390x/pci: add some fallthrough annotations Cornelia Huck
@ 2019-07-19 12:22 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2019-07-19 12:22 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: qemu-s390x, QEMU Developers

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-19 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19 11:50 [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Cornelia Huck
2019-07-19 11:50 ` [Qemu-devel] [PULL for-4.1 1/1] s390x/pci: add some fallthrough annotations Cornelia Huck
2019-07-19 12:22 ` [Qemu-devel] [PULL for-4.1 0/1] one s390x fix/annotation Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).