From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C16EC54798 for ; Thu, 22 Feb 2024 15:29:58 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rdB07-00059d-Vt; Thu, 22 Feb 2024 10:28:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rdB05-00059E-Rn for qemu-devel@nongnu.org; Thu, 22 Feb 2024 10:28:41 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rdB04-0000Nb-57 for qemu-devel@nongnu.org; Thu, 22 Feb 2024 10:28:41 -0500 Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-41279488d3cso11598245e9.2 for ; Thu, 22 Feb 2024 07:28:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1708615718; x=1709220518; darn=nongnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=4MwHCNZiA3Visjen24c/hVnCKAjTkYsBMXtfe/ZJmuA=; b=gZlMiBRJf/a7UGGXS6naz2QSklBfEYoulXP5cHWNmftWfnumqXLzYXS+gMp0bhfmzJ M/p2BwNsj+cVFRBvCxliBsfrKSjqdJ3au0LlWn1W+s+1rKqA3hGDu4EyRqdTT3aERdqH +Mxm5Zb42aW7dpkiVm4pJVTvLiJn6GdMwGJ/gk5TqLDBs7C9FbgxQbpsJ+5QDV90xV37 wZn5QEek0RXUOP5XeJcZ9uhfWj9BsXvTENP8A/P/q/OpVziCFag0RuQbOyAY9gQMb+bG tXwrM3rrV6Rwe/pyY/DMuOLEiMWPQ8dVTfFw4u8fPcrazhhulbbhJm1tlDroag0ySXB2 wRlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708615718; x=1709220518; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4MwHCNZiA3Visjen24c/hVnCKAjTkYsBMXtfe/ZJmuA=; b=Qe/1Yn/gHCcfTumAdyDWZGvewJEpwBuic2czyGiwIt1nnnOmJxeo1pWapCQ8pR3VLi /7LTPadmluLtEt+yY2RN7rnapWn+7LqCjvCO6IPMvPcaCtZim7PtgYTRGMsUIvLvW/S2 ElU5Is1IlvispS0txGJzC9V+ih4G7ceuycH3kOizDTFYBMMoPtJ4DfFg+BEzdRo2tIBN 8VFOz62rD6gyW6gKG0+pASOPmZKCn6GvNRG5X3W8ybVmlTGAwBRiqCDHquajbWAzkOy4 GyEV6OagTVjMvko0HTg/tc8igp3xoUqDkVGVk61K/FSFlEIJANnaPLbh5yFaVsaC9rA2 PtQA== X-Gm-Message-State: AOJu0YxQjsrUKo7YN0BfVtRCPtPDcSwFzoYezMYoEnG1AGvuotz0mcYt qDwtSDg1PbRBV6K1gr9b8EaCDz3gQsTg09Nf7XAYKY/vpVk86YpOK3NOYTcms2BcO8WmKeb/Hqe wfgg= X-Google-Smtp-Source: AGHT+IF2NK0K6ceeP/8gS4/jlGm01Ohwg7qYN1Dey+YfeBz7cLHsn+NyVUtFmfQqF9nohdSQkeUnBw== X-Received: by 2002:a05:600c:45cf:b0:412:8560:1bb8 with SMTP id s15-20020a05600c45cf00b0041285601bb8mr1386292wmo.27.1708615717903; Thu, 22 Feb 2024 07:28:37 -0800 (PST) Received: from m1x-phil.lan (sto95-h01-176-184-18-96.dsl.sta.abo.bbox.fr. [176.184.18.96]) by smtp.gmail.com with ESMTPSA id j25-20020a05600c1c1900b0040fd3121c4asm2938941wms.46.2024.02.22.07.28.36 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 22 Feb 2024 07:28:37 -0800 (PST) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org, Dehan Meng Cc: Konstantin Kostiuk , Michael Roth , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [PATCH v3 0/3] qga/commands-win32: Style cleanups before adding Windows Server 2025 Date: Thu, 22 Feb 2024 16:28:32 +0100 Message-ID: <20240222152835.72095-1-philmd@linaro.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::330; envelope-from=philmd@linaro.org; helo=mail-wm1-x330.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Respin of Dehan's v2 since I had the changes stashed. Supersedes: <20240222025437.58996-1-demeng@redhat.com> Dehan Meng (1): qga-win: Add support of Windows Server 2025 in get-osinfo command Philippe Mathieu-Daudé (2): qga/commands-win32: Declare const qualifier before type qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size qga/commands-win32.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- 2.41.0