commit | f3705d53296d78b14f5823472ae2add16a25a0a5 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Mar 08 16:16:34 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Mar 08 16:16:34 2012 +0200 |
tree | 89dbec4350acf9ddc011575116e097b27c88f405 | |
parent | e32605062cd62c2a958ad28a6ad7de4eeab12027 [diff] |
memory: make phys_page_find() return an unadjusted section We'd like to store the section index in the iotlb, so we can't adjust it before returning. Return an unadjusted section and instead introduce section_addr(), which does the adjustment later. Signed-off-by: Avi Kivity <avi@redhat.com>