linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
To: Eric Farman <farman@linux.ibm.com>
Cc: "Richard Weinberger" <richard@nod.at>,
	"Anton Ivanov" <anton.ivanov@cambridgegreys.com>,
	"Johannes Berg" <johannes@sipsolutions.net>,
	"Hans de Goede" <hdegoede@redhat.com>,
	IlpoJärvinen <ilpo.jarvinen@linux.intel.com>,
	"Vadim Pasternak" <vadimp@nvidia.com>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Mathieu Poirier" <mathieu.poirier@linaro.org>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Heiko Carstens" <hca@linux.ibm.com>,
	"Vasily Gorbik" <gor@linux.ibm.com>,
	"Alexander Gordeev" <agordeev@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@linux.ibm.com>,
	"Sven Schnelle" <svens@linux.ibm.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"David Hildenbrand" <david@redhat.com>,
	"Jason Wang" <jasowang@redhat.com>,
	linux-um@lists.infradead.org,
	platform-driver-x86@vger.kernel.org,
	linux-remoteproc@vger.kernel.org, linux-s390@vger.kernel.org,
	kvm@vger.kernel.org, virtualization@lists.linux.dev
Subject: Re: [PATCH vhost v7 0/6] refactor the params of find_vqs()
Date: Sun, 7 Apr 2024 14:07:38 +0800	[thread overview]
Message-ID: <1712470058.1558342-2-xuanzhuo@linux.alibaba.com> (raw)
In-Reply-To: <cbdce01bbf2843062f4afd7e5c9af767e69cc70b.camel@linux.ibm.com>

On Mon, 01 Apr 2024 15:57:53 -0400, Eric Farman <farman@linux.ibm.com> wrote:
> On Thu, 2024-03-28 at 16:03 +0800, Xuan Zhuo wrote:
> > 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.
>
> This will need to be rebased to 6.9; there were some conflicts when I
> tried to apply this locally which I didn't chase down, but it works
> fine on 6.8.

The target branch is Michael's vhost branch.

	https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git/log/?h=linux-next

I will rebase that after Michael updates the branch.

Thanks.


>
> Thanks,
> Eric


      reply	other threads:[~2024-04-07  6:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28  8:03 [PATCH vhost v7 0/6] refactor the params of find_vqs() Xuan Zhuo
2024-03-28  8:03 ` [PATCH vhost v7 1/6] virtio_balloon: remove the dependence where names[] is null Xuan Zhuo
2024-03-28  8:03 ` [PATCH vhost v7 2/6] virtio: remove support for names array entries being null Xuan Zhuo
2024-04-01 19:02   ` Eric Farman
2024-04-02 18:01   ` Halil Pasic
2024-03-28  8:03 ` [PATCH vhost v7 3/6] virtio: find_vqs: pass struct instead of multi parameters Xuan Zhuo
2024-04-01 19:06   ` Eric Farman
2024-04-02 20:35   ` Halil Pasic
2024-03-28  8:03 ` [PATCH vhost v7 4/6] virtio: vring_create_virtqueue: " Xuan Zhuo
2024-04-01 19:07   ` Eric Farman
2024-04-02 20:42   ` Halil Pasic
2024-03-28  8:03 ` [PATCH vhost v7 5/6] virtio: vring_new_virtqueue(): " Xuan Zhuo
2024-03-28  8:06   ` Jason Wang
2024-03-28  8:03 ` [PATCH vhost v7 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue() Xuan Zhuo
2024-04-01 19:57 ` [PATCH vhost v7 0/6] refactor the params of find_vqs() Eric Farman
2024-04-07  6:07   ` Xuan Zhuo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712470058.1558342-2-xuanzhuo@linux.alibaba.com \
    --to=xuanzhuo@linux.alibaba.com \
    --cc=agordeev@linux.ibm.com \
    --cc=andersson@kernel.org \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=farman@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=hdegoede@redhat.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jasowang@redhat.com \
    --cc=johannes@sipsolutions.net \
    --cc=kvm@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=mst@redhat.com \
    --cc=pasic@linux.ibm.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=richard@nod.at \
    --cc=svens@linux.ibm.com \
    --cc=vadimp@nvidia.com \
    --cc=virtualization@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).