From: Jan Beulich Date: Tue, 9 Jun 2015 15:13:00 +0000 (+0100) Subject: ... to avoid allowing the guest to cause the control domain's disk to X-Git-Tag: xen-4.6.0-rc1~12 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=490ef713a85ae073ae074a7e1d434a4220d64351;p=qemu-xen-unstable.git ... 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 bcb6684fca..5adc12d6bf 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)