]> git.proxmox.com Git - mirror_qemu.git/commit - net/tap-linux.c
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
authorNikita Ivanov <nivanov@cloudlinux.com>
Sun, 23 Oct 2022 09:04:21 +0000 (12:04 +0300)
committerThomas Huth <thuth@redhat.com>
Mon, 9 Jan 2023 12:50:47 +0000 (13:50 +0100)
commit8b6aa69365ca6e9bbc3bf557a6ccc5ed2b468bec
treed25851818abc8b11d99b4455dca2d67afd013210
parentd88ce91299053c437f42d22ab5b9e7adbd2cc2a7
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()

Rename macro name to more transparent one and refactor
it to expression.

Signed-off-by: Nikita Ivanov <nivanov@cloudlinux.com>
Message-Id: <20221023090422.242617-2-nivanov@cloudlinux.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
chardev/char-fd.c
chardev/char-pipe.c
include/qemu/osdep.h
net/tap-bsd.c
net/tap-linux.c
net/tap-solaris.c
net/tap.c
os-posix.c
tests/qtest/libqtest.c