From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeuQI-0003AA-NJ for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeuQG-0005Cz-TG for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:44:14 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:60898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeuQG-0005CJ-L0 for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:44:12 -0400 Received: by dadn2 with SMTP id n2so492425dad.4 for ; Wed, 13 Jun 2012 13:44:10 -0700 (PDT) Sender: fluxion Date: Wed, 13 Jun 2012 15:44:04 -0500 From: Michael Roth Message-ID: <20120613204404.GD11828@illuin> References: <1339566088-22542-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339566088-22542-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] qemu-ga: Add guest-fstrim command. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com On Wed, Jun 13, 2012 at 07:41:26AM +0200, Paolo Bonzini wrote: > FITRIM is a mounted filesystem feature to discard (or "trim") blocks which > are not in use by the filesystem. This is useful for solid-state drives > (SSDs) and thinly-provisioned storage. Provide access to the feature > from the host so that filesystems can be trimmed periodically or before > migration. > > v1->v2: fix version number, define mount list functions also for CONFIG_FSTRIM Thanks, applied to qga tree. > > Paolo Bonzini (2): > qemu-ga: make names more generic for mount list functions > qemu-ga: add guest-fstrim command > > qapi-schema-guest.json | 20 +++++++++ > qga/commands-posix.c | 114 +++++++++++++++++++++++++++++++++++++++--------- > qga/commands-win32.c | 11 +++++ > 3 files changed, 124 insertions(+), 21 deletions(-) > > -- > 1.7.10.2 > >