git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189a2f7
)
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
author
Takuya Yoshikawa
<yoshikawa.takuya@oss.ntt.co.jp>
Wed, 8 Feb 2012 04:02:18 +0000
(13:02 +0900)
committer
Avi Kivity
<avi@redhat.com>
Thu, 8 Mar 2012 12:10:22 +0000
(14:10 +0200)
Some members of kvm_memory_slot are not used by every architecture.
This patch is the first step to make this difference clear by
introducing kvm_memory_slot::arch; lpage_info is moved into it.
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found