[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121021110329.GA7024@infradead.org>
Date: Sun, 21 Oct 2012 07:03:29 -0400
From: Christoph Hellwig <hch@...radead.org>
To: Dave Airlie <airlied@...il.com>
Cc: Borislav Petkov <bp@...en8.de>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Pekka Enberg <penberg@...nel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Ingo Molnar <mingo@...nel.org>, Avi Kivity <avi@...hat.com>,
linux-kernel@...r.kernel.org, Christoph Hellwig <hch@...radead.org>
Subject: Re: [GIT PULL] Linux KVM tool for v3.7-rc0
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists