From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcwuR-0000IF-EW for qemu-devel@nongnu.org; Tue, 10 Jul 2018 13:58:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcwuM-0007MY-Jz for qemu-devel@nongnu.org; Tue, 10 Jul 2018 13:58:43 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:46520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcwuM-0007M0-Cy for qemu-devel@nongnu.org; Tue, 10 Jul 2018 13:58:38 -0400 Received: by mail-wr1-f66.google.com with SMTP id s11-v6so15531604wra.13 for ; Tue, 10 Jul 2018 10:58:37 -0700 (PDT) Date: Tue, 10 Jul 2018 19:58:34 +0200 From: =?UTF-8?B?VG9tw6HFoSBHb2xlbWJpb3Zza8O9?= Message-ID: <20180710195834.6d8b3f06@fiorina> In-Reply-To: <0b2c142da5d44a4b645dee47b7c50dae87a90a05.1530606672.git.tgolembi@redhat.com> References: <0b2c142da5d44a4b645dee47b7c50dae87a90a05.1530606672.git.tgolembi@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] qga: report disk size and free space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , Michael Roth On Tue, 3 Jul 2018 10:31:20 +0200 Tom=C3=A1=C5=A1 Golembiovsk=C3=BD wrote: > Report total file system size and free space in output of command > "guest-get-fsinfo". Values are optional and it is not an error if they ca= nnot > be retrieved for some reason. >=20 > Signed-off-by: Tom=C3=A1=C5=A1 Golembiovsk=C3=BD > --- > qga/commands-posix.c | 18 ++++++++++++++++++ > qga/commands-win32.c | 16 ++++++++++++++++ > qga/qapi-schema.json | 5 ++++- > 3 files changed, 38 insertions(+), 1 deletion(-) Ignore the patch. I see that similar change was already applied by the following patches: https://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg01004.html https://lists.nongnu.org/archive/html/qemu-devel/2018-07/msg00995.html Tomas