You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/06/10 16:29:16 UTC

[2/5] git commit: updated refs/heads/4.4 to 99aa7a0

blacklist pcspkr as cosmetic improvement. aesni_intel blacklisting was not working because the include only works if the file ends with .conf.

Signed-off-by: Daan Hoogland <da...@onecht.net>
(cherry picked from commit 11f532bbecca08b41dd15d1abdf04957c84eebda)
(cherry picked from commit f94ff4ad041c517b048ce8fc58ef3996b98aa685)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3394d3c4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3394d3c4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3394d3c4

Branch: refs/heads/4.4
Commit: 3394d3c4f5a828f01cfc48939149daf66706b85e
Parents: 1e35431
Author: Joris van Lieshout <jv...@schubergphilis.com>
Authored: Wed May 21 15:53:00 2014 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Tue Jun 10 16:28:34 2014 +0200

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/modprobe.d/aesni_intel      | 1 -
 systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf | 1 +
 systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf      | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3394d3c4/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel b/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel
deleted file mode 100644
index 1c140f0..0000000
--- a/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel
+++ /dev/null
@@ -1 +0,0 @@
-blacklist aesni_intel

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3394d3c4/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf b/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf
new file mode 100644
index 0000000..1c140f0
--- /dev/null
+++ b/systemvm/patches/debian/config/etc/modprobe.d/aesni_intel.conf
@@ -0,0 +1 @@
+blacklist aesni_intel

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3394d3c4/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf b/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf
new file mode 100644
index 0000000..da3dbd9
--- /dev/null
+++ b/systemvm/patches/debian/config/etc/modprobe.d/pcspkr.conf
@@ -0,0 +1 @@
+blacklist pcspkr
\ No newline at end of file