Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752671Ab2JULDw (ORCPT ); Sun, 21 Oct 2012 07:03:52 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:39688 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403Ab2JULDv (ORCPT ); Sun, 21 Oct 2012 07:03:51 -0400 Date: Sun, 21 Oct 2012 07:03:29 -0400 From: Christoph Hellwig To: Dave Airlie Cc: Borislav Petkov , Stephen Rothwell , Pekka Enberg , Linus Torvalds , Andrew Morton , Ingo Molnar , Avi Kivity , linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [GIT PULL] Linux KVM tool for v3.7-rc0 Message-ID: <20121021110329.GA7024@infradead.org> References: <20121016134129.2fcd7c8ebe1235065aea929e@canb.auug.org.au> <20121020180436.c42b7325431fe87104b008fa@canb.auug.org.au> <20121020181425.GA11191@liondog.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 20 On Sun, Oct 21, 2012 at 01:07:31PM +1000, Dave Airlie wrote: > Why couldn't this script just be a wrapper around qemu It can be. Here is my ususual one: #!/bin/sh /opt/qemu/bin/qemu-system-x86_64 \ -m 1500 \ -enable-kvm \ -drive if=none,file=/home/hch/qemu-root.img,cache=none,id=root \ -device virtio-blk-pci,drive=root \ -append "root=/dev/vda console=tty0 console=ttyS0,38400n8 kgdboc=ttyS0,38400n8" \ -kernel arch/x86/boot/bzImage \ -nographic -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/