From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7KEP-0002Xr-Px for qemu-devel@nongnu.org; Thu, 21 May 2009 22:11:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7KEL-0002XH-Pw for qemu-devel@nongnu.org; Thu, 21 May 2009 22:11:33 -0400 Received: from [199.232.76.173] (port=59859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7KEL-0002XE-NH for qemu-devel@nongnu.org; Thu, 21 May 2009 22:11:29 -0400 Received: from qw-out-1920.google.com ([74.125.92.145]:58192) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7KEL-0005Ad-BD for qemu-devel@nongnu.org; Thu, 21 May 2009 22:11:29 -0400 Received: by qw-out-1920.google.com with SMTP id 4so876854qwk.4 for ; Thu, 21 May 2009 19:11:28 -0700 (PDT) Message-ID: <4A1609CD.4000904@codemonkey.ws> Date: Thu, 21 May 2009 21:11:25 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Windows runtime error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Consul Cc: Blue Swirl , qemu-devel@nongnu.org Consul wrote: > This commit breaks Windows giving runtime error "Unknown device > 'virtio-balloon-pci'" > > ec6bd8dea77478f32981a5df49f66ca2430ad19d > > Author: Blue Swirl 2009-05-21 11:22:59 > Committer: Blue Swirl 2009-05-21 11:22:59 > Parent: 2567f5796c38238d6f2055f074e347a0338140ce (Compile most Xen > files only once) > > Fix arm-softmmu breakage > > Don't use whole-archive for hwlib or libqemu objects > > Signed-off-by: Blue Swirl hwlib definitely needs whole-archive. Why did this break arm-softmmu? It builds fine for me. Are you on a Solaris host by chance? Regards, Anthony Liguori > >