Skip to content
New issue

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

content: reserve virtio device ID for virtio pmem device #38

Closed
pagupta opened this issue Mar 15, 2019 · 1 comment
Closed

content: reserve virtio device ID for virtio pmem device #38

pagupta opened this issue Mar 15, 2019 · 1 comment
Labels
virtio-v1.2-cs01 To be fixed in the next release.

Comments

@pagupta
Copy link
Contributor

pagupta commented Mar 15, 2019

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

@mstsirkin mstsirkin added the virtio-v1.2-cs01 To be fixed in the next release. label Apr 22, 2019
@mstsirkin
Copy link
Contributor

mstsirkin commented Apr 22, 2019

BALLOT CREATED AT URL: https://www.oasis-open.org/committees/ballot.php?id=3384

malchev pushed a commit to malchev/virtio-spec that referenced this issue Apr 6, 2020
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&amp;m=153555721901824&amp;w=2">https://marc.info/?l=qemu-devel&amp;m=153555721901824&amp;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 &lt;&oasis-tcs#112;&oasis-tcs#97;&oasis-tcs#103;&oasis-tcs#117;pta&oasis-tcs#64;&#x72;edha&oasis-tcs#116;.co&oasis-tcs#109;&gt;
This was referenced Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
virtio-v1.2-cs01 To be fixed in the next release.
Projects
None yet
Development

No branches or pull requests

2 participants