Re: [PATCH v1 1/1] hw/riscv: shakti_c: Mark as not user creatable

2021-09-27 Thread Philippe Mathieu-Daudé
Hi Alistair, On 9/27/21 09:13, Alistair Francis wrote: > From: Alistair Francis > > Mark the shakti_c machine as not user creatable as it uses serial_hd. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/639 > Signed-off-by: Alistair Francis > --- > hw/riscv/shakti_c.c | 2 ++ > 1

Re: [PATCH v1 1/1] hw/riscv: shakti_c: Mark as not user creatable

2021-09-27 Thread Bin Meng
On Mon, Sep 27, 2021 at 3:13 PM Alistair Francis wrote: > > From: Alistair Francis > > Mark the shakti_c machine as not user creatable as it uses serial_hd. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/639 > Signed-off-by: Alistair Francis > --- > hw/riscv/shakti_c.c | 2 ++ > 1

[PATCH v1 1/1] hw/riscv: shakti_c: Mark as not user creatable

2021-09-27 Thread Alistair Francis
From: Alistair Francis Mark the shakti_c machine as not user creatable as it uses serial_hd. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/639 Signed-off-by: Alistair Francis --- hw/riscv/shakti_c.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/riscv/shakti_c.c