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:28:56 +0200 Message-ID: <20110603162856.GA17415@elte.hu> References: <1307116779-572-1-git-send-email-penberg@kernel.org> <1307116779-572-3-git-send-email-penberg@kernel.org> <20110603162631.GA17203@elte.hu> 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 mx3.mail.elte.hu ([157.181.1.138]:42947 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943Ab1FCQ3A (ORCPT ); Fri, 3 Jun 2011 12:29:00 -0400 Content-Disposition: inline In-Reply-To: <20110603162631.GA17203@elte.hu> Sender: kvm-owner@vger.kernel.org List-ID: * Ingo Molnar wrote: > 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? Ok, found it, the guest kernel needs CONFIG_FB_VESA=y set. Thanks, Ingo