Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54105
b: refs/heads/master
c: 35cc7f9
h: refs/heads/master
i:
  54103: ab49d2b
v: v3
  • Loading branch information
Avi Kivity committed May 3, 2007
1 parent 9a399e1 commit d51b86c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 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: e38aea3e9330624d19a233c05f3e69c57519edd5
refs/heads/master: 35cc7f971188366f5a5c0d5da1456bb38cef5da9
14 changes: 0 additions & 14 deletions trunk/drivers/kvm/kvm_vmx.h

This file was deleted.

7 changes: 6 additions & 1 deletion trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include "kvm.h"
#include "vmx.h"
#include "kvm_vmx.h"
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
Expand Down Expand Up @@ -81,8 +80,14 @@ static const u32 vmx_msr_index[] = {
#ifdef CONFIG_X86_64
static unsigned msr_offset_kernel_gs_base;
#define NR_64BIT_MSRS 4
/*
* avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt
* mechanism (cpu bug AA24)
*/
#define NR_BAD_MSRS 2
#else
#define NR_64BIT_MSRS 0
#define NR_BAD_MSRS 0
#endif

static inline int is_page_fault(u32 intr_info)
Expand Down

0 comments on commit d51b86c

Please sign in to comment.