From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3rsu-0001b3-12 for qemu-devel@nongnu.org; Tue, 12 May 2009 09:19:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3rsp-0001ZZ-0M for qemu-devel@nongnu.org; Tue, 12 May 2009 09:19:03 -0400 Received: from [199.232.76.173] (port=39365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3rso-0001ZV-Qh for qemu-devel@nongnu.org; Tue, 12 May 2009 09:18:58 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:49395) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M3rso-0005be-Ff for qemu-devel@nongnu.org; Tue, 12 May 2009 09:18:58 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n4CDCptx000602 for ; Tue, 12 May 2009 07:12:51 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4CDInjE170974 for ; Tue, 12 May 2009 07:18:51 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n4CDInmg006862 for ; Tue, 12 May 2009 07:18:49 -0600 Message-ID: <4A097737.7000004@us.ibm.com> Date: Tue, 12 May 2009 08:18:47 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4][RFC] Add module infrastructure to QEMU References: <1242052009-27339-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kazu , "qemu-devel@nongnu.org" Kazu wrote: > Hi, > > I think using GCC extension __attribute__ (constractor) has a problem on > MinGW. Does this infrastructure have effects on Windows? It works for me. > Also there is a project that ports QEMU to VisualC++. > http://sourceforge.net/projects/winqemu/ > > What do you think of portability? It's been discussed before. QEMU has no intention of supporting MSVC as a compiler. -- Regards, Anthony Liguori