From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Cornelia Huck" <cohuck@redhat.com>,
"Eric Auger" <eric.auger@redhat.com>,
peterx@redhat.com, "Jason Wang" <jasowang@redhat.com>,
"Michael S . Tsirkin" <mst@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Markus Armbruster" <armbru@redhat.com>,
"Halil Pasic" <pasic@linux.ibm.com>
Subject: [Qemu-devel] [PATCH v5 0/3] error-report: introduce {error|warn}_report_once
Date: Wed, 15 Aug 2018 17:53:25 +0800 [thread overview]
Message-ID: <20180815095328.32414-1-peterx@redhat.com> (raw)
v5:
- rebase to master, especially fix up the last one trace_vtd_err()
introduced in commit 63b88968f13 [Markus]
- add one more patch to replace the rest of trace_vtd_err*() hooks too
v4:
- patch 2: pick r-b from Philippe
- patch 1: replace all __* variables into *_ [Eric]
- patch 1: enhance the commit message of patch 1, mention return code
of macros [Markus]
v3:
- reindent in patch 2, dump more things [Philippe]
v2:
- for patch 1: replace tabs, add trivial comment [Markus]
(I didn't add much comment otherwise I'll need to duplicate what's
there in error_report())
- add patch 2
Patch 1 introduce the helpers.
Patch 2&3 firstly uses it.
Please review. Thanks.
Peter Xu (3):
qemu-error: introduce {error|warn}_report_once
intel-iommu: start to use error_report_once
intel-iommu: replace more vtd_err_* traces
hw/i386/intel_iommu.c | 127 +++++++++++++++++++++++-------------
hw/i386/trace-events | 13 ----
include/qemu/error-report.h | 32 +++++++++
3 files changed, 113 insertions(+), 59 deletions(-)
--
2.17.1
next reply other threads:[~2018-08-15 9:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 9:53 Peter Xu [this message]
2018-08-15 9:53 ` [Qemu-devel] [PATCH v5 1/3] qemu-error: introduce {error|warn}_report_once Peter Xu
2018-08-15 11:36 ` Markus Armbruster
2018-08-15 9:53 ` [Qemu-devel] [PATCH v5 2/3] intel-iommu: start to use error_report_once Peter Xu
2018-08-15 11:37 ` Markus Armbruster
2018-08-15 12:17 ` Peter Xu
2018-08-27 13:10 ` Markus Armbruster
2018-08-15 9:53 ` [Qemu-devel] [PATCH v5 3/3] intel-iommu: replace more vtd_err_* traces Peter Xu
2018-08-27 13:17 ` Markus Armbruster
2018-08-28 3:26 ` Peter Xu
2018-08-15 11:39 ` [Qemu-devel] [PATCH v5 0/3] error-report: introduce {error|warn}_report_once Markus Armbruster
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=20180815095328.32414-1-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=armbru@redhat.com \
--cc=cohuck@redhat.com \
--cc=eric.auger@redhat.com \
--cc=f4bug@amsat.org \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=pasic@linux.ibm.com \
--cc=peter.maydell@linaro.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 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.