qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] rcu: add uninit destructor for rcu so the pending calls be c


From: Yonggang Luo
Subject: [PATCH 0/2] rcu: add uninit destructor for rcu so the pending calls be called before the process exit
Date: Tue, 8 Sep 2020 20:10:20 +0800

This is necessary if the pending calls are close and removing temp files
Also fixes test-logging.c on msys2/mingw, on windows if the file doesn't clos=
ed, you can not remove i

Yonggang Luo (2):
  logging: Fixes memory leak in test-logging.c
  rcu: add uninit destructor for rcu so the pending calls be called
    before the process exit

 include/qemu/rcu.h   |  5 +++++
 tests/test-logging.c |  4 +++-
 util/rcu.c           | 28 ++++++++++++++++++++++++----
 3 files changed, 32 insertions(+), 5 deletions(-)

--=20
2.28.0.windows.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]