OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH v2 0/3] virtio-spec: Add virtio-mem device specification


Add the specification for virtio-mem devices. The Linux driver is part
of v5.8-rc1. The latest QEMU implementation (v4) can be found at [1].

[1] https://lkml.kernel.org/r/20200610115419.51688-1-david@redhat.com

v1 -> v2:
- Adapt to configuration layout change (block_size is now 64 bit)
- Some minor rephrasings

David Hildenbrand (3):
  conformance: make driver conformance list easier to read and maintain
  conformance: Reference RPMB Driver Conformance
  Add virtio-mem device specification

 conformance.tex |  47 ++++-
 content.tex     |   1 +
 virtio-mem.tex  | 448 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 493 insertions(+), 3 deletions(-)
 create mode 100644 virtio-mem.tex

-- 
2.26.2



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]