From qemu-devel Wed Jun 13 05:31:45 2012 From: Paolo Bonzini Date: Wed, 13 Jun 2012 05:31:45 +0000 To: qemu-devel Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-ga: add guest-fstrim command Message-Id: <4FD825C1.3020802 () redhat ! com> X-MARC-Message: https://marc.info/?l=qemu-devel&m=133956571325128 Il 12/06/2012 23:05, Michael Roth ha scritto: > The FsMount* stuff is still only declared if CONFIG_FSFREEZE is defined, > we'll need to make sure those are declared when CONFIG_FSTRIM is defined > as well. Shouldn't be a problem in practice as FIFREEZE is older: fcccf502 (Takashi Sato 2009-01-09 16:40:59 -0800 332) #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ fcccf502 (Takashi Sato 2009-01-09 16:40:59 -0800 333) #define FITHAW _IOWR('X', 120, int) /* Thaw */ 367a51a3 (Lukas Czerner 2010-10-27 21:30:11 -0400 334) #define FITRIM _IOWR('X', 121, struct fstrim_range) /* Trim */ but I will fix it together with the version number. Paolo