From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32866 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbGFT-0005Id-JU for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:37:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbGFS-0006Pv-FM for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:37:11 -0500 Received: from mail-ew0-f45.google.com ([209.85.215.45]:49226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbGFS-0006Pa-Ae for qemu-devel@nongnu.org; Fri, 07 Jan 2011 12:37:10 -0500 Received: by ewy10 with SMTP id 10so7944687ewy.4 for ; Fri, 07 Jan 2011 09:37:08 -0800 (PST) MIME-Version: 1.0 Sender: hramrach@gmail.com In-Reply-To: <4D274D3C.9020008@loskot.net> References: <4D274D3C.9020008@loskot.net> From: Michal Suchanek Date: Fri, 7 Jan 2011 18:36:48 +0100 Message-ID: Subject: Re: [Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mateusz Loskot Cc: qemu-devel@nongnu.org On 7 January 2011 18:28, Mateusz Loskot wrote: > Hi, > > First, I'm sorry if my question does not belong here. The qemu-devel > says it's "devel", but I can't find any qemu-users mailing list. I have seen it once but could not find it either when searching for a qemu mailing list to subscribe to. > > I have no experience with QEMU. I've been using x86-only virtualization > software like VirtualBox, VMWare and others. > > I need to run Solaris (SPARC) OS and I'd like to do it under QEMU. > Due to hardware constraints, I'm wondering if the following setup > would work at all: > > 1. Quad-core workstation with 16GB RAM with Windows Vista 64-bit > =C2=A0 as host OS > 2. The Windows runs VirtualBox with Linux installed as guest OS. > 3. The Linux guest OS runs QEMU > 4. QEMU runs Solaris (SPARC) > > The Linux guest OS can be either Linux x86-32 or x86-64, > depending which one is recommended and would perform better. > > Is this configuration reasonable? > Would it work well? > > I have found the "QEMU on Winows" [1] but I'm not sure if this is an > official project and if it's "production ready". > I need to have fairly stable environment for building and > testing software on SPARC architecture. > If you can find a build of recent qemu for Windows it should preform as well as qemu on Linux for emulating a SPARC (=3D different architecture). Adding another layer of virtualization is going to hurt performance at least and could potentially introduce additional issues. However, the device emulation is different on Windows compared to Linux so you may find that networking and screen emulation works differently compared to Linux. HTH Michal