On Fri, May 6, 2011 at 2:36 PM, Kevin Wolf wrote:
> Am 06.05.2011 15:21, schrieb Stefan Hajnoczi:
>> On Fri, Apr 29, 2011 at 12:56 PM, Kevin Wolf wrote:
>>> Am 27.04.2011 15:27, schrieb Stefan Hajnoczi:
+/**
+ * Attempt to stream an image starting from sector_num.
+ *
+ * @sec
Am 06.05.2011 15:21, schrieb Stefan Hajnoczi:
> On Fri, Apr 29, 2011 at 12:56 PM, Kevin Wolf wrote:
>> Am 27.04.2011 15:27, schrieb Stefan Hajnoczi:
>>> +/**
>>> + * Attempt to stream an image starting from sector_num.
>>> + *
>>> + * @sector_num - the first sector to start streaming from
>>> + *
On Fri, Apr 29, 2011 at 12:56 PM, Kevin Wolf wrote:
> Am 27.04.2011 15:27, schrieb Stefan Hajnoczi:
>> +/**
>> + * Attempt to stream an image starting from sector_num.
>> + *
>> + * @sector_num - the first sector to start streaming from
>> + * @cb - block completion callback
>> + * @opaque - data
Am 27.04.2011 15:27, schrieb Stefan Hajnoczi:
> From: Anthony Liguori
>
> Signed-off-by: Anthony Liguori
> ---
> block.c | 32
> block.h |2 ++
> block_int.h |3 +++
> 3 files changed, 37 insertions(+), 0 deletions(-)
>
> diff --git a/block.c
From: Anthony Liguori
Signed-off-by: Anthony Liguori
---
block.c | 32
block.h |2 ++
block_int.h |3 +++
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/block.c b/block.c
index f731c7a..5e3476c 100644
--- a/block.c
+++ b/block.