1
0
forked from pool/kernel-source

GIT Revision: 2be41bdb019b306f294d91edc3e43343d09d0d40

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7038
This commit is contained in:
Michal Marek
2011-09-14 05:01:18 +00:00
committed by Git OBS Bridge
parent 8921837bf3
commit e10be84d6b
29 changed files with 279 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com