Re: [tip:tools/kvm] kvm tools: Add 'kvm sandbox'

From: Sasha Levin
Date: Sun Dec 11 2011 - 10:39:40 EST


On Sun, 2011-12-11 at 07:32 -0800, tip-bot for Sasha Levin wrote:
> Commit-ID: dfb7f58f43dab84882d206e8ff2b478a94357191
> Gitweb: http://git.kernel.org/tip/dfb7f58f43dab84882d206e8ff2b478a94357191
> Author: Sasha Levin <levinsasha928@xxxxxxxxx>
> AuthorDate: Mon, 5 Dec 2011 16:16:36 +0200
> Committer: Pekka Enberg <penberg@xxxxxxxxxx>
> CommitDate: Sun, 11 Dec 2011 11:15:51 +0200
>
> kvm tools: Add 'kvm sandbox'
>
> This patch adds 'kvm sandbox' which is a wrapper on top of 'kvm run' which
> allows the user to easily specify sandboxed command to run in a custom
> rootfs guest.
>
> Example usage:
>
> kvm sandbox -d test_guest -k some_kernel -- do_something_in_guest

Maybe to make it clearer, the '-d' and '-k' are optional, not required.

For example, to do my trinity tests, I simply run:

./kvm sandbox -- /trinity/trinity --mode=random -i

--

Sasha.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/