platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH vhost v8 0/6] refactor the params of find_vqs()
@ 2024-04-11  2:35 Xuan Zhuo
  2024-04-11  2:35 ` [PATCH vhost v8 1/6] virtio_balloon: remove the dependence where names[] is null Xuan Zhuo
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Xuan Zhuo @ 2024-04-11  2:35 UTC (permalink / raw)
  To: virtualization
  Cc: Richard Weinberger, Anton Ivanov, Johannes Berg, Hans de Goede,
	Ilpo Järvinen, Vadim Pasternak, Bjorn Andersson,
	Mathieu Poirier, Cornelia Huck, Halil Pasic, Eric Farman,
	Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
	Christian Borntraeger, Sven Schnelle, Michael S. Tsirkin,
	David Hildenbrand, Jason Wang, Xuan Zhuo, linux-um,
	platform-driver-x86, linux-remoteproc, linux-s390, kvm

This pathset is splited from the

     http://lore.kernel.org/all/20240229072044.77388-1-xuanzhuo@linux.alibaba.com

That may needs some cycles to discuss. But that notifies too many people.

But just the four commits need to notify so many people.
And four commits are independent. So I split that patch set,
let us review these first.

The patch set try to  refactor the params of find_vqs().
Then we can just change the structure, when introducing new
features.

Thanks.

v8:
  1. rebase the vhost branch

v7:
  1. fix two bugs. @Jason

v6:
  1. virtio_balloon: a single variable for both purposes.
  2. if names[i] is null, return error

v5:
  1. virtio_balloon: follow David Hildenbrand's suggest
    http://lore.kernel.org/all/3620be9c-e288-4ff2-a7be-1fcf806e6e6e@redhat.com
  2. fix bug of the reference of "cfg_idx"
    http://lore.kernel.org/all/202403222227.Sdp23Lcb-lkp@intel.com

v4:
  1. remove support for names array entries being null
  2. remove cfg_idx from virtio_vq_config

v3:
  1. fix the bug: "assignment of read-only location '*cfg.names'"

v2:
  1. add kerneldoc for "struct vq_transport_config" @ilpo.jarvinen

v1:
  1. fix some comments from ilpo.jarvinen@linux.intel.com








Xuan Zhuo (6):
  virtio_balloon: remove the dependence where names[] is null
  virtio: remove support for names array entries being null.
  virtio: find_vqs: pass struct instead of multi parameters
  virtio: vring_create_virtqueue: pass struct instead of multi
    parameters
  virtio: vring_new_virtqueue(): pass struct instead of multi parameters
  virtio_ring: simplify the parameters of the funcs related to
    vring_create/new_virtqueue()

 arch/um/drivers/virtio_uml.c             |  36 +++--
 drivers/platform/mellanox/mlxbf-tmfifo.c |  23 +--
 drivers/remoteproc/remoteproc_virtio.c   |  37 +++--
 drivers/s390/virtio/virtio_ccw.c         |  38 ++---
 drivers/virtio/virtio_balloon.c          |  48 +++----
 drivers/virtio/virtio_mmio.c             |  36 +++--
 drivers/virtio/virtio_pci_common.c       |  69 ++++-----
 drivers/virtio/virtio_pci_common.h       |   9 +-
 drivers/virtio/virtio_pci_legacy.c       |  16 ++-
 drivers/virtio/virtio_pci_modern.c       |  37 +++--
 drivers/virtio/virtio_ring.c             | 173 ++++++++---------------
 drivers/virtio/virtio_vdpa.c             |  51 ++++---
 include/linux/virtio_config.h            |  76 +++++++---
 include/linux/virtio_ring.h              |  93 +++++++-----
 tools/virtio/virtio_test.c               |   4 +-
 tools/virtio/vringh_test.c               |  28 ++--
 16 files changed, 382 insertions(+), 392 deletions(-)

--
2.32.0.3.g01195cf9f


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-24  9:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-11  2:35 [PATCH vhost v8 0/6] refactor the params of find_vqs() Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 1/6] virtio_balloon: remove the dependence where names[] is null Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 2/6] virtio: remove support for names array entries being null Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 3/6] virtio: find_vqs: pass struct instead of multi parameters Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 4/6] virtio: vring_create_virtqueue: " Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 5/6] virtio: vring_new_virtqueue(): " Xuan Zhuo
2024-04-11  2:35 ` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue() Xuan Zhuo
2024-04-22 14:26   ` kernel test robot
2024-04-24  3:22     ` Xuan Zhuo
2024-04-24  9:04       ` Xuan Zhuo

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).