Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a device ID for virtio-pmem devices. Request to reserve (27).
Spec change are available here: https://lists.oasis-open.org/archives/virtio-dev/201904/msg00027.html
The text was updated successfully, but these errors were encountered:
BALLOT CREATED AT URL: https://www.oasis-open.org/committees/ballot.php?id=3384
Sorry, something went wrong.
9454b56
[RFC] virtio-pmem: PMEM device spec
f52ae55
This patch proposes a virtio specification for new virtio pmem device. Virtio pmem is a paravirtualized device which allows the guest to bypass page cache. Previous posting of kernel driver is [1] and Qemu device is [2]. Specification has introduction of virtio pmem device with other implementation details. I have also listed concerns with page cache side channel attacks in previous kernel driver posting [1] and possible countermeasures based on discussion [4]. I have also created an virtio-spec issue [5] for this. Request to provide feedback on device specification. [1] <a rel="nofollow" href="https://lkml.org/lkml/2019/1/9/471">https://lkml.org/lkml/2019/1/9/471</a> [2] <a rel="nofollow" href="https://marc.info/?l=qemu-devel&m=153555721901824&w=2">https://marc.info/?l=qemu-devel&m=153555721901824&w=2</a> [3] <a rel="nofollow" href="https://lkml.org/lkml/2019/1/9/541">https://lkml.org/lkml/2019/1/9/541</a> [4] <a rel="nofollow" href="https://lkml.org/lkml/2019/2/4/1151">https://lkml.org/lkml/2019/2/4/1151</a> [5] <a rel="nofollow" href="https://github.com/oasis-tcs/virtio-spec/issues/38">https://github.com/oasis-tcs/virtio-spec/issues/38</a> Signed-off-by: Pankaj Gupta <&oasis-tcs#112;&oasis-tcs#97;&oasis-tcs#103;&oasis-tcs#117;pta&oasis-tcs#64;redha&oasis-tcs#116;.co&oasis-tcs#109;>
No branches or pull requests
pagupta commentedMar 15, 2019
•
edited
We need a device ID for virtio-pmem devices. Request to reserve (27).
Spec change are available here:
https://lists.oasis-open.org/archives/virtio-dev/201904/msg00027.html
The text was updated successfully, but these errors were encountered: