Home
last modified time | relevance | path

Searched hist:"3655 cb9c7375a595a8051ec677c515b24d5c1fe6" (Results 1 – 1 of 1) sorted by relevance

/qemu/system/
H A Dmemory.c3655cb9c7375a595a8051ec677c515b24d5c1fe6 Sat Feb 20 02:35:20 UTC 2016 Gonglei <arei.gonglei@huawei.com> memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length

these two functions consume too much cpu overhead to
find the RAMBlock by ram address.

After this patch, we can pass the RAMBlock pointer
to them so that they don't need to find the RAMBlock
anymore most of the time. We can get better performance
in address translation processing.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Message-Id: <1455935721-8804-3-git-send-email-arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>