Re: [PATCH 4/4] alpha: Provide console information to the PALcode at start-up.

2021-06-14 Thread Richard Henderson
On 6/13/21 2:15 PM, Jason Thorpe wrote: 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 "-nographics" option. Signed-off-by: Jason Thorpe --- hw/alpha/dp264.c | 11 +++ 1 file

[PATCH 4/4] alpha: Provide console information to the PALcode at start-up.

2021-06-13 Thread Jason Thorpe
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 "-nographics" option. Signed-off-by: Jason Thorpe --- hw/alpha/dp264.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hw/a