From 51f3b5b0ec56a607d43df507b0cb1cfdf1b7678e Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 9 Jun 2015 16:32:19 +0100 Subject: [PATCH] ... to avoid allowing the guest to cause the control domain's disk to fill. This is XSA-130. Signed-off-by: Jan Beulich Reviewed-by: Stefano Stabellini --- hw/pass-through.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pass-through.h b/hw/pass-through.h index bcb6684fc..5adc12d6b 100644 --- a/hw/pass-through.h +++ b/hw/pass-through.h @@ -27,7 +27,7 @@ #include "qemu-timer.h" /* Log acesss */ -#define PT_LOGGING_ENABLED +/* #define PT_LOGGING_ENABLED */ /* Print errors even if logging is disabled */ #define PT_ERR(_f, _a...) fprintf(logfile, "%s: " _f, __func__, ##_a) -- 2.39.5