Il 29/07/2013 15:21, Kevin Wolf ha scritto:
> Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben:
>> bdrv_is_allocated can detect coroutine context and go through a fast
>> path, similar to other block layer functions.
>>
>> Reviewed-by: Eric Blake
>> Signed-off-by: Paolo Bonzini
>
> It can, b
Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben:
> bdrv_is_allocated can detect coroutine context and go through a fast
> path, similar to other block layer functions.
>
> Reviewed-by: Eric Blake
> Signed-off-by: Paolo Bonzini
It can, but why is this a good idea?
The other block layer fun
bdrv_is_allocated can detect coroutine context and go through a fast
path, similar to other block layer functions.
Reviewed-by: Eric Blake
Signed-off-by: Paolo Bonzini
---
block.c | 24 +++-
block/raw.c | 2 +-
block/stream.c| 4 ++--
includ