qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* aio_set_event_notifier(is_external=true) in Xen code?
@ 2023-03-28 15:50 Stefan Hajnoczi
  2023-03-28 16:36 ` Durrant, Paul
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2023-03-28 15:50 UTC (permalink / raw)
  To: David Woodhouse, Paul Durrant; +Cc: qemu-devel, qemu-block

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Hi,
I'm removing the aio_disable_external() API from QEMU and noticed that
Xen code calls aio_set_fd_handler(is_external=true) in hw/xen/xen-bus.c
and hw/i386/kvm/xen_xenstore.c.

It wasn't clear to me whether is_external=true is necessary here.
is_external=true is mainly used to temporarily pause I/O submission in
the QEMU block layer. Maybe is_external=true was chosen out of caution
but actually has no effect in this code.

Does the Xen code rely on is_external=true?

Thanks,
Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-28 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 15:50 aio_set_event_notifier(is_external=true) in Xen code? Stefan Hajnoczi
2023-03-28 16:36 ` Durrant, Paul
2023-03-28 18:10   ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).