qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 04/24] block: add bdrv_get_mapping()


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC 04/24] block: add bdrv_get_mapping()
Date: Tue, 2 Aug 2011 09:58:28 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jul 29, 2011 at 12:49:34AM -0400, Devin Nakamura wrote:
> +/**
> + * Gets a mapping from an offset in the image to an offset within a file
> + *
> + * All offsets are in bytes. Functions starts its search at offset 
> host_offset
> + * + count (offset within the image, not the file offset)

This function starts its search at *guest_offset + *contiguous_bytes.

> + *
> + * @param guest_offset          used to calculate starting search location on

[in, out]

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]