Skip to content
Snippets Groups Projects
Commit 8e6794a7 authored by Liu, Jinsong's avatar Liu, Jinsong Committed by Avi Kivity
Browse files

Update README example for serial port output


Tests now use the serial port for output.

Signed-off-by: default avatarLiu, Jinsong <jinsong.liu@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 173e7eac
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ To create the tests' images just type 'make' in this directory. ...@@ -10,8 +10,8 @@ To create the tests' images just type 'make' in this directory.
Tests' images created in ./<ARCH>/*.flat Tests' images created in ./<ARCH>/*.flat
An example of a test invocation: An example of a test invocation:
qemu-system-x86_64 -device testdev,chardev=testlog -chardev file,id=testlog,path=msr.out -kernel ./x86/msr.flat qemu-system-x86_64 -device testdev,chardev=testlog -chardev file,id=testlog,path=msr.out -serial stdio -kernel ./x86/msr.flat
This invocation runs the msr test case. The test output is in file msr.out. This invocation runs the msr test case. The test outputs to stdio.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment