qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 05/12] block: add logical block provisioning inf


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 05/12] block: add logical block provisioning information to BlockDriverInfo
Date: Fri, 13 Sep 2013 12:34:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Il 13/09/2013 12:25, Peter Lieven ha scritto:
> +    /* maximum number of sectors that can be discarded at once */
> +    int max_discard;
> +    /* maximum number of sectors that can zeroized at once */
> +    int max_write_zeroes;

These should not be needed outside the driver.

If you want to make them private between block.c and block/iscsi.c, you
can add them to BlockDriverState.

Paolo



reply via email to

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