Next in thread → Next in month →

[PATCH v7 0/5] Large shared memory regions

From
Dr. David Alan Gilbert (git) <>
Date
2019-07-12T12:20:11+00:00
ID
Thread
[PATCH v7 0/5] Large shared memory regions
From: "Dr. David Alan Gilbert" <>

  This series formalises the idea of shared memory regions I'd
previously discussed and is intended for use with virtio-fs.
 
I've split it into five parts:
 
  a) A general definition of the idea
 
  b) An addition of an 'id' field to allow multiple distinct
     capabilities of the same type.
 
  c) An addition of a 64bit capability type.
 
  d) A definition on virtio-pci using the layout previously
discussed.
 
  e) A definition on virtio-mmio.
 
v7:
  Conformance reference from Cornelia's review

Dr. David Alan Gilbert (5):
  shared memory: Define shared memory regions
  pci: Define id field
  pci: Define virtio_pci_cap64
  shared memory: Define PCI capability
  shared memory: Define mmio registers

 conformance.tex |  2 ++
 content.tex     | 83 +++++++++++++++++++++++++++++++++++++++++++++++--
 shared-mem.tex  | 42 +++++++++++++++++++++++++
 3 files changed, 125 insertions(+), 2 deletions(-)
 create mode 100644 shared-mem.tex

-- 
2.21.0
Next in thread → Next in month →