Searched hist:ac1970fbe8ad5a70174f462109ac0f6c7bf1bc43 (Results 1 – 3 of 3) sorted by relevance
/qemu/include/exec/ |
H A D | cputlb.h | ac1970fbe8ad5a70174f462109ac0f6c7bf1bc43 Wed Oct 03 14:22:53 UTC 2012 Avi Kivity <avi@redhat.com> memory: per-AddressSpace dispatch
Currently we use a global radix tree to dispatch memory access. This only works with a single address space; to support multiple address spaces we make the radix tree a member of AddressSpace (via an intermediate structure AddressSpaceDispatch to avoid exposing too many internals).
A side effect is that address_space_io also gains a dispatch table. When we remove all the pre-memory-API I/O registrations, we can use that for dispatching I/O and get rid of the original I/O dispatch.
Signed-off-by: Avi Kivity <avi@redhat.com>
|
/qemu/system/ |
H A D | memory.c | ac1970fbe8ad5a70174f462109ac0f6c7bf1bc43 Wed Oct 03 14:22:53 UTC 2012 Avi Kivity <avi@redhat.com> memory: per-AddressSpace dispatch
Currently we use a global radix tree to dispatch memory access. This only works with a single address space; to support multiple address spaces we make the radix tree a member of AddressSpace (via an intermediate structure AddressSpaceDispatch to avoid exposing too many internals).
A side effect is that address_space_io also gains a dispatch table. When we remove all the pre-memory-API I/O registrations, we can use that for dispatching I/O and get rid of the original I/O dispatch.
Signed-off-by: Avi Kivity <avi@redhat.com>
|
/qemu/accel/tcg/ |
H A D | cputlb.c | ac1970fbe8ad5a70174f462109ac0f6c7bf1bc43 Wed Oct 03 14:22:53 UTC 2012 Avi Kivity <avi@redhat.com> memory: per-AddressSpace dispatch
Currently we use a global radix tree to dispatch memory access. This only works with a single address space; to support multiple address spaces we make the radix tree a member of AddressSpace (via an intermediate structure AddressSpaceDispatch to avoid exposing too many internals).
A side effect is that address_space_io also gains a dispatch table. When we remove all the pre-memory-API I/O registrations, we can use that for dispatching I/O and get rid of the original I/O dispatch.
Signed-off-by: Avi Kivity <avi@redhat.com>
|