From: Janosch Frank <frankja@linux.ibm.com>
To: qemu-devel@nongnu.org
Cc: thuth@redhat.com, pmorel@linux.ibm.com, david@redhat.com,
cohuck@redhat.com, borntraeger@de.ibm.com, qemu-s390x@nongnu.org,
mihajlov@linux.ibm.com
Subject: [PATCH v3 0/5] s390x: Reset cleanup
Date: Mon, 25 Nov 2019 04:03:43 -0500 [thread overview]
Message-ID: <20191125090348.27010-1-frankja@linux.ibm.com> (raw)
Adding comments and reordering code for better readability in the
diag308 and machine reset functions.
v3:
* Added user only afp set again
* Added rev-by
* Minor review cleanups
Janosch Frank (5):
s390x: Don't do a normal reset on the initial cpu
s390x: Move reset normal to shared reset handler
s390x: Move initial reset
s390x: Move clear reset
s390x: Beautify diag308 handling
hw/s390x/s390-virtio-ccw.c | 3 ++
target/s390x/cpu-qom.h | 9 +++-
target/s390x/cpu.c | 104 +++++++++++++------------------------
target/s390x/cpu.h | 4 +-
target/s390x/diag.c | 54 +++++++++++--------
target/s390x/sigp.c | 4 +-
6 files changed, 83 insertions(+), 95 deletions(-)
--
2.20.1
next reply other threads:[~2019-11-25 9:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 9:03 Janosch Frank [this message]
2019-11-25 9:03 ` [PATCH v3 1/5] s390x: Don't do a normal reset on the initial cpu Janosch Frank
2019-11-25 13:11 ` Cornelia Huck
2019-11-25 9:03 ` [PATCH v3 2/5] s390x: Move reset normal to shared reset handler Janosch Frank
2019-11-25 13:19 ` Cornelia Huck
2019-11-27 17:45 ` David Hildenbrand
2019-11-25 9:03 ` [PATCH v3 3/5] s390x: Move initial reset Janosch Frank
2019-11-25 9:03 ` [PATCH v3 4/5] s390x: Move clear reset Janosch Frank
2019-11-25 13:37 ` Cornelia Huck
2019-11-25 13:49 ` Janosch Frank
2019-11-25 15:42 ` Cornelia Huck
2019-11-25 9:03 ` [PATCH v3 5/5] s390x: Beautify diag308 handling Janosch Frank
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=20191125090348.27010-1-frankja@linux.ibm.com \
--to=frankja@linux.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=mihajlov@linux.ibm.com \
--cc=pmorel@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.