From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IET2z-0006gm-Um for qemu-devel@nongnu.org; Fri, 27 Jul 2007 12:52:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IET2x-0006ga-KY for qemu-devel@nongnu.org; Fri, 27 Jul 2007 12:52:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IET2x-0006gX-Hc for qemu-devel@nongnu.org; Fri, 27 Jul 2007 12:52:11 -0400 Received: from mta-1.ms.rz.rwth-aachen.de ([134.130.7.72]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.60) (envelope-from ) id 1IET2x-0006Fs-2E for qemu-devel@nongnu.org; Fri, 27 Jul 2007 12:52:11 -0400 Received: from ironport-out-2.rz.rwth-aachen.de ([134.130.3.59]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JLU00K3NJYWWB10@mta-1.ms.rz.RWTH-Aachen.de> for qemu-devel@nongnu.org; Fri, 27 Jul 2007 18:47:20 +0200 (CEST) Received: from pc42.xtal.rwth-aachen.de (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id l6RGlIlD017214 for ; Fri, 27 Jul 2007 18:47:20 +0200 (MEST) Date: Fri, 27 Jul 2007 18:50:51 +0200 From: Jan Marten Simons Subject: Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...) In-reply-to: <46AA142D.1000300@gmail.com> Message-id: <46AA226B.7010502@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7BIT References: <1175990048.1516.77.camel@rapid> <20070408000420.GJ21953@networkno.de> <1176018595.1516.115.camel@rapid> <20070408144103.GM21953@networkno.de> <1176049887.1516.209.camel@rapid> <000c01c77a1e$8bc6d620$a3548260$@com> <20070727142142.GX8527@erizo.shearer.org> <46AA0137.8060007@codemonkey.ws> <20070727143404.GA16020@erizo.shearer.org> <46AA080B.9040902@gmail.com> <20070727151211.GE16020@erizo.shearer.org> <46AA142D.1000300@gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sunil Amitkumar Janki schrieb: > Dan Shearer wrote: >> You do also have the architectures provided to you by QEMU :-) :-) >> > > I have been able to build modular Xorg for Armedslack in QEMU without > having the hardware but when I tried to port Slackware 12.0 to SPARC in > QEMU I found it was way too slow and started looking for some real > hardware. > > Maybe in the future where we have all kinds of cheap multicore processors > this will not matter much but for the moment limited resources are still > some > kind of hindrance to realizing the benefits of multi-architecture > emulation. > > Maybe I should trade in my single-core Athlon system for some serious > quadcore x86_64 chip but I'd rather wait for 16-core Loongson 3 :-). > As Qemu cannot use multicore CPUs (partially due to missing thread safety), yet, you won't benefit from this unless you want to run multiple instances of Qemu in parallel. regs, Jan