From nobody Tue Feb 10 09:02:09 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=126.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1528963703699750.9078926285714; Thu, 14 Jun 2018 01:08:23 -0700 (PDT) Received: from localhost ([::1]:39121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTNIq-0004Hg-Rl for importer@patchew.org; Thu, 14 Jun 2018 04:08:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTNHA-0003My-DH for qemu-devel@nongnu.org; Thu, 14 Jun 2018 04:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTNH4-0001J0-Nq for qemu-devel@nongnu.org; Thu, 14 Jun 2018 04:06:36 -0400 Received: from m15-111.126.com ([220.181.15.111]:38867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTNH3-0001Gz-Ua for qemu-devel@nongnu.org; Thu, 14 Jun 2018 04:06:30 -0400 Received: from localhost.localdomain (unknown [58.213.111.46]) by smtp1 (Coremail) with SMTP id C8mowADnUSD0ISJbV4SIAQ--.22123S4; Thu, 14 Jun 2018 16:06:23 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=From:Subject:Date:Message-Id; bh=jD5J3U8ObLrMZFIZzo iDHFvYgFicKFk5xrhnB7JpWXE=; b=llgFGxeDTrggBplPm6PAEqH899uLAQl+Ao 7iMDCn0SYTJjTaQrxSzuR4wiZOadznoP8OnTDHTYfMTLdv2Wk+Ea/ubeWlYL4WJe rlgFv/YHoV7cA1u9n4JfD77Diu2S1aLuNeS+1oVowFxQM2ooji75M/m4d0r7ro4h BdwvEv3EY= From: Chen Hanxiao To: qemu-devel@nongnu.org Date: Thu, 14 Jun 2018 16:06:07 +0800 Message-Id: <20180614080607.16604-3-chen_han_xiao@126.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180614080607.16604-1-chen_han_xiao@126.com> References: <20180614080607.16604-1-chen_han_xiao@126.com> X-CM-TRANSID: C8mowADnUSD0ISJbV4SIAQ--.22123S4 X-Coremail-Antispam: 1Uf129KBjvJXoWxJryxXF17Xw43KFy8Gr1Utrb_yoW8Ar4kpr W5Jr9xK3ykJF12qrnxCF4rZF1rJF9Yy34UG393tryYvw1kKF40qwnIkryvqwn5Wws3Ar4r Z34kt342gF1avwUanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jcyCXUUUUU= X-Originating-IP: [58.213.111.46] X-CM-SenderInfo: xfkh0spkdqs5xldrqiyswou0bp/1tbitQNlrlpD5582RAAAsu X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 220.181.15.111 Subject: [Qemu-devel] [PATCH v5.2 2/2] qga-win: add driver path usage to GuestFilesystemInfo X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Roth , Chen Hanxiao Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Chen Hanxiao This patch adds support for getting the usage of windows driver path. The usage of fs stored as used_bytes and total_bytes. Cc: Michael Roth Signed-off-by: Chen Hanxiao --- v2: unpack usage as used-bytes and total-bytes qga/commands-win32.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qga/commands-win32.c b/qga/commands-win32.c index 70ee5379f6..0103c0695c 100644 --- a/qga/commands-win32.c +++ b/qga/commands-win32.c @@ -670,6 +670,7 @@ static GuestFilesystemInfo *build_guest_fsinfo(char *gu= id, Error **errp) char fs_name[32]; char vol_info[MAX_PATH+1]; size_t len; + uint64_t i64FreeBytesToCaller, i64TotalBytes, i64FreeBytes; GuestFilesystemInfo *fs =3D NULL; =20 GetVolumePathNamesForVolumeName(guid, (LPCH)&mnt, 0, &info_size); @@ -699,10 +700,21 @@ static GuestFilesystemInfo *build_guest_fsinfo(char *= guid, Error **errp) fs_name[sizeof(fs_name) - 1] =3D 0; fs =3D g_malloc(sizeof(*fs)); fs->name =3D g_strdup(guid); + fs->has_total_bytes =3D false; + fs->has_used_bytes =3D false; if (len =3D=3D 0) { fs->mountpoint =3D g_strdup("System Reserved"); } else { fs->mountpoint =3D g_strndup(mnt_point, len); + if (GetDiskFreeSpaceEx(fs->mountpoint, + (PULARGE_INTEGER) & i64FreeBytesToCaller, + (PULARGE_INTEGER) & i64TotalBytes, + (PULARGE_INTEGER) & i64FreeBytes)) { + fs->used_bytes =3D i64TotalBytes - i64FreeBytes; + fs->total_bytes =3D i64TotalBytes; + fs->has_total_bytes =3D true; + fs->has_used_bytes =3D true; + } } fs->type =3D g_strdup(fs_name); fs->disk =3D build_guest_disk_info(guid, errp); --=20 2.17.1