You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/chardev
Roman Penyaev c64f0bc1ce chardev/mux: convert size members to unsigned int
There is no sense to keep `focus`, `mux_cnt`, `prod`, `cons`
and `tag` variables as signed, those represent either size,
either position in array, which both are unsigned.

`focus` member of `MuxChardev` is kept signed, because initially
set to -1.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel@nongnu.org
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20241014152408.427700-5-r.peniaev@gmail.com>
2 months ago
..
char-fd.h Use DECLARE_*CHECKER* macros 4 years ago
char-fe.h chardev/mux: convert size members to unsigned int 2 months ago
char-io.h Include qemu/main-loop.h less 5 years ago
char-parallel.h char: fix alias devices regression 8 years ago
char-serial.h char: fix alias devices regression 8 years ago
char-socket.h chardev: introduce 'reconnect-ms' and deprecate 'reconnect' 2 months ago
char-win-stdio.h
char-win.h Use DECLARE_*CHECKER* macros 4 years ago
char.h ui/vc: do not parse VC-specific options in Spice and GTK 1 year ago
spice.h chardev/spice: simplify chardev setup 4 years ago