[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH 0/3] qemu-error: advanced report_once handling
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PATCH 0/3] qemu-error: advanced report_once handling |
Date: |
Tue, 28 Aug 2018 14:33:43 +0200 |
Based on previous discussions, I wanted to enhance the recently
merged report_once infrastucture with a way to print a message
once based on a variable instead of globally-once, similar to
what vfio-ccw uses today.
Not really tested, mainly wanted to get this out before my vacation
to get the ball rolling.
Cornelia Huck (3):
qemu-error: add {error,warn}_report_once_cond
qemu-error: make use of {error,warn}_report_once_cond
vfio-ccw: switch to warn_report_once_cond()
hw/vfio/ccw.c | 18 +++---------------
include/qemu/error-report.h | 15 +++++++--------
util/qemu-error.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 23 deletions(-)
--
2.14.4
- [qemu-s390x] [PATCH 0/3] qemu-error: advanced report_once handling,
Cornelia Huck <=
- [qemu-s390x] [PATCH 3/3] vfio-ccw: switch to warn_report_once_cond(), Cornelia Huck, 2018/08/28
- [qemu-s390x] [PATCH 1/3] qemu-error: add {error, warn}_report_once_cond, Cornelia Huck, 2018/08/28
- [qemu-s390x] [PATCH 2/3] qemu-error: make use of {error, warn}_report_once_cond, Cornelia Huck, 2018/08/28
- Re: [qemu-s390x] [Qemu-devel] [PATCH 0/3] qemu-error: advanced report_once handling, Markus Armbruster, 2018/08/29