Limit number of cpus in the kernel running on QEMU
to 2 to ensure that stalls are not reported by the kernel.
ZynqMP QEMU is single-threaded and it runs the VCPUs
in round-robin. It takes longer between the CPUs get
to run when more VCPUs are used.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>