commit | 5eea60c60b5214f93e6382bb534b54bef3eb5ab2 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 17 18:31:15 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 17 18:31:15 2014 +0100 |
tree | 6cc6a08edec16c3278e46a664b7a7410cffae4b7 | |
parent | 2a8889753f57d0e0c04b1cd25c85cdb3aa5866d3 [diff] |
!fixup: fix get_qemu_addr_of_guest_buffer() Fix get_qemu_addr_of_guest_buffer() to use cpu_physical_memory_map(), which is the API the memory subsystem really wants you to use for this kind of thing. This should be squashed into the earlier patch.