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:
7b6195a
)
KVM: set_memory_region: Refactor commit_memory_region()
author
Takuya Yoshikawa
<yoshikawa_takuya_b1@lab.ntt.co.jp>
Wed, 27 Feb 2013 10:45:25 +0000
(19:45 +0900)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Mon, 4 Mar 2013 23:21:08 +0000
(20:21 -0300)
This patch makes the parameter old a const pointer to the old memory
slot and adds a new parameter named change to know the change being
requested: the former is for removing extra copying and the latter is
for cleaning up the code.
Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found