Blame SOURCES/virt-manager-domain.numatune-Remove-MEMORY_MODES.patch

3d61c0
From a3153decec10b58433cb0679bdf977b57d3dfa92 Mon Sep 17 00:00:00 2001
3d61c0
Message-Id: <a3153decec10b58433cb0679bdf977b57d3dfa92@dist-git>
3d61c0
From: Pavel Hrdina <phrdina@redhat.com>
3d61c0
Date: Mon, 4 Jun 2018 14:21:49 -0400
3d61c0
Subject: [PATCH] domain.numatune: Remove MEMORY_MODES
3d61c0
3d61c0
From: Cole Robinson <crobinso@redhat.com>
3d61c0
3d61c0
It doesn't have any user
3d61c0
3d61c0
(cherry picked from commit 4370fd7c6c70b7a6db486a2976ff830175c8a5df)
3d61c0
3d61c0
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1566818
3d61c0
3d61c0
Reviewed-by: Cole Robinson <crobinso@redhat.com>
3d61c0
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
3d61c0
---
3d61c0
 virtinst/domainnumatune.py | 2 --
3d61c0
 1 file changed, 2 deletions(-)
3d61c0
3d61c0
diff --git a/virtinst/domainnumatune.py b/virtinst/domainnumatune.py
3d61c0
index 9788c9d4..9795011b 100644
3d61c0
--- a/virtinst/domainnumatune.py
3d61c0
+++ b/virtinst/domainnumatune.py
3d61c0
@@ -72,8 +72,6 @@ class DomainNumatune(XMLBuilder):
3d61c0
                                        "than pCPUs."))
3d61c0
 
3d61c0
 
3d61c0
-    MEMORY_MODES = ["interleave", "strict", "preferred"]
3d61c0
-
3d61c0
     _XML_ROOT_NAME = "numatune"
3d61c0
     _XML_PROP_ORDER = ["memory_mode", "memory_nodeset"]
3d61c0
 
3d61c0
-- 
3d61c0
2.20.1
3d61c0