Re: [PATCH] qemu-palcode: Changes to support booting NetBSD/alpha

2020-10-15 Thread Philippe Mathieu-Daudé
On 10/15/20 5:32 AM, Richard Henderson wrote: On 10/14/20 4:16 PM, Jason Thorpe wrote: On Oct 14, 2020, at 2:52 PM, Richard Henderson wrote: I'm certainly open to these changes. But it'll need to be split up -- one patch per bullet, basically. That's fine. What's the convention for patc

Re: [PATCH] qemu-palcode: Changes to support booting NetBSD/alpha

2020-10-14 Thread Richard Henderson
On 10/14/20 4:16 PM, Jason Thorpe wrote: > >> On Oct 14, 2020, at 2:52 PM, Richard Henderson >> wrote: >> >> I'm certainly open to these changes. But it'll need to be split up -- one >> patch per bullet, basically. > > That's fine. What's the convention for patches that stack on top of one >

Re: [PATCH] qemu-palcode: Changes to support booting NetBSD/alpha

2020-10-14 Thread Jason Thorpe
> On Oct 14, 2020, at 2:52 PM, Richard Henderson > wrote: > > I'm certainly open to these changes. But it'll need to be split up -- one > patch per bullet, basically. That's fine. What's the convention for patches that stack on top of one another? -- thorpej

Re: [PATCH] qemu-palcode: Changes to support booting NetBSD/alpha

2020-10-14 Thread Richard Henderson
On 10/6/20 7:52 PM, Jason Thorpe wrote: > There are additional changes in Qemu itself. Those will be sent as > a follow-up. > > - Change the $a2 value at VM start from "cpu count" to "config word". Bits > 0-5 are cpu count, and bit 6 communicates the "-nographic" option from > the VM. > - Pr

[PATCH] qemu-palcode: Changes to support booting NetBSD/alpha

2020-10-06 Thread Jason Thorpe
There are additional changes in Qemu itself. Those will be sent as a follow-up. - Change the $a2 value at VM start from "cpu count" to "config word". Bits 0-5 are cpu count, and bit 6 communicates the "-nographic" option from the VM. - Provide a Console Terminal Block in the HWRPB. Initiali