[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [Qemu-devel] [PATCH v2 20/20] block: Make bdrv_is_alloc
From: |
John Snow |
Subject: |
Re: [Qemu-block] [Qemu-devel] [PATCH v2 20/20] block: Make bdrv_is_allocated_above() byte-based |
Date: |
Mon, 5 Jun 2017 19:22:41 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 |
On 05/10/2017 10:20 PM, Eric Blake wrote:
> - int64_t sector_num, int nb_sectors, int *pnum);
> + int64_t offset, int64_t bytes, int64_t *pnum);
Minor context conflict after this that, for whichever reason, git could
not resolve on its own for me.
- Re: [Qemu-block] [Qemu-devel] [PATCH v2 20/20] block: Make bdrv_is_allocated_above() byte-based,
John Snow <=