hw/alpha: Provide console information to the PALcode at start-up
authorJason Thorpe <thorpej@me.com>
Sun, 13 Jun 2021 21:15:49 +0000 (14:15 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jun 2021 14:27:32 +0000 (07:27 -0700)
commit387a1dcb351be6a6ec4e27d36173df2de1017bcc
tree0ebe0522e60a165fe705b97dd40981a09fa653ac
parent3a8233dc1fe2fb5d0b51c9ae895e27b96a6d830e
hw/alpha: Provide console information to the PALcode at start-up

Redefine the a2 register passed by Qemu at start-up to also include
some configuration flags, in addition to the CPU count, and define
a flag to mirror the "-nographic" option.

Signed-off-by: Jason Thorpe <thorpej@me.com>
Message-Id: <20210613211549.18094-5-thorpej@me.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/alpha/dp264.c