]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Expose handle_bufioreq in xen_register_ioreq
authorEdgar E. Iglesias <edgar.iglesias@amd.com>
Wed, 4 Sep 2024 17:28:06 +0000 (19:28 +0200)
committerEdgar E. Iglesias <edgar.iglesias@amd.com>
Thu, 3 Oct 2024 17:37:34 +0000 (19:37 +0200)
commitb2150e403a015762e716684a17426a9532e4af15
treeb5f3a72938b3f4f823ac86a15d6e0efa01d28f0e
parentabdfd6549d585b76a47183e611addf4d91536e0f
hw/xen: Expose handle_bufioreq in xen_register_ioreq

Expose handle_bufioreq in xen_register_ioreq().
This is to allow machines to enable or disable buffered ioreqs.

No functional change since all callers still set it to
HVM_IOREQSRV_BUFIOREQ_ATOMIC.

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
hw/i386/xen/xen-hvm.c
hw/xen/xen-hvm-common.c
hw/xen/xen-pvh-common.c
include/hw/xen/xen-hvm-common.h
include/hw/xen/xen_native.h