From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyPf8-00034Q-Ne for qemu-devel@nongnu.org; Mon, 06 Aug 2012 11:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyPf7-00088Z-58 for qemu-devel@nongnu.org; Mon, 06 Aug 2012 11:56:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyPf6-00088N-TZ for qemu-devel@nongnu.org; Mon, 06 Aug 2012 11:56:09 -0400 Message-ID: <501FE915.9020007@redhat.com> Date: Mon, 06 Aug 2012 18:56:05 +0300 From: Avi Kivity MIME-Version: 1.0 References: <6A3DF150A5B70D4F9B66A25E3F7C888D03DF0AC5@039-SN2MPN1-022.039d.mgd.msft.net> In-Reply-To: <6A3DF150A5B70D4F9B66A25E3F7C888D03DF0AC5@039-SN2MPN1-022.039d.mgd.msft.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Running KVM guest on X86 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bhushan Bharat-R65777 Cc: "alex.williamson@redhat.com" , "qemu-devel@nongnu.org" On 08/06/2012 06:40 PM, Bhushan Bharat-R65777 wrote: > Hi Avi/All, > > I am facing issue to boot KVM guest on x86 (I used to work on PowerPC platform and do not have enough knowledge of x86). I am working on making VFIO working on PowerPC Booke, So I have cloned Alex Williamsons git repository, compiled kernel for x86 on fedora with virtualization configuration (selected all kernel config options for same). Run below command to boot Guest (I have not provided vfio device yet): > > "qemu-system-x86_64 -enable-kvm -m 1024 -nographic -kernel arch/x86_64/boot/bzImage -initrd /boot/initramfs-3.5.0-rc4+.img -serial tcp::4444,server,telnet" > > After the I can see qemu command line (able to run various commands like "info registers" etc), while guest does not boot (not even the first print comes). > > Can anyone help in what I am missing or doing wrong? Drop '-nographic'. Alterantively, add '-append console=ttyS0'. -- error compiling committee.c: too many arguments to function