From: Yonggang Luo <luoyonggang@gmail.com>
To: qemu-devel@nongnu.org
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
Daniel Brodsky <dnbrdsky@gmail.com>,
Yonggang Luo <luoyonggang@gmail.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Juan Quintela <quintela@redhat.com>
Subject: [PATCH v2 0/2] rcu: add uninit destructor for rcu
Date: Tue, 8 Sep 2020 20:29:42 +0800 [thread overview]
Message-ID: <20200908122944.414-1-luoyonggang@gmail.com> (raw)
This is necessary if the pending rcu calls are closing and removing
temp files. This also provide a function
void rcu_wait_finished(void);
to fixes test-logging.c test failure on msys2/mingw.
On windows if the file doesn't closed, you can not remove it.
Yonggang Luo (2):
logging: Fixes memory leak in test-logging.c
rcu: add uninit destructor for rcu
include/qemu/rcu.h | 5 +++++
tests/test-logging.c | 4 +++-
util/rcu.c | 28 ++++++++++++++++++++++++----
3 files changed, 32 insertions(+), 5 deletions(-)
--
2.28.0.windows.1
next reply other threads:[~2020-09-08 12:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-08 12:29 Yonggang Luo [this message]
2020-09-08 12:29 ` [PATCH v2 1/2] logging: Fixes memory leak in test-logging.c Yonggang Luo
2020-09-08 12:29 ` [PATCH v2 2/2] rcu: add uninit destructor for rcu Yonggang Luo
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=20200908122944.414-1-luoyonggang@gmail.com \
--to=luoyonggang@gmail.com \
--cc=dnbrdsky@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=quintela@redhat.com \
--cc=stefanha@redhat.com \
/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).