Re: [Qemu-devel] [PATCH v2] raw-posix: Fetch max sectors for host block device

2016-06-03 Thread Kevin Wolf
Am 03.06.2016 um 04:07 hat Fam Zheng geschrieben: > This is sometimes a useful value we should count in. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH v2] raw-posix: Fetch max sectors for host block device

2016-06-02 Thread Fam Zheng
On Thu, 06/02 20:42, Eric Blake wrote: > On 06/02/2016 08:07 PM, Fam Zheng wrote: > > This is sometimes a useful value we should count in. > > > > Signed-off-by: Fam Zheng > > --- > > block/raw-posix.c | 24 > > 1 file changed, 24 insertions(+) > > > > Will conflict wi

Re: [Qemu-devel] [PATCH v2] raw-posix: Fetch max sectors for host block device

2016-06-02 Thread Eric Blake
On 06/02/2016 08:07 PM, Fam Zheng wrote: > This is sometimes a useful value we should count in. > > Signed-off-by: Fam Zheng > --- > block/raw-posix.c | 24 > 1 file changed, 24 insertions(+) > Will conflict with patches I'm about to post to rework BlockLimits to be by

[Qemu-devel] [PATCH v2] raw-posix: Fetch max sectors for host block device

2016-06-02 Thread Fam Zheng
This is sometimes a useful value we should count in. Signed-off-by: Fam Zheng --- block/raw-posix.c | 24 1 file changed, 24 insertions(+) diff --git a/block/raw-posix.c b/block/raw-posix.c index a4f5a1b..32f9596 100644 --- a/block/raw-posix.c +++ b/block/raw-posix.c @@