Re: [Qemu-devel] [PATCH v4 7/8] file-posix: account discard operations

2018-10-08 Thread Anton Nefedov
On 4/10/2018 6:52 PM, Kevin Wolf wrote: > Am 21.08.2018 um 11:46 hat Anton Nefedov geschrieben: >> This will help to identify how many of the user-issued discard operations >> (accounted on a device level) have actually suceeded down on the host file >> (even though the numbers will not be exactl

Re: [Qemu-devel] [PATCH v4 7/8] file-posix: account discard operations

2018-10-04 Thread Kevin Wolf
Am 21.08.2018 um 11:46 hat Anton Nefedov geschrieben: > This will help to identify how many of the user-issued discard operations > (accounted on a device level) have actually suceeded down on the host file > (even though the numbers will not be exactly the same if non-raw format > driver is used (

[Qemu-devel] [PATCH v4 7/8] file-posix: account discard operations

2018-08-21 Thread Anton Nefedov
This will help to identify how many of the user-issued discard operations (accounted on a device level) have actually suceeded down on the host file (even though the numbers will not be exactly the same if non-raw format driver is used (e.g. qcow2 sending metadata discards)). Note that these numbe