aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Qiao <taget@linux.vnet.ibm.com>2014-01-22 10:23:53 +0800
committerEli Qiao <taget@linux.vnet.ibm.com>2014-01-22 10:25:44 +0800
commitbf3e78ac9174ed22bed9df94c41f347885f20dcd (patch)
tree991b6c017045f72b7aaa189e86f7f1d7ae04e249
parent77bcffeef351235d969483024dd029fef5ff1ca3 (diff)
downloadpowerkvm-bf3e78ac9174ed22bed9df94c41f347885f20dcd.tar.gz
spec: powerkvm build7 update 1
Signed-off-by: Eli Qiao <taget@linux.vnet.ibm.com>
-rw-r--r--kernel.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index a3eb386fcaf16..c60c376b770c1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -550,7 +550,7 @@ License: GPLv2 and Redistributable, no modification permitted
URL: http://www.kernel.org/
Version: %{rpmversion}
# Power build7
-%define frobisher_release .700
+%define frobisher_release .701
Release: %{pkg_release}%{?frobisher_release}
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
# SET %%nobuildarches (ABOVE) INSTEAD
@@ -2438,6 +2438,10 @@ fi
# and build.
%changelog
+* Thu Jan 16 2014 qiaoly@cn.ibm.com
+- Fix VCPU run for HV KVM
+- Revert "PPC: KVM: move TCE cache alloc/free from KVM-common to KVM-HV"
+
* Wed Jan 8 2014 qiaoly@cn.ibm.com
- Frobisher pbuild7, bump to 3.10.23 stable kernel
- Fix the problem by making vmppc_handle_exit_pr() recognize the interrupt. We also need to jump to the doorbell interrupt handler in book3s_segment.S to handle the interrupt on the way out of the guest.Having done that, there's nothing further to be done in kvmppc_handle_exit_pr().