summaryrefslogtreecommitdiff
path: root/sysutils/xen-tools/files/xsa130-qemut.patch
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2015-08-17 13:55:06 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2015-08-17 13:55:06 +0000
commit5c08f16d47ccff07072343b2962629fce51934ee (patch)
treeba31218bc5a7467bdd9c7f2e896abe29864c65c9 /sysutils/xen-tools/files/xsa130-qemut.patch
parentDocument two QEMU related xen-tools security advisories (diff)
sysutils/xen-tools: Update to 4.5.1 and apply XSA-139/XSA-140 patches
- Update to 4.5.1 - Remove XSA-117 to XSA-136 and elf_parse_bsdsyms patches now part of 4.5.1 - Leave XSA-135 QEMU traditional patches due an oversight in 4.5.1 - Apply patches for XSA-139/XSA-140 - Set USE_LDCONFIG, sort USES, use ${PATCH}, and reorder Makefile (portlint) PR: 201931 Security: CVE-2015-5166 Security: ee99899d-4347-11e5-93ad-002590263bf5 Security: CVE-2015-5165 Security: f06f20dc-4347-11e5-93ad-002590263bf5 Approved by: bapt (maintainer), feld (mentor) MFH: 2015Q3
Diffstat (limited to 'sysutils/xen-tools/files/xsa130-qemut.patch')
-rw-r--r--sysutils/xen-tools/files/xsa130-qemut.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/xen-tools/files/xsa130-qemut.patch b/sysutils/xen-tools/files/xsa130-qemut.patch
deleted file mode 100644
index 75af778b0172..000000000000
--- a/sysutils/xen-tools/files/xsa130-qemut.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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 <jbeulich@suse.com>
-Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-
---- 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)