Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2021-08-05 15:22:33 to 2021-09-21 23:20:59 UTC [more...]

[virtio-dev] [PATCH v3 00/12] Context types, v3
 2021-09-21 23:20 UTC  (11+ messages)
` [virtio-dev] [PATCH v3 01/12] virtio-gpu api: multiple context types with explicit initialization
` [virtio-dev] [PATCH v3 02/12] drm/virtgpu api: create context init feature
` [virtio-dev] [PATCH v3 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [virtio-dev] [PATCH v3 04/12] drm/virtio: implement context init: probe for feature
` [virtio-dev] [PATCH v3 05/12] drm/virtio: implement context init: support init ioctl
` [virtio-dev] [PATCH v3 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [virtio-dev] [PATCH v3 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [virtio-dev] [PATCH v3 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
` [virtio-dev] [PATCH v3 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [virtio-dev] [PATCH v3 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK

[PATCH v4] virtio-pmem: PMEM device spec
 2021-09-21 10:27 UTC 

[virtio-dev] [PATCH v2 00/12] Context types
 2021-09-17  1:08 UTC  (13+ messages)
` [virtio-dev] [PATCH v2 01/12] virtio-gpu api: multiple context types with explicit initialization
` [virtio-dev] [PATCH v2 02/12] drm/virtgpu api: create context init feature
` [virtio-dev] [PATCH v2 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [virtio-dev] [PATCH v2 04/12] drm/virtio: implement context init: probe for feature
` [virtio-dev] [PATCH v2 05/12] drm/virtio: implement context init: support init ioctl
` [virtio-dev] [PATCH v2 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [virtio-dev] [PATCH v2 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [virtio-dev] [PATCH v2 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
` [virtio-dev] [PATCH v2 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [virtio-dev] [PATCH v2 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
` [virtio-dev] [PATCH v2 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
` [virtio-dev] [PATCH v2 12/12] drm/virtio: implement context init: advertise feature to userspace

[virtio-dev] [PATCH v1 00/12] Context types
 2021-09-17  1:06 UTC  (24+ messages)
` [virtio-dev] [PATCH v1 01/12] virtio-gpu api: multiple context types with explicit initialization
` [virtio-dev] [PATCH v1 02/12] drm/virtgpu api: create context init feature
` [virtio-dev] [PATCH v1 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [virtio-dev] [PATCH v1 04/12] drm/virtio: implement context init: probe for feature
` [virtio-dev] [PATCH v1 05/12] drm/virtio: implement context init: support init ioctl
` [virtio-dev] [PATCH v1 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [virtio-dev] [PATCH v1 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [virtio-dev] [PATCH v1 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
  ` [virtio-dev] "
` [virtio-dev] [PATCH v1 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [virtio-dev] [PATCH v1 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
` [virtio-dev] [PATCH v1 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
` [virtio-dev] [PATCH v1 12/12] drm/virtio: implement context init: advertise feature to userspace

[virtio-dev] [PATCH 1/3] firmware: arm_scmi: Review some virtio log messages
 2021-09-16 10:33 UTC  (3+ messages)
` [virtio-dev] [PATCH 2/3] firmware: arm_scmi: Simplify spinlocks in virtio transport
` [virtio-dev] [PATCH 3/3] firmware: arm_scmi: Add proper barriers to scmi virtio device

[virtio-dev] [PATCH v3] virtio-net: support device stats
 2021-09-16  9:33 UTC 

[virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue
 2021-09-16  7:53 UTC 

[virtio-dev] Enabling hypervisor agnosticism for VirtIO backends
 2021-09-14 14:25 UTC  (18+ messages)
` [virtio-dev] "
            ` [virtio-dev] Re: [Stratos-dev] "

[virtio-dev] [PATCH] Add virtio parameter server device specification
 2021-09-08 20:42 UTC  (3+ messages)
  ` [virtio-dev] Re: [PATCH v4] "

[PATCH v3] virtio-pmem: PMEM device spec
 2021-09-08 11:08 UTC  (5+ messages)

[virtio] [PATCH RFC] VIRTIO_F_PARTIAL_ORDER for page fault handling
 2021-09-06  6:33 UTC  (10+ messages)
    ` [virtio-comment] RE: [virtio-dev] "
        ` [virtio] "
          ` [virtio-comment] "
            ` [virtio] "

[virtio-dev] [PATCH v7 00/15] Introduce SCMI transport based on VirtIO
 2021-09-05  7:14 UTC  (4+ messages)
` [virtio-dev] [PATCH v7 15/15] firmware: arm_scmi: Add virtio transport

[virtio-dev] [PATCH] Reserve device id for RDMA device
 2021-09-03  8:35 UTC 

[PATCH] Reserve device id for RDMA device
 2021-09-03  8:32 UTC  (2+ messages)

[virtio-dev] [PATCH v2] virtio-net: support device stats
 2021-09-03  2:57 UTC  (8+ messages)

[PATCH v3] virtio-mmio: Specify wait needed in driver during reset
 2021-09-02  7:27 UTC  (6+ messages)
  ` [virtio-dev] "

[PATCH V3] virtio: i2c: Allow zero-length transactions
 2021-09-01  7:35 UTC 

[PATCH V2] virtio: i2c: Allow zero-length transactions
 2021-09-01  7:22 UTC  (13+ messages)
        ` [virtio-dev] "

[virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue
 2021-08-27  3:45 UTC  (3+ messages)
  ` [virtio-comment] "

[virtio-dev] [RFC PATCH 00/12] -- 2021: The year of the context type
 2021-08-26  2:04 UTC  (13+ messages)
` [virtio-dev] [RFC PATCH 01/12] virtio-gpu api: multiple context types with explicit initialization
` [virtio-dev] [RFC PATCH 02/12] drm/virtgpu api: create context init feature
` [virtio-dev] [RFC PATCH 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [virtio-dev] [RFC PATCH 04/12] drm/virtio: implement context init: probe for feature
` [virtio-dev] [RFC PATCH 05/12] drm/virtio: implement context init: support init ioctl
` [virtio-dev] [RFC PATCH 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [virtio-dev] [RFC PATCH 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [virtio-dev] [RFC PATCH 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
` [virtio-dev] [RFC PATCH 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [virtio-dev] [RFC PATCH 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
` [virtio-dev] [RFC PATCH 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
` [virtio-dev] [RFC PATCH 12/12] drm/virtio: implement context init: advertise feature to userspace

[PATCH v1] virtio-mmio: Specify wait needed in driver during reset
 2021-08-24 16:57 UTC  (30+ messages)
` [virtio-dev] "

[PATCH v2] virtio-mmio: Specify wait needed in driver during reset
 2021-08-20 11:18 UTC  (12+ messages)
` [virtio-dev] "

[PATCH V2] virtio-gpio: Specify character encoding for gpio names
 2021-08-19 10:30 UTC  (3+ messages)
` [virtio-dev] "

[PATCH v2] virtio-pmem: PMEM device spec
 2021-08-19 10:11 UTC  (9+ messages)
    ` [virtio-dev] "

[virtio-dev] [PATCH] virtio-net: support device stats
 2021-08-19  7:10 UTC  (4+ messages)
` [virtio-dev] "

[PATCH] virtio-gpio: Specify character encoding for gpio names
 2021-08-18 12:52 UTC  (3+ messages)
  ` [virtio-dev] "

[PATCH V9] virtio-gpio: Add the device specification
 2021-08-18 11:21 UTC  (7+ messages)
` [virtio-dev] "
` [virtio-dev] "

[PATCH] virtio: i2c: Allow buffer less transactions
 2021-08-16  9:48 UTC  (4+ messages)
  ` [virtio-dev] "

[virtio-dev] [PATCH] virtio: introduce VIRTIO_F_RING_RESET for reset queue
 2021-08-13  2:31 UTC 

[virtio-dev] Re: [PATCH v6 00/17] Introduce SCMI transport based on VirtIO
 2021-08-11 15:26 UTC 

[PATCH 1/1] virtio-blk: fix virtqueues accounting
 2021-08-10  6:39 UTC  (3+ messages)
` [virtio-comment] "

[PATCH V8 0/2] virtio: Add specification for virtio-gpio
 2021-08-09  5:50 UTC  (5+ messages)
` [PATCH V8 1/2] virtio-gpio: Add the device specification
  ` [virtio-dev] "

[virtio-comment] [PATCH V2 2/2] virtio: introduce STOP status bit
 2021-08-08  9:31 UTC  (13+ messages)

[virtio-dev] Fwd: [PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
 2021-08-06 19:19 UTC  (5+ messages)

[PATCH RESEND] virtio-pmem: PMEM device spec
 2021-08-05 15:22 UTC  (6+ messages)
` [virtio-dev] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox