[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/riscv: Add basic fw_cfg support to virt
From: |
Asherah Connor |
Subject: |
Re: [PATCH] hw/riscv: Add basic fw_cfg support to virt |
Date: |
Thu, 25 Feb 2021 11:54:18 +0000 |
Hi Philippe,
On 21/02/25 12:02:p, Philippe Mathieu-Daudé wrote:
> Hi Asherah,
>
> You forgot to Cc the maintainers (doing it now):
Ah, my bad. Thank you!
> What is missing here is why do you need this, what problem
> does this patch solve.
I would eventually like to use qemu ramfb on RISC-V (through UEFI) --
this is the first step in that direction.
I have continued on my side to add the ramfb device to the machine, and
it's another +7 -2 diff to a working ramfb on riscv :) There may be
more after cleaning up, but all in all it seems a fairly low-impact
change with useful result for developers.
Best,
Asherah