From: Jan Beulich Date: Wed, 10 Jun 2015 13:17:26 +0000 (+0100) Subject: xen/MSI-X: disable logging by default X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c5f7efbbf46d5d2405d3012e10ea510346bb5e88;p=qemu-xen-4.2-testing.git xen/MSI-X: disable logging by default ... 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 --- 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)