On Wed, Jan 08, 2025 at 19:42:47 +0000, Daniel P. Berrangé wrote:
Bypassing cache can make save performance more predictable and
avoids
trashing the OS cache with data that will not be read again.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/hypervisor/domain_driver.c | 7 +++++--
src/hypervisor/domain_driver.h | 1 +
2 files changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>