hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
commit9998f70f6625f15f2ae36f612509ea34733c11d3
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 16 May 2023 19:02:26 +0000 (16 15:02 -0400)
committerKevin Wolf <kwolf@redhat.com>
Tue, 30 May 2023 15:32:02 +0000 (30 17:32 +0200)
tree09d4dacd7b49dc7b4ea209b45892edb3db5b8fe9
parente1054cd4aad03a493a5d1cded7508f7c348205bf
hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore

There is no need to suspend activity between aio_disable_external() and
aio_enable_external(), which is mainly used for the block layer's drain
operation.

This is part of ongoing work to remove the aio_disable_external() API.

Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230516190238.8401-9-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/i386/kvm/xen_xenstore.c