Ricardo Neri
Ricardo Neri
@jyiang5 initially posted on LKML (https://lore.kernel.org/lkml/[email protected]/). The discussion digressed into using the proposed new `enable-method` for virtual devices. The proposed `enable-method` is not required to be used _only_ on virtual...
Submitted pull request here: https://github.com/microsoft/OHCL-Linux-Kernel/pull/81
@chris-oo said he was OK merging the kernel changes into the OHCL-Linux-Kernel once the code changes are validated agains the openvmm changes (needed to enumerate the mailbox in the DeviceTree)....
I submitted v4 to LKML: https://lore.kernel.org/all/[email protected]/
I updated my pull request (https://github.com/microsoft/OHCL-Linux-Kernel/pull/81) to reflect the changes made on v4 on LKML.
I submitted a new pull request to update this patchset to the latest submission to LKML: https://github.com/microsoft/OHCL-Linux-Kernel/pull/108
Yes @cperezvargas we are still working on it. We currently have a proof-of-concept with changes in HyperV and the OHCL-Linux-Kernel. The proof-of-concept is functional and verifying performance improvements. After that,...
Hi @chris-oo [balajimc55](https://github.com/balajimc55) and were discussing what to do in case the L2 guest requests too many vectors to L1. An option can be for the L1 kernel to return...
The experiments we conducted used 6 vectors. I was thinking on reserving 20 to err on the safe side. Also, now that I think about it, I fail to see...
In my latest code, I reserve 32 CPU interrupt vectors. All CPUs have the same interrupt descriptor table. User space uses a IOCTL to request an interrupt to be remapped....