diff options
| author | Alexander Graf | 2014-06-04 12:02:00 +0200 |
|---|---|---|
| committer | Alexander Graf | 2014-06-16 13:24:41 +0200 |
| commit | b061808d39fa11ecc6c07cec7bef6676669c1f3e (patch) | |
| tree | 199445f035bc50888f7dd9a1854b21ea3b7728c2 /linux-headers/asm-powerpc/kvm_para.h | |
| parent | linux-headers: include psci.h (diff) | |
| download | qemu-b061808d39fa11ecc6c07cec7bef6676669c1f3e.tar.gz qemu-b061808d39fa11ecc6c07cec7bef6676669c1f3e.tar.xz qemu-b061808d39fa11ecc6c07cec7bef6676669c1f3e.zip | |
linux-headers: update linux headers to kvm/next
This updates the kvm headers to commit 820b3fcd in kvm/next.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'linux-headers/asm-powerpc/kvm_para.h')
| -rw-r--r-- | linux-headers/asm-powerpc/kvm_para.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-headers/asm-powerpc/kvm_para.h b/linux-headers/asm-powerpc/kvm_para.h index 7e64f575f6..2abcc46382 100644 --- a/linux-headers/asm-powerpc/kvm_para.h +++ b/linux-headers/asm-powerpc/kvm_para.h @@ -82,10 +82,16 @@ struct kvm_vcpu_arch_shared { #define KVM_FEATURE_MAGIC_PAGE 1 +/* Magic page flags from host to guest */ + #define KVM_MAGIC_FEAT_SR (1 << 0) /* MASn, ESR, PIR, and high SPRGs */ #define KVM_MAGIC_FEAT_MAS0_TO_SPRG7 (1 << 1) +/* Magic page flags from guest to host */ + +#define MAGIC_PAGE_FLAG_NOT_MAPPED_NX (1 << 0) + #endif /* __POWERPC_KVM_PARA_H__ */ |
