summaryrefslogtreecommitdiff
path: root/flowtop.zsh
AgeCommit message (Expand)AuthorFilesLines
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+6
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+21
oid'>bbe41b950813ec643a14d2a6005475f66625292e (patch) treec4f9cd6587c9923d43cb876822565960ac2681ee parent119a9c01a5922600a78106d9bbdd6aaafc851a27 (diff)
KVM: x86: ratelimit and decrease severity for guest-triggered printk
These are mostly related to nested VMX. They needn't have a loglevel as high as KERN_WARN, and mustn't be allowed to pollute the host logs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat
git/tree/Documentation/devicetree/bindings?id=e64fb7e272885c1ea3cd2f68f267ae12fa04c8b1'>Documentation/devicetree/bindings
parent4b3d173d0440d37534906b6d93c02dfb577c68ce (diff)
KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
The next commit will introduce a member to the kvmppc_vcore struct which references MAX_SMT_THREADS which is defined in kvm_book3s_asm.h, however this file isn't included in kvm_host.h directly. Thus compiling for certain platforms such as pmac32_defconfig and ppc64e_defconfig with KVM fails due to MAX_SMT_THREADS not being defined. Move the struct kvmppc_vcore definition to kvm_book3s.h which explicitly includes kvm_book3s_asm.h. Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'Documentation/devicetree/bindings')