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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A189CC433F5 for ; Wed, 3 Nov 2021 06:34:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id CE921604DC for ; Wed, 3 Nov 2021 06:34:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CE921604DC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=c-sky.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:48670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mi9r3-00016X-J7 for qemu-devel@archiver.kernel.org; Wed, 03 Nov 2021 02:34:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mi9px-0000Me-Ad for qemu-devel@nongnu.org; Wed, 03 Nov 2021 02:33:29 -0400 Received: from out28-121.mail.aliyun.com ([115.124.28.121]:48173) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mi9pu-0003Mg-Mg for qemu-devel@nongnu.org; Wed, 03 Nov 2021 02:33:29 -0400 X-Alimail-AntiSpam: AC=CONTINUE; BC=0.5407256|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_news_journal|0.035069-0.0275016-0.937429; FP=0|0|0|0|0|-1|-1|-1; HT=ay29a033018047187; MF=zhiwei_liu@c-sky.com; NM=1; PH=DS; RN=1; RT=1; SR=0; TI=SMTPD_---.LmitsjP_1635921193; Received: from 10.0.2.15(mailfrom:zhiwei_liu@c-sky.com fp:SMTPD_---.LmitsjP_1635921193) by smtp.aliyun-inc.com(10.147.41.187); Wed, 03 Nov 2021 14:33:13 +0800 To: "qemu-devel@nongnu.org Developers" From: LIU Zhiwei Subject: Question on plugin or modules support on windows Message-ID: <72e4e46f-96d6-89a7-af51-3a5d3f81d45c@c-sky.com> Date: Wed, 3 Nov 2021 14:33:13 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: none client-ip=115.124.28.121; envelope-from=zhiwei_liu@c-sky.com; helo=out28-121.mail.aliyun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, UNPARSEABLE_RELAY=0.001 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" Hi folks, I want to use plugins or modules on Windows. However, these features are still not supportedĀ  on cross build for Windows. Does someone know why it is not supported? I also want to look for some suggestions on how to implement it. Any advice is appreciated. Thanks, Zhiwei