[Qemu-devel] [PATCH v2 0/2] error-report: introduce {error|warn}_report_once

Peter Xu posted 2 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180522035629.30428-1-peterx@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
include/qemu/error-report.h | 26 ++++++++++++++++++++++++++
hw/i386/intel_iommu.c       | 34 +++++++++++++++++-----------------
hw/i386/trace-events        |  1 -
3 files changed, 43 insertions(+), 18 deletions(-)
[Qemu-devel] [PATCH v2 0/2] error-report: introduce {error|warn}_report_once
Posted by Peter Xu 5 years, 11 months ago
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


Re: [Qemu-devel] [PATCH v2 0/2] error-report: introduce {error|warn}_report_once
Posted by Peter Xu 5 years, 11 months ago
On Tue, May 22, 2018 at 11:56:27AM +0800, Peter Xu wrote:
> 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.

Sorry I forgot to CC Eric in the series.  Adding in.

-- 
Peter Xu