hw/core/generic-loader: Allow PC to be set on command line
commitbbba7757bacc9f890a3f028d328b4b429dbe78ec
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 5 Feb 2018 15:04:26 +0000 (5 15:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:55:40 +0000 (9 10:55 +0000)
tree20ec2e25be5c4c4a4f4547cb5d0012af6623b031
parent384c6c03fb687bea239a5990a538c4bc50fdcecb
hw/core/generic-loader: Allow PC to be set on command line

The documentation for the generic loader claims that you can
set the PC for a CPU with an option of the form
  -device loader,cpu-num=0,addr=0x10000004

However if you try this QEMU complains:
  cpu_num must be specified when setting a program counter

This is because we were testing against 0 rather than CPU_NONE.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180205150426.20542-1-peter.maydell@linaro.org
hw/core/generic-loader.c