Re: [Qemu-devel] [PATCH v8 24/35] RISC-V: Allow setting and clearing multiple irqs

2018-05-03 Thread Alistair Francis
On Wed, Apr 25, 2018 at 5:02 PM Michael Clark wrote: > Change the API of riscv_set_local_interrupt to take a > write mask and value to allow setting and clearing of > multiple local interrupts atomically in a single call. > Rename the new function to riscv_cpu_update_mip. > Cc: Sagar Karandikar

[Qemu-devel] [PATCH v8 24/35] RISC-V: Allow setting and clearing multiple irqs

2018-04-25 Thread Michael Clark
Change the API of riscv_set_local_interrupt to take a write mask and value to allow setting and clearing of multiple local interrupts atomically in a single call. Rename the new function to riscv_cpu_update_mip. Cc: Sagar Karandikar Cc: Bastian Koppelmann Cc: Palmer Dabbelt Cc: Alistair Francis