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:
01485a2
)
KVM: emulator: remove duplicated limit check
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 19 Nov 2014 17:33:38 +0000
(18:33 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 19 Nov 2014 17:40:24 +0000
(18:40 +0100)
The check on the higher limit of the segment, and the check on the
maximum accessible size, is the same for both expand-up and
expand-down segments. Only the computation of "lim" varies.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
No differences found