From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Subject: [Qemu-devel] [PATCH v2 0/4] preliminaries for GICv3 virt support
Date: Wed, 12 Oct 2016 18:54:32 +0100 [thread overview]
Message-ID: <1476294876-12340-1-git-send-email-peter.maydell@linaro.org> (raw)
This set of straightforward patches is a preliminary
for adding virtualization support to the GICv3 emulation:
* add a (nop implementation of) MDCCINT_EL1, since KVM
will read/write it on worldswitch
* fix some bugs in the GICv3 trace events
* add trace events for the generic timers
(which I have been using for debugging)
* add trace events for the serial port (again, debug use)
Changes v1->v2:
* added the missing target-arm/trace-events file to
patch 2
* new patch 4 with pl011 trace events
Peter Maydell (4):
target-arm: Implement dummy MDCCINT_EL1
target-arm: Add trace events for the generic timers
hw/intc/arm_gicv3: Fix ICC register tracepoints
hw/char/pl011: Add trace events
Makefile.objs | 1 +
hw/char/pl011.c | 71 +++++++++++++++++++++++++++++++++--------------
hw/char/trace-events | 9 ++++++
hw/intc/arm_gicv3_cpuif.c | 23 +++++++++------
hw/intc/trace-events | 14 +++++-----
target-arm/helper.c | 28 ++++++++++++++++---
target-arm/trace-events | 10 +++++++
7 files changed, 116 insertions(+), 40 deletions(-)
create mode 100644 target-arm/trace-events
--
2.7.4
next reply other threads:[~2016-10-12 17:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 17:54 Peter Maydell [this message]
2016-10-12 17:54 ` [Qemu-devel] [PATCH v2 1/4] target-arm: Implement dummy MDCCINT_EL1 Peter Maydell
2016-10-12 17:54 ` [Qemu-devel] [PATCH v2 2/4] target-arm: Add trace events for the generic timers Peter Maydell
2016-10-12 17:54 ` [Qemu-devel] [PATCH v2 3/4] hw/intc/arm_gicv3: Fix ICC register tracepoints Peter Maydell
2016-10-12 17:54 ` [Qemu-devel] [PATCH v2 4/4] hw/char/pl011: Add trace events Peter Maydell
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=1476294876-12340-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=edgar.iglesias@gmail.com \
--cc=patches@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).