Re: [PATCH 2/2] linux-user/riscv: Sync hwprobe keys with Linux

2024-03-08 Thread Christoph Müllner
On Fri, Mar 8, 2024 at 5:23 AM Alistair Francis wrote: > > On Wed, Feb 7, 2024 at 10:00 PM Christoph Müllner > wrote: > > > > Upstream Linux recently added many additional keys to the hwprobe API. > > This patch adds support for all of them with the exception of Ztso, > > which is currently not s

Re: [PATCH 2/2] linux-user/riscv: Sync hwprobe keys with Linux

2024-03-07 Thread Alistair Francis
On Wed, Feb 7, 2024 at 10:00 PM Christoph Müllner wrote: > > Upstream Linux recently added many additional keys to the hwprobe API. > This patch adds support for all of them with the exception of Ztso, > which is currently not supported in QEMU. > > Signed-off-by: Christoph Müllner > --- > linux

Re: [PATCH 2/2] linux-user/riscv: Sync hwprobe keys with Linux

2024-02-14 Thread Daniel Henrique Barboza
On 2/7/24 08:59, Christoph Müllner wrote: Upstream Linux recently added many additional keys to the hwprobe API. This patch adds support for all of them with the exception of Ztso, which is currently not supported in QEMU. Signed-off-by: Christoph Müllner --- Reviewed-by: Daniel Henrique B