Re: [PATCH] hw/riscv: virt: Remove the redundant ipi-id property

2022-11-11 Thread Bin Meng
On Sat, Nov 12, 2022 at 8:42 AM Atish Kumar Patra wrote: > > > > On Fri, Nov 11, 2022 at 4:39 PM Bin Meng wrote: >> >> On Sat, Nov 12, 2022 at 4:14 AM Atish Patra wrote: >> > >> > The imsic DT binding has changed and no longer require an ipi-id. >> >> requires >> > > Sure. Will fix it. > >> >> C

Re: [PATCH] hw/riscv: virt: Remove the redundant ipi-id property

2022-11-11 Thread Atish Kumar Patra
On Fri, Nov 11, 2022 at 4:39 PM Bin Meng wrote: > On Sat, Nov 12, 2022 at 4:14 AM Atish Patra wrote: > > > > The imsic DT binding has changed and no longer require an ipi-id. > > requires > > Sure. Will fix it. > Could you please put a link here to the upstream imsic DT binding for > reference

Re: [PATCH] hw/riscv: virt: Remove the redundant ipi-id property

2022-11-11 Thread Bin Meng
On Sat, Nov 12, 2022 at 4:14 AM Atish Patra wrote: > > The imsic DT binding has changed and no longer require an ipi-id. requires Could you please put a link here to the upstream imsic DT binding for reference? > The latest IMSIC driver dynamically allocates ipi id if slow-ipi > is not defined.

[PATCH] hw/riscv: virt: Remove the redundant ipi-id property

2022-11-11 Thread Atish Patra
The imsic DT binding has changed and no longer require an ipi-id. The latest IMSIC driver dynamically allocates ipi id if slow-ipi is not defined. Get rid of the unused dt property which may lead to confusion. Signed-off-by: Atish Patra --- hw/riscv/virt.c | 2 -- include/hw/riscv/virt.