[libvirt PATCH v2 0/7] Remove VIR_{ALLOC, ALLOC_N, REALLOC_N}_QUIET macros.

Tim Wiederhake posted 7 patches 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200914080154.26361-1-twiederh@redhat.com
src/util/viralloc.h | 29 -----------------------------
src/util/virerror.c | 15 ++++-----------
src/util/virjson.c  |  3 +--
tests/virconftest.c | 28 +++++++++-------------------
4 files changed, 14 insertions(+), 61 deletions(-)
[libvirt PATCH v2 0/7] Remove VIR_{ALLOC, ALLOC_N, REALLOC_N}_QUIET macros.
Posted by Tim Wiederhake 3 years, 7 months ago
V1: https://www.redhat.com/archives/libvir-list/2020-September/msg00633.html

Tim Wiederhake (7):
  tests: Fix false positive in testConfRoundTrip.
  util: Use glib memory functions in virErrorCopyNew
  util: Use glib memory functions in virLastErrorObject
  util: Remove VIR_ALLOC_QUIET
  tests: Use glib memory function in testConfRoundTrip
  util: Use glib memory functions in virJSONValueGetArrayAsBitmap
  util: Remove VIR_ALLOC_N_QUIET

 src/util/viralloc.h | 29 -----------------------------
 src/util/virerror.c | 15 ++++-----------
 src/util/virjson.c  |  3 +--
 tests/virconftest.c | 28 +++++++++-------------------
 4 files changed, 14 insertions(+), 61 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH v2 0/7] Remove VIR_{ALLOC, ALLOC_N, REALLOC_N}_QUIET macros.
Posted by Ján Tomko 3 years, 7 months ago
On a Monday in 2020, Tim Wiederhake wrote:
>V1: https://www.redhat.com/archives/libvir-list/2020-September/msg00633.html
>
>Tim Wiederhake (7):
>  tests: Fix false positive in testConfRoundTrip.
>  util: Use glib memory functions in virErrorCopyNew
>  util: Use glib memory functions in virLastErrorObject
>  util: Remove VIR_ALLOC_QUIET
>  tests: Use glib memory function in testConfRoundTrip
>  util: Use glib memory functions in virJSONValueGetArrayAsBitmap
>  util: Remove VIR_ALLOC_N_QUIET
>
> src/util/viralloc.h | 29 -----------------------------
> src/util/virerror.c | 15 ++++-----------
> src/util/virjson.c  |  3 +--
> tests/virconftest.c | 28 +++++++++-------------------
> 4 files changed, 14 insertions(+), 61 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano