]> xenbits.xensource.com Git - xen.git/commit
xen/ioreq: Do not let bufioreq to be used on other than x86 arches
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Fri, 29 Jan 2021 01:48:51 +0000 (03:48 +0200)
committerJulien Grall <jgrall@amazon.com>
Fri, 29 Jan 2021 16:56:09 +0000 (16:56 +0000)
commit2fbd7e609e1803ac5e5c26e22aa8e4b5a6cddbb1
tree7b088530173144e3132a09e6a67146c345ea76f9
parent546014e480e648f9a0e8da6b496ae08cd047c5ff
xen/ioreq: Do not let bufioreq to be used on other than x86 arches

This patch prevents the device model running on other than x86
systems to use buffered I/O feature for now.

Please note, there is no caller which requires to send buffered
I/O request on Arm currently and the purpose of this check is
to catch any future user of bufioreq.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Acked-by: Paul Durrant <paul@xen.org>
xen/common/ioreq.c