From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0UD3-0007co-Pt for qemu-devel@nongnu.org; Sun, 12 Aug 2012 05:11:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0UD1-0002kO-7i for qemu-devel@nongnu.org; Sun, 12 Aug 2012 05:11:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0UD0-0002kK-Vz for qemu-devel@nongnu.org; Sun, 12 Aug 2012 05:11:43 -0400 Message-ID: <50277348.2050404@redhat.com> Date: Sun, 12 Aug 2012 12:11:36 +0300 From: Avi Kivity MIME-Version: 1.0 References: <6A3DF150A5B70D4F9B66A25E3F7C888D03DF0AC5@039-SN2MPN1-022.039d.mgd.msft.net> <1344268591.3441.45.camel@ul30vt.home> <6A3DF150A5B70D4F9B66A25E3F7C888D03DF2388@039-SN2MPN1-022.039d.mgd.msft.net> <6A3DF150A5B70D4F9B66A25E3F7C888D03DF6537@039-SN2MPN1-022.039d.mgd.msft.net> <1344534885.3441.211.camel@ul30vt.home> <6A3DF150A5B70D4F9B66A25E3F7C888D03DF6618@039-SN2MPN1-022.039d.mgd.msft.net> In-Reply-To: <6A3DF150A5B70D4F9B66A25E3F7C888D03DF6618@039-SN2MPN1-022.039d.mgd.msft.net> Content-Type: text/plain; charset=UTF-8 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 , "qemu-devel@nongnu.org" , Stuart Yoder On 08/09/2012 09:06 PM, Bhushan Bharat-R65777 wrote: > I have a fedora machine to which I do not have direct access (but I can reboot remotely, have a console). So far what I was trying direct booting VM using same initramfs and bzimage as of host, > > Alex, How I can create a ISO image with my kernel? Where I should place that on host? Try this: $ qemu-img create -f qcow2 fedora.img 20G $ qemu-kvm -m 1G -monitor stdio -drive file=fedora.img,cache=none,if=virtio -cdrom http://dl.fedoraproject.org/pub/alt/bfo/bfo.iso -vnc :1 Then connect to vnc port 5901 on your host. To update the kernel, simply build and install it in the guest as you would on any other machine. -- error compiling committee.c: too many arguments to function