Re: [libvirt] [PATCH 1/4] Introduce virDomainFSTrim() public API

2012-11-28 Thread Peter Krempa
On 11/20/12 19:47, Michal Privoznik wrote: This will call FITRIM within guest. The API has 4 arguments, however, only 2 will be used for now (@dom and @minumum). The rest two are there if in future qemu guest agent learns them. --- include/libvirt/libvirt.h.in |4 +++ src/driver.h

[libvirt] [PATCH 1/4] Introduce virDomainFSTrim() public API

2012-11-20 Thread Michal Privoznik
This will call FITRIM within guest. The API has 4 arguments, however, only 2 will be used for now (@dom and @minumum). The rest two are there if in future qemu guest agent learns them. --- include/libvirt/libvirt.h.in |4 +++ src/driver.h |6 + src/libvirt.c

Re: [libvirt] [PATCH 1/4] Introduce virDomainFSTrim() public API

2012-11-20 Thread Daniel P. Berrange
On Tue, Nov 20, 2012 at 07:47:35PM +0100, Michal Privoznik wrote: This will call FITRIM within guest. The API has 4 arguments, however, only 2 will be used for now (@dom and @minumum). The rest two are there if in future qemu guest agent learns them. --- include/libvirt/libvirt.h.in |4