From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=
<philmd@linaro.org>
Subject: [PATCH 0/3] util/fifo8: Introduce fifo8_change_capacity()
Date: Fri, 19 Jul 2024 17:16:25 +0200 [thread overview]
Message-ID: <20240719151628.46253-1-philmd@linaro.org> (raw)
Preliminary series to PL011 FIFO work:
- Clarify doc in qemu_chr_fe_*
- Introduce fifo8_change_capacity()
Philippe Mathieu-Daudé (3):
chardev/char-fe: Document returned value on error
util/fifo8: Use fifo8_reset() in fifo8_create()
util/fifo8: Introduce fifo8_change_capacity()
include/chardev/char-fe.h | 3 +++
include/qemu/fifo8.h | 10 ++++++++++
util/fifo8.c | 22 ++++++++++++++--------
3 files changed, 27 insertions(+), 8 deletions(-)
--
2.41.0
next reply other threads:[~2024-07-19 15:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 15:16 Philippe Mathieu-Daudé [this message]
2024-07-19 15:16 ` [PATCH 1/3] chardev/char-fe: Document returned value on error Philippe Mathieu-Daudé
2024-07-19 20:18 ` Mark Cave-Ayland
2024-07-19 15:16 ` [PATCH 2/3] util/fifo8: Use fifo8_reset() in fifo8_create() Philippe Mathieu-Daudé
2024-07-19 20:19 ` Mark Cave-Ayland
2024-07-19 15:16 ` [PATCH 3/3] util/fifo8: Introduce fifo8_change_capacity() Philippe Mathieu-Daudé
2024-07-19 20:21 ` Mark Cave-Ayland
2024-07-22 10:55 ` Philippe Mathieu-Daudé
2024-07-22 11:52 ` Peter Maydell
2024-07-22 12:20 ` Philippe Mathieu-Daudé
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=20240719151628.46253-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=marcandre.lureau@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).