On 9 September 2014 17:28, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 5 September 2014 13:24, Ard Biesheuvel <ard.biesheu...@linaro.org> wrote: >> This adds some PSCI function IDs and symbolic return codes that are needed >> to implement PSCI emulation in TCG mode. >> >> Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org> >> --- >> target-arm/kvm-consts.h | 40 ++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 40 insertions(+) > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> >
Could you hold off merging this? Or squash this: MISMATCH_CHECK(QEMU_PSCI_0_2_RET_VERSION_0_2, - PSCI_VERSION_MAJOR(0) | PSCI_VERSION_MINOR(2)) + (PSCI_VERSION_MAJOR(0) | PSCI_VERSION_MINOR(2)))