diff options
| author | Roman Penyaev <r.peniaev@gmail.com> | 2024-10-14 17:24:04 +0200 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-10-15 12:26:01 +0400 |
| commit | c64f0bc1ce2f1d117d581b3445fe8286acd413d0 (patch) | |
| tree | 1f2c781f64cec13ec76c2ea7bfad679a6bfe21f6 /tests/functional/test_mips_tuxrun.py | |
| parent | 1ba399406a8fa82ad24fd5208595ca429d2927ab (diff) | |
| download | focaccia-qemu-c64f0bc1ce2f1d117d581b3445fe8286acd413d0.tar.gz focaccia-qemu-c64f0bc1ce2f1d117d581b3445fe8286acd413d0.zip | |
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>
Diffstat (limited to 'tests/functional/test_mips_tuxrun.py')
0 files changed, 0 insertions, 0 deletions