From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
peterx@redhat.com, Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/2] error-report: introduce {error|warn}_report_once
Date: Tue, 22 May 2018 11:56:27 +0800 [thread overview]
Message-ID: <20180522035629.30428-1-peterx@redhat.com> (raw)
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 use it to replace VT-d trace_vtd_err().
Please review. Thanks.
Peter Xu (2):
qemu-error: introduce {error|warn}_report_once
intel-iommu: start to use error_report_once
include/qemu/error-report.h | 26 ++++++++++++++++++++++++++
hw/i386/intel_iommu.c | 34 +++++++++++++++++-----------------
hw/i386/trace-events | 1 -
3 files changed, 43 insertions(+), 18 deletions(-)
--
2.17.0
next reply other threads:[~2018-05-22 3:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-22 3:56 Peter Xu [this message]
2018-05-22 3:56 ` [Qemu-devel] [PATCH v2 1/2] qemu-error: introduce {error|warn}_report_once Peter Xu
2018-05-23 15:47 ` Eric Blake
2018-05-24 2:56 ` Peter Xu
2018-05-22 3:56 ` [Qemu-devel] [PATCH v2 2/2] intel-iommu: start to use error_report_once Peter Xu
2018-05-22 21:09 ` Philippe Mathieu-Daudé
2018-05-23 1:19 ` Peter Xu
2018-05-24 3:40 ` Philippe Mathieu-Daudé
2018-05-22 5:08 ` [Qemu-devel] [PATCH v2 0/2] error-report: introduce {error|warn}_report_once Peter Xu
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=20180522035629.30428-1-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=armbru@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--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).