Re: [PATCH v6 0/3] Support RISC-V IOPMP

2024-06-02 Thread Ethan Chen via
Hi Dainel, Sorry for the delayed response. I've been busy over the past two months. I plan to submit the next version of the patch within two weeks. Thanks, Ethan Chen On Mon, May 27, 2024 at 09:09:49AM -0300, Daniel Henrique Barboza wrote: > Hi Ethan, > > > Did you send v7 already and I someh

Re: [PATCH v6 0/3] Support RISC-V IOPMP

2024-05-27 Thread Daniel Henrique Barboza
Hi Ethan, Did you send v7 already and I somehow missed it? This is the latest version I have for this IOPMP work in my inbox. If this is the latest, do you plan to send a new version? Most of the comments made in patche 2 are simple code style changes and there's no technical reason to not get

[PATCH v6 0/3] Support RISC-V IOPMP

2024-02-07 Thread Ethan Chen via
This series implements IOPMP specification v1.0.0-draft4 rapid-k model and add IOPMP device to RISC-V virt machine. Patch 1 add config STREAM make other device can reuse /hw/core/stream.c, IOPMP implementation will use it. Patch 2 implement IOPMP deivce. Patch 3 add IOPMP device to RISC-V virt mac