diff options
Diffstat (limited to 'qemu/linux-headers/asm-powerpc/kvm.h')
-rw-r--r-- | qemu/linux-headers/asm-powerpc/kvm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/linux-headers/asm-powerpc/kvm.h b/qemu/linux-headers/asm-powerpc/kvm.h index ab4d4732c..c93cf35ce 100644 --- a/qemu/linux-headers/asm-powerpc/kvm.h +++ b/qemu/linux-headers/asm-powerpc/kvm.h @@ -333,6 +333,15 @@ struct kvm_create_spapr_tce { __u32 window_size; }; +/* for KVM_CAP_SPAPR_TCE_64 */ +struct kvm_create_spapr_tce_64 { + __u64 liobn; + __u32 page_shift; + __u32 flags; + __u64 offset; /* in pages */ + __u64 size; /* in pages */ +}; + /* for KVM_ALLOCATE_RMA */ struct kvm_allocate_rma { __u64 rma_size; |