projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
[linux-2.6.git]
/
arch
/
s390
/
include
/
asm
/
kvm_host.h
diff --git
a/arch/s390/include/asm/kvm_host.h
b/arch/s390/include/asm/kvm_host.h
index
e630426
..
7343872
100644
(file)
--- a/
arch/s390/include/asm/kvm_host.h
+++ b/
arch/s390/include/asm/kvm_host.h
@@
-245,6
+245,9
@@
struct kvm_vm_stat {
u32 remote_tlb_flush;
};
+struct kvm_arch_memory_slot {
+};
+
struct kvm_arch{
struct sca_block *sca;
debug_info_t *dbf;