vmexit: add support for running a selected set of tests
qemu -device testdev,chardev=log -chardev stdio,id=log \
-kernel vmexit.flat -append 'test1 test2 test3'
will run test1, test2, and test3, and skip all others.
Signed-off-by:
Avi Kivity <avi@redhat.com>
Please register or sign in to comment