Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
* 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm: KVM: fix userspace ABI breakage KVM: MMU: Fix torn shadow pte KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot
This commit is contained in:
commit
087713f454
3 changed files with 4 additions and 4 deletions
|
|
@ -320,12 +320,12 @@ struct kvm_trace_rec {
|
|||
struct {
|
||||
__u64 cycle_u64;
|
||||
__u32 extra_u32[KVM_TRC_EXTRA_MAX];
|
||||
} cycle;
|
||||
} __attribute__((packed)) cycle;
|
||||
struct {
|
||||
__u32 extra_u32[KVM_TRC_EXTRA_MAX];
|
||||
} nocycle;
|
||||
} u;
|
||||
} __attribute__((packed));
|
||||
};
|
||||
|
||||
#define KVMIO 0xAE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue