Am 27.11.2014 um 17:49 schrieb Paolo Bonzini:
>
> On 27/11/2014 11:15, Peter Lieven wrote:
>> vring_map causes a huge overhead by calling memory_region_find everytime.
>> the vring_map is executed already on vring_setup and there is also the memory
>> region referenced.
>>
>> Signed-off-by: Peter L
On 27/11/2014 11:15, Peter Lieven wrote:
> vring_map causes a huge overhead by calling memory_region_find everytime.
> the vring_map is executed already on vring_setup and there is also the memory
> region referenced.
>
> Signed-off-by: Peter Lieven
vring_map/unmap is going to disappear and be
vring_map causes a huge overhead by calling memory_region_find everytime.
the vring_map is executed already on vring_setup and there is also the memory
region referenced.
Signed-off-by: Peter Lieven
---
hw/virtio/dataplane/vring.c | 51 +--
1 file change