← Prev in month ← Prev in thread

[PATCH 0/3] Large shared memory regions

From
Dr. David Alan Gilbert (git) <>
Date
2019-01-11T11:42:06+00:00
ID
Thread
[PATCH 0/3] Large shared memory regions
From: "Dr. David Alan Gilbert" <>

Hi,
  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 three parts:

  a) A general definition of the idea

  b) A definition on virtio-pci using the layout previously
discussed; this still uses the list of capabilities.

  c) A definition on virtio-mmio; this is untested and I worry
it does use quite a bit of register space; however I thought best
to include it since it shows that (a) isn't tied to PCI.

Dave


Dr. David Alan Gilbert (3):
  shared memory: Define shared memory regions
  shared memory: Define PCI capability
  shared memory: Define mmio registers

 content.tex    | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++
 shared-mem.tex | 25 ++++++++++++++++
 2 files changed, 102 insertions(+)
 create mode 100644 shared-mem.tex

-- 
2.20.1
← Prev in month ← Prev in thread