From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 3/3] kvm tools, ui: Add support for SDL framebuffer output target Date: Fri, 3 Jun 2011 18:26:31 +0200 Message-ID: <20110603162631.GA17203@elte.hu> References: <1307116779-572-1-git-send-email-penberg@kernel.org> <1307116779-572-3-git-send-email-penberg@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Cyrill Gorcunov , John Floren , Sasha Levin To: Pekka Enberg Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:55859 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755461Ab1FCQ0i (ORCPT ); Fri, 3 Jun 2011 12:26:38 -0400 Content-Disposition: inline In-Reply-To: <1307116779-572-3-git-send-email-penberg@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: * Pekka Enberg wrote: > This patch adds support for SDL based framebuffer. Use the '--sdl' command line > option to enable the feature. Very nice! I tried them out - but i'm unsure how to activate the feature. Right now 'kvm run' will run the guest and it outputs to the serial console. If i try 'kvm run --sdl' i get: linux/tools/kvm> ./kvm run --sdl # kvm run -k ../../arch/x86/boot/bzImage -m 1216 -c 16 Warning: Unable to open /dev/net/tun Undefined video mode number: 312 Press to see video modes available, to continue, or wait 30 sec What kind of options should i select on the guest kernel image side to be able to boot via the SDL framebuffer? Ingo