On Fri, Dec 2, 2011 at 9:44 AM, Sasha Levin <levinsasha...@gmail.com> wrote:
>> Would it not be better to introduce a new command that works like 'perf
>> stat', for example:
>>
>>    ./kvm sandbox -k <kernel to test> -- trinity --mode=random --quiet -i
>>
>> ?
>
> So basically proxy the first set of parameters to 'kvm run' and run the
> second one as the script? Thats possible as well.

Yes.

> I did the '--sandbox' parameters so that we could pass a script that
> could do more complex testing in the guest, but it's also possible with
> your suggestion so we could do it that way as well.

We probably should do both, actually. 'kvm sandbox' can be a wrapper
on top of 'kvm run'.

                                Pekka
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to