diff options
author | Peter Maydell | 2018-02-05 16:04:26 +0100 |
---|---|---|
committer | Peter Maydell | 2018-02-09 11:55:40 +0100 |
commit | bbba7757bacc9f890a3f028d328b4b429dbe78ec (patch) | |
tree | 20ec2e25be5c4c4a4f4547cb5d0012af6623b031 /hw/intc | |
parent | target/arm/translate.c: Fix missing 'break' for TT insns (diff) | |
download | qemu-bbba7757bacc9f890a3f028d328b4b429dbe78ec.tar.gz qemu-bbba7757bacc9f890a3f028d328b4b429dbe78ec.tar.xz qemu-bbba7757bacc9f890a3f028d328b4b429dbe78ec.zip |
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
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions