[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH v5 0/5] Large shared memory regions
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
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.
v5:
Based on Michael's comments, the 'id' field is now moved into
the main virtio_pci_cap, and the 64 bit cpaaibility is now a more
general type.
Minor other rewordings.
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 | 1 +
content.tex | 77 ++++++++++++++++++++++++++++++++++++++++++++++++-
shared-mem.tex | 42 +++++++++++++++++++++++++++
3 files changed, 119 insertions(+), 1 deletion(-)
create mode 100644 shared-mem.tex
--
2.21.0
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]