From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3A17-000347-KL for qemu-devel@nongnu.org; Thu, 01 Mar 2012 12:42:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3A10-0004xP-FY for qemu-devel@nongnu.org; Thu, 01 Mar 2012 12:42:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:35622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3A10-0004x3-82 for qemu-devel@nongnu.org; Thu, 01 Mar 2012 12:42:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S3A0s-0006ZZ-To for qemu-devel@nongnu.org; Thu, 01 Mar 2012 18:41:58 +0100 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 18:41:58 +0100 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Mar 2012 18:41:58 +0100 From: Paolo Bonzini Date: Thu, 01 Mar 2012 18:41:46 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] QEMU wiki remix and screenshots List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 01/03/2012 17:50, BenoƮt Canet ha scritto: > > Hello dear list, > > I am looking for screenshots of QEMU running a large variety of guest. > The screenshots will be used in the new wiki theme matching the QEMU logo. > Work in progress of the new theme can be found here > : http://www.nodalink.com/qemu/Main_Page > Screenshot will be where is the Fedora image. > > The guest and host visual identity must be "compatible" with CC style > licence. > Preferred host resolution is 1680 x 1050 (this ratio will fit the > homepage css). > An additional screenshot of the host without any window would be useful > to be able to compose the QEMU window cleanly. > Screenshots should be send at this email with "QEMU SCREENSHOT $OS" in > the topic. Nice! Only, I don't like the remix of the MediaWiki left sidebar. If you do a lot of editing you have some muscle memory for it. Perhaps the page/discussion links could gain the orange hue, and the MediaWiki sidebar moved back to the left? The snapshots look nice there. The bottom orange bar looks like a menu though, and the text is broken incorrectly. It should be: QEMU is a generic and open source machine emulator and virtualizer. When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance. When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests. Paolo