virtio-fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-09 06:31:53 to 2023-10-09 09:59:36 UTC [more...]

[Virtio-fs] [PATCH v4 0/6] virtio: cleanup vhost-user-generic and reduce c&p
 2023-10-09  9:59 UTC  (6+ messages)
` [Virtio-fs] [PATCH v4 1/6] virtio: split into vhost-user-base and vhost-user-device
` [Virtio-fs] [PATCH v4 2/6] hw/virtio: derive vhost-user-rng from vhost-user-base
` [Virtio-fs] [PATCH v4 3/6] hw/virtio: derive vhost-user-gpio "
` [Virtio-fs] [PATCH v4 4/6] hw/virtio: derive vhost-user-i2c "
` [Virtio-fs] [PATCH v4 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices

[Virtio-fs] [PATCH] virtiofs: Export filesystem tags through sysfs
 2023-10-09  9:53 UTC  (2+ messages)

[Virtio-fs] [PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-09  9:13 UTC  (40+ messages)
` [Virtio-fs] [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
    ` [Virtio-fs] (no subject)
` [Virtio-fs] [PATCH v4 2/8] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
` [Virtio-fs] [PATCH v4 3/8] vhost-user.rst: Clarify enabling/disabling vrings
` [Virtio-fs] [PATCH v4 4/8] vhost-user.rst: Introduce suspended state
` [Virtio-fs] [PATCH v4 5/8] vhost-user.rst: Migrating back-end-internal state
` [Virtio-fs] [PATCH v4 6/8] vhost-user: Interface for migration state transfer
` [Virtio-fs] [PATCH v4 7/8] vhost: Add high-level state save/load functions
` [Virtio-fs] [PATCH v4 8/8] vhost-user-fs: Implement internal migration

[Virtio-fs] [PATCH v3 0/5] vhost-user: Back-end state migration
 2023-09-27 20:19 UTC  (20+ messages)
` [Virtio-fs] [PATCH v3 1/5] vhost-user.rst: Migrating back-end-internal state
` [Virtio-fs] [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings
` [Virtio-fs] [PATCH v3 3/5] vhost-user: Interface for migration state transfer
` [Virtio-fs] [PATCH v3 4/5] vhost: Add high-level state save/load functions
` [Virtio-fs] [PATCH v3 5/5] vhost-user-fs: Implement internal migration

[Virtio-fs] [PATCH v2 00/10] util: Introduce qemu_get_runtime_dir()
 2023-09-21 13:56 UTC  (8+ messages)
` [Virtio-fs] [PATCH v2 01/10] qga: Remove platform GUID definitions
` [Virtio-fs] [PATCH v2 07/10] virtiofsd: Use qemu_get_runtime_dir()

[Virtio-fs] [PATCH v3 0/8] util: Introduce qemu_get_runtime_dir()
 2023-09-21  7:54 UTC  (9+ messages)
` [Virtio-fs] [PATCH v3 1/8] "
` [Virtio-fs] [PATCH v3 2/8] ivshmem-server: Use qemu_get_runtime_dir()
` [Virtio-fs] [PATCH v3 3/8] contrib/rdmacm-mux: "
` [Virtio-fs] [PATCH v3 4/8] qga: "
` [Virtio-fs] [PATCH v3 5/8] scsi: "
` [Virtio-fs] [PATCH v3 6/8] module: "
` [Virtio-fs] [PATCH v3 7/8] util: Remove qemu_get_local_state_dir()
` [Virtio-fs] [PATCH v3 8/8] spice-app: Use qemu_get_runtime_dir()

[Virtio-fs] [BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13 15:38 UTC  (5+ messages)

[Virtio-fs] HIGH QUALITY SITES FOR GUEST POSTING
 2023-09-10 14:53 UTC 

[Virtio-fs] Status of DAX for virtio-fs/virtiofsd?
 2023-09-07  4:19 UTC  (7+ messages)

[Virtio-fs] [PATCH v3 00/20] virtio: add vhost-user-generic, reduce c&p and support standalone
 2023-09-06  9:21 UTC  (33+ messages)
` [Virtio-fs] [PATCH v3 01/20] include: attempt to document device_class_set_props
` [Virtio-fs] [PATCH v3 02/20] include/hw: document the device_class_set_parent_* fns
` [Virtio-fs] [PATCH v3 03/20] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [Virtio-fs] [PATCH v3 04/20] include/hw/virtio: document virtio_notify_config
` [Virtio-fs] [PATCH v3 05/20] include/hw/virtio: add kerneldoc for virtio_init
` [Virtio-fs] [PATCH v3 06/20] include/hw/virtio: document some more usage of notifiers
` [Virtio-fs] [PATCH v3 07/20] virtio: add vhost-user-base and a generic vhost-user-device
` [Virtio-fs] [PATCH v3 08/20] virtio: add PCI stub for vhost-user-device
` [Virtio-fs] [PATCH v3 09/20] hw/virtio: derive vhost-user-rng from vhost-user-device
` [Virtio-fs] [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device
` [Virtio-fs] [PATCH v3 11/20] hw/virtio: derive vhost-user-gpio from vhost-user-device
` [Virtio-fs] [PATCH v3 12/20] hw/virtio: derive vhost-user-i2c from vhost-user-base
` [Virtio-fs] [RFC PATCH v3 13/20] docs/system: add a basic enumeration of vhost-user devices
` [Virtio-fs] [RFC PATCH v3 14/20] docs/interop: define STANDALONE protocol feature for vhost-user
` [Virtio-fs] [RFC PATCH v3 15/20] hw/virtio: move vhost_user_init earlier
` [Virtio-fs] [RFC PATCH v3 16/20] hw/virtio: move virtq initialisation into internal helper
` [Virtio-fs] [RFC PATCH v3 17/20] hw/virtio: push down allocation responsibility for vhost_dev->vqs
` [Virtio-fs] [RFC PATCH v3 18/20] hw/virtio: validate F_STANDALONE also supports other protocol features
` [Virtio-fs] [RFC PATCH v3 19/20] hw/virtio: probe backend for specs if it supports it
` [Virtio-fs] [RFC PATCH v3 20/20] hw/virtio: allow vhost-user-device to be driven by backend

[Virtio-fs] WINNING NOTIFICATION
 2023-08-27  2:34 UTC 

[Virtio-fs] Redhat
 2023-08-21 20:32 UTC 

[Virtio-fs] Redhat
 2023-08-09  0:03 UTC 

[Virtio-fs] Redhat
 2023-08-08 23:28 UTC 

[Virtio-fs] Redhat
 2023-08-08  0:14 UTC 

[Virtio-fs] Redhat
 2023-08-07 21:04 UTC 

[Virtio-fs] Redhat
 2023-08-07 21:03 UTC 

[Virtio-fs] Redhat
 2023-08-05  4:01 UTC 

[Virtio-fs] Redhat
 2023-08-04  2:49 UTC 

[Virtio-fs] Redhat
 2023-08-03 15:23 UTC 

[Virtio-fs] Redhat
 2023-08-02  1:58 UTC 

[Virtio-fs] Redhat
 2023-08-01  5:57 UTC 

[Virtio-fs] [PATCH v2 0/4] vhost-user: Back-end state migration
 2023-07-21 16:09 UTC  (21+ messages)
` [Virtio-fs] [PATCH v2 1/4] vhost-user.rst: Migrating back-end-internal state
` [Virtio-fs] [PATCH v2 2/4] vhost-user: Interface for migration state transfer
` [Virtio-fs] [PATCH v2 3/4] vhost: Add high-level state save/load functions
` [Virtio-fs] [PATCH v2 4/4] vhost-user-fs: Implement internal migration

[Virtio-fs] [PULL 52/66] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
 2023-07-10 23:04 UTC 

[Virtio-fs] 市场研究 A market report on Rare Earth Oxides And Rare Earth Compound 2023
 2023-06-14 10:18 UTC 

[Virtio-fs] vm hangs when booting with virtiofs
 2023-05-29 21:26 UTC  (7+ messages)

[Virtio-fs] Airport Transfer Provider Quote
 2023-05-29 18:05 UTC 

[Virtio-fs] Is there a way to get NFS and/or NFSoRDMA to play nice with Virtio-FS?
 2023-05-29 10:48 UTC  (6+ messages)

[Virtio-fs] Airport Transfer Provider Quote
 2023-05-25  3:25 UTC 

[Virtio-fs] [PATCH v2 00/13] virtio: add vhost-user-generic and reduce copy and paste
 2023-05-23 20:52 UTC  (11+ messages)
` [Virtio-fs] [PATCH v2 01/13] include: attempt to document device_class_set_props
` [Virtio-fs] [PATCH v2 03/13] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [Virtio-fs] [PATCH v2 04/13] include/hw/virtio: document virtio_notify_config
` [Virtio-fs] [PATCH v2 05/13] include/hw/virtio: add kerneldoc for virtio_init
` [Virtio-fs] [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers

[Virtio-fs] Can you help my client in Concord, CA, 94518 with Airport Transfers?
 2023-05-23  3:25 UTC 

[Virtio-fs] high quality site for posting
 2023-05-22 17:08 UTC 

[Virtio-fs] virtio-fs.gitlab.io : Attract Local Customers with Local SEO Optimization
 2023-05-19  9:39 UTC 

[Virtio-fs] Making a Digital Marketing Proposal virtio-fs.gitlab.io
 2023-05-18 11:09 UTC 

[Virtio-fs] Rare Earth Recycling Market Analysis
 2023-05-10  6:33 UTC 

[Virtio-fs] [PATCH 2/4] vhost-user: Interface for migration state transfer
 2023-05-09 17:33 UTC  (27+ messages)

[Virtio-fs] [PATCH 0/4] vhost-user-fs: Internal migration
 2023-05-09 15:43 UTC  (19+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).