On Tue, Oct 18, 2022 at 4:44 PM Nikita Ivanov <niva...@cloudlinux.com> wrote: > > Rename macro name to more transparent one and refactor > it to expression. > > Signed-off-by: Nikita Ivanov <niva...@cloudlinux.com> > --- > chardev/char-fd.c | 2 +- > chardev/char-pipe.c | 8 +++++--- > include/qemu/osdep.h | 8 +++++++- > net/tap-bsd.c | 6 +++--- > net/tap-linux.c | 2 +- > net/tap-solaris.c | 8 ++++---- > net/tap.c | 2 +- > os-posix.c | 2 +- > tests/qtest/libqtest.c | 2 +- > 9 files changed, 24 insertions(+), 16 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>