Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68425
b: refs/heads/master
c: cbdd1be
h: refs/heads/master
i:
  68423: ce0e965
v: v3
  • Loading branch information
Christian Ehrhardt authored and Avi Kivity committed Oct 13, 2007
1 parent c6f196e commit 36e4556
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d8d2bd4f20c8a2a254b4fe3bc114f12214a6d73
refs/heads/master: cbdd1bea2a2dce4c0b45c5f0122c150d9f07f0bc
8 changes: 4 additions & 4 deletions trunk/drivers/kvm/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ struct descriptor_table {
unsigned long base;
} __attribute__((packed));

struct kvm_arch_ops {
struct kvm_x86_ops {
int (*cpu_has_kvm_support)(void); /* __init */
int (*disabled_by_bios)(void); /* __init */
void (*hardware_enable)(void *dummy); /* __init */
Expand Down Expand Up @@ -499,7 +499,7 @@ struct kvm_arch_ops {
void (*set_irq)(struct kvm_vcpu *vcpu, int vec);
};

extern struct kvm_arch_ops *kvm_arch_ops;
extern struct kvm_x86_ops *kvm_x86_ops;

/* The guest did something we don't support. */
#define pr_unimpl(vcpu, fmt, ...) \
Expand All @@ -515,9 +515,9 @@ extern struct kvm_arch_ops *kvm_arch_ops;
int kvm_vcpu_init(struct kvm_vcpu *vcpu, struct kvm *kvm, unsigned id);
void kvm_vcpu_uninit(struct kvm_vcpu *vcpu);

int kvm_init_arch(struct kvm_arch_ops *ops, unsigned int vcpu_size,
int kvm_init_x86(struct kvm_x86_ops *ops, unsigned int vcpu_size,
struct module *module);
void kvm_exit_arch(void);
void kvm_exit_x86(void);

int kvm_mmu_module_init(void);
void kvm_mmu_module_exit(void);
Expand Down
Loading

0 comments on commit 36e4556

Please sign in to comment.