~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/arm64/include/asm/kvm_host.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#define KVM_VCPU_MAX_FEATURES 2
38
38
 
39
 
/* We don't currently support large pages. */
40
 
#define KVM_HPAGE_GFN_SHIFT(x)  0
41
 
#define KVM_NR_PAGE_SIZES       1
42
 
#define KVM_PAGES_PER_HPAGE(x)  (1UL<<31)
43
 
 
44
39
struct kvm_vcpu;
45
40
int kvm_target_cpu(void);
46
41
int kvm_reset_vcpu(struct kvm_vcpu *vcpu);
151
146
struct kvm_vcpu_init;
152
147
int kvm_vcpu_set_target(struct kvm_vcpu *vcpu,
153
148
                        const struct kvm_vcpu_init *init);
 
149
int kvm_vcpu_preferred_target(struct kvm_vcpu_init *init);
154
150
unsigned long kvm_arm_num_regs(struct kvm_vcpu *vcpu);
155
151
int kvm_arm_copy_reg_indices(struct kvm_vcpu *vcpu, u64 __user *indices);
156
152
struct kvm_one_reg;