]> git.proxmox.com Git - mirror_qemu.git/commit
tested: add test for nested aio_poll() in poll handlers
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 May 2023 18:41:34 +0000 (14:41 -0400)
committerKevin Wolf <kwolf@redhat.com>
Fri, 19 May 2023 17:12:12 +0000 (19:12 +0200)
commit844a12a63e12b1235a8fc17f9b278929dc6eb00e
tree5ae41dd88e391a253b88f5ef97ecd2de97aabcfe
parent6d740fb01b9f0f5ea7a82f4d5e458d91940a19ee
tested: add test for nested aio_poll() in poll handlers

Cc: qemu-stable@nongnu.org
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20230502184134.534703-3-stefanha@redhat.com>
[kwolf: Restrict to CONFIG_POSIX, Windows doesn't support polling]
Tested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/unit/meson.build
tests/unit/test-nested-aio-poll.c [new file with mode: 0644]