doc: add missing step in PVP reference benchmark howto
After we configure QEMU we also need to call 'make' to build the binary. This step is currently missing in the description and this patch fixes it. Signed-off-by: Jens Freimann <jfreiman@redhat.com> Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
3ecbbf9ce8
commit
10def6a107
@ -119,6 +119,7 @@ Build Qemu:
|
||||
mkdir bin
|
||||
cd bin
|
||||
../configure --target-list=x86_64-softmmu
|
||||
make
|
||||
|
||||
|
||||
DPDK build
|
||||
|
Loading…
x
Reference in New Issue
Block a user