From: "Dr. David Alan Gilbert" <[email protected]> Hi, The current edition of the virtio spec changes for the shared memory capability change how we find our DAX (and version) mappings.
We now use a byte in the existing capability header as 'id', and now the new capability structure is a generic 64 bit structure. This set goes with the current -dev qemu/virtiofsd branch. Dr. David Alan Gilbert (2): virito: Add 'id' field to capability header virto/shared memory: Rework for standardised id field drivers/virtio/virtio_pci_modern.c | 8 ++++---- include/uapi/linux/virtio_pci.h | 17 ++++++++--------- 2 files changed, 12 insertions(+), 13 deletions(-) -- 2.21.0
