aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2013-02-15 01:12:59 +0100
committerAlexander Graf <agraf@suse.de>2013-02-15 01:12:59 +0100
commit899f7b26bc4549cd5da8ac7688ed7e9d017f21b5 (patch)
treeb321cb79f7ba6802d24015b85a08b2567dad081f /include/linux
parentKVM: PPC: BookE: Handle alignment interrupts (diff)
parentKVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr (diff)
downloadwireguard-linux-899f7b26bc4549cd5da8ac7688ed7e9d017f21b5.tar.xz
wireguard-linux-899f7b26bc4549cd5da8ac7688ed7e9d017f21b5.zip
Merge commit 'origin/next' into kvm-ppc-next
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 0350e0d5e031..722cae78bbc4 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -273,7 +273,6 @@ struct kvm_memory_slot {
unsigned long userspace_addr;
u32 flags;
short id;
- bool user_alloc;
};
static inline unsigned long kvm_dirty_bitmap_bytes(struct kvm_memory_slot *memslot)