From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Anthony Liguori <anthony@codemonkey.ws>,
Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Jens Freimann <jfrei@linux.vnet.ibm.com>,
Cornelia Huck <cornelia.huck@de.ibm.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PATCH 07/17] s390x/eventfacility: mask out commands
Date: Tue, 25 Feb 2014 11:05:25 +0100 [thread overview]
Message-ID: <1393322735-31277-8-git-send-email-borntraeger@de.ibm.com> (raw)
In-Reply-To: <1393322735-31277-1-git-send-email-borntraeger@de.ibm.com>
As a followup to commit 5f04c14a10fa7f259bc0808f35a0beda49f7821e
(s390-sclp: Define New SCLP Codes) we should mask the sclp command
not only in base sclp, but also in the event facility.
Based on an initial patch from Ralf Hoppe.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
---
hw/s390x/event-facility.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/s390x/event-facility.c b/hw/s390x/event-facility.c
index a73c0b9..1e8c99a 100644
--- a/hw/s390x/event-facility.c
+++ b/hw/s390x/event-facility.c
@@ -299,7 +299,7 @@ static const TypeInfo s390_sclp_events_bus_info = {
static void command_handler(SCLPEventFacility *ef, SCCB *sccb, uint64_t code)
{
- switch (code) {
+ switch (code & SCLP_CMD_CODE_MASK) {
case SCLP_CMD_READ_EVENT_DATA:
read_event_data(ef, sccb);
break;
--
1.8.4.2
next prev parent reply other threads:[~2014-02-25 10:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 10:05 [Qemu-devel] [PATCH 00/17] s390x/kvm: pending patches Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 01/17] update linux headers to kvm/queue Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 02/17] s390x/kvm: implement floating-interrupt controller device Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 03/17] s390x/async_pf: Check for apf extension and enable pfault Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 04/17] s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 05/17] s390x/virtio-hcall: Add range check for hypervisor call Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 06/17] s390x/virtio-hcall: Specification exception for illegal subcodes Christian Borntraeger
2014-02-25 10:05 ` Christian Borntraeger [this message]
2014-02-25 10:05 ` [Qemu-devel] [PATCH 08/17] s390x/sclp: Fixed the size of sccb and code parameter Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 09/17] s390x/sclp: Add missing checks to SCLP handler Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 10/17] s390x/sclp: Fixed setting of condition code register Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 11/17] s390x/event-facility: some renaming Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 12/17] s390x/event-facility: code restructure Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 13/17] s390x/event-facility: add support for live migration Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 14/17] s390x/event-facility: exploit realize/unrealize Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 15/17] s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 16/17] s390-ccw.img: Fix sporadic errors with ccw boot image - initialize css Christian Borntraeger
2014-02-25 10:05 ` [Qemu-devel] [PATCH 17/17] s390-ccw.img: new binary rom to match latest fixes Christian Borntraeger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393322735-31277-8-git-send-email-borntraeger@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=agraf@suse.de \
--cc=anthony@codemonkey.ws \
--cc=cornelia.huck@de.ibm.com \
--cc=jfrei@linux.vnet.ibm.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).