virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-04 23:19:15 to 2024-07-09 12:41:09 UTC [more...]

[PATCH] vdpa_sim_blk: add `capacity` module parameter
 2024-07-09 12:41 UTC  (8+ messages)

[PATCH 0/2] virtio-fs: Add 'file' mount option
 2024-07-09 11:19 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-fs: Document "

[PATCH virtio v4 00/19] virtio: consolidate vq info args of find_vqs()
 2024-07-09  9:57 UTC  (23+ messages)
` [PATCH virtio v4 01/19] caif_virtio: use virtio_find_single_vq() for single virtqueue finding
` [PATCH virtio v4 02/19] virtio: make virtio_find_vqs() call virtio_find_vqs_ctx()
` [PATCH virtio v4 03/19] virtio: make virtio_find_single_vq() call virtio_find_vqs()
` [PATCH virtio v4 04/19] virtio: introduce virtio_queue_info struct and find_vqs_info() config op
` [PATCH virtio v4 05/19] virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
` [PATCH virtio v4 06/19] virtio: convert find_vqs() op implementations "
` [PATCH virtio v4 07/19] virtio: call virtio_find_vqs_info() from virtio_find_single_vq() directly
` [PATCH virtio v4 08/19] virtio: remove the original find_vqs() op
` [PATCH virtio v4 09/19] virtio: rename find_vqs_info() op to find_vqs()
` [PATCH virtio v4 10/19] virtio_blk: convert to use virtio_find_vqs_info()
` [PATCH virtio v4 11/19] virtio_console: "
` [PATCH virtio v4 12/19] virtio_crypto: "
` [PATCH virtio v4 13/19] virtio_net: "
` [PATCH virtio v4 14/19] scsi: virtio_scsi: "
` [PATCH virtio v4 15/19] virtiofs: "
` [PATCH virtio v4 16/19] virtio_balloon: "
` [PATCH virtio v4 17/19] virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
` [PATCH virtio v4 18/19] virtio: remove unused virtio_find_vqs() and virtio_find_vqs_ctx() helpers
` [PATCH virtio v4 19/19] virtio: rename virtio_find_vqs_info() to virtio_find_vqs()

[PATCH net-next v3 0/3] virtio-net: synchronize op/admin state
 2024-07-09  8:14 UTC  (9+ messages)
` [PATCH net-next v3 1/3] virtio: rename virtio_config_enabled to virtio_config_core_enabled
` [PATCH net-next v3 2/3] virtio: allow driver to disable the configure change notification
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down

[PATCH] virtio_blk: stop all virtqueues when 'virtblk_probe' fails
 2024-07-09  7:50 UTC 

[PATCH] vdpa/mlx5: Add the support of set mac address
 2024-07-09  7:36 UTC  (9+ messages)

[PATCH] vdpa/mlx5: Add the support of set mac address
 2024-07-09  7:35 UTC  (2+ messages)

[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
 2024-07-09  6:19 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

[PATCH v2 0/5] Validate logical block size in blk_validate_limits()
 2024-07-09  6:01 UTC  (12+ messages)
` [PATCH v2 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH v2 2/5] block: Validate logical block size in blk_validate_limits()
` [PATCH v2 3/5] null_blk: Don't bother validating blocksize
` [PATCH v2 4/5] virtio_blk: "
` [PATCH v2 5/5] loop: "

[PATCH v2] drm/qxl: Pin buffer objects for internal mappings
 2024-07-09  2:34 UTC  (3+ messages)

[PATCH v4 0/2] LoongArch: Add steal time support
 2024-07-09  1:39 UTC  (8+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add steal time support in kvm side

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-08 18:36 UTC  (12+ messages)
` [PATCH v8 06/10] iommufd: Add iommufd fault object

[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-07-08 16:43 UTC  (11+ messages)
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time

[PATCH 0/2] Support userspace hypercalls for TDX
 2024-07-08 12:23 UTC  (9+ messages)
` [PATCH 1/2] x86/tdx: Add prctl to allow userlevel TDX hypercalls
` [PATCH 2/2] x86/vmware: VMware support for TDX userspace hypercalls

[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
 2024-07-08 12:19 UTC  (17+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq

[PATCH] drm/qxl: Pin buffer objects for internal mappings
 2024-07-08 12:11 UTC  (6+ messages)

[PATCH vhost v3 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-07-08 12:00 UTC  (25+ messages)
` [PATCH vhost v3 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v3 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v3 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v3 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v3 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v3 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v3 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v3 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v3 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v3 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v3 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v3 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v3 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v3 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v3 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v3 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v3 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v3 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v3 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v3 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v3 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v3 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v3 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v3 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()

[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
 2024-07-08 11:25 UTC  (11+ messages)
` [PATCH net-next v8 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
` [PATCH net-next v8 02/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v8 03/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v8 04/10] virtio_net: separate receive_buf
` [PATCH net-next v8 05/10] virtio_net: separate receive_mergeable
` [PATCH net-next v8 06/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v8 07/10] virtio_net: xsk: support wakeup
` [PATCH net-next v8 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v8 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v8 10/10] virtio_net: xsk: rx: support recv merge mode

[RFC PATCH v4] ptp: Add vDSO-style vmclock support
 2024-07-08  9:27 UTC 

[RFC PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-08  9:29 UTC  (3+ messages)

[PATCH net-next v7 00/10] virtio-net: support AF_XDP zero copy
 2024-07-08  8:10 UTC  (22+ messages)
` [PATCH net-next v7 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
` [PATCH net-next v7 02/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v7 03/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v7 04/10] virtio_net: separate receive_buf
` [PATCH net-next v7 05/10] virtio_net: separate receive_mergeable
` [PATCH net-next v7 06/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v7 07/10] virtio_net: xsk: support wakeup
` [PATCH net-next v7 08/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v7 09/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v7 10/10] virtio_net: xsk: rx: support recv merge mode

[PATCH 0/5] Validate logical block size in blk_validate_limits()
 2024-07-08  7:45 UTC  (17+ messages)
` [PATCH 1/5] virtio_blk: Fix default logical block size fallback
` [PATCH 2/5] block: Validate logical block size in blk_validate_limits()
` [PATCH 3/5] null_blk: Don't bother validating blocksize
` [PATCH 4/5] virtio_blk: "
` [PATCH 5/5] loop: "

[PATCH virtio v2 00/19] virtio: consolidate vq info args of find_vqs()
 2024-07-08  7:26 UTC  (4+ messages)
` [PATCH virtio v2 06/19] virtio: convert find_vqs() op implementations to find_vqs_info()

[PATCH v2 00/60] i2c: reword first drivers according to newest specification
 2024-07-08  5:53 UTC  (3+ messages)
` [PATCH v2 58/60] i2c: virtio: reword "

[PATCH RFC v2] mmc/virtio: Add virtio MMC driver for QEMU emulation
 2024-07-07 16:05 UTC 

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-07-06  7:50 UTC  (19+ messages)
  ` [RFC PATCH v2] ptp: Add vDSO-style vmclock support

[PATCH 1/2] virtio_balloon: add work around for out of spec QEMU
 2024-07-05 10:09 UTC  (2+ messages)
` [PATCH 2/2] virtio: fix vq # when vq skipped

[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:22: error: 'vq_info' undeclared; did you mean 'vqs_info'?
 2024-07-05  4:02 UTC 

[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:8: error: use of undeclared identifier 'vq_info'; did you mean 'vqs_info'?
 2024-07-05  4:01 UTC 


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 NNTP newsgroup(s).