From: "Michael S. Tsirkin" <mst@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
Alexandr Moshkov <dtalexundeer@yandex-team.ru>,
Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>,
Stefano Garzarella <sgarzare@redhat.com>
Subject: Re: [PULL 33/33] vhost: fix vhost_inflight_buffer_pre_load
Date: Mon, 23 Feb 2026 02:58:12 -0500 [thread overview]
Message-ID: <20260223025742-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <be650a77-3dbb-4c21-9af6-6b183ee92178@tls.msk.ru>
On Mon, Feb 23, 2026 at 12:16:46AM +0300, Michael Tokarev wrote:
> On 22.02.2026 17:29, Michael S. Tsirkin wrote:
> > From: Alexandr Moshkov <dtalexundeer@yandex-team.ru>
> >
> > While I was rebasing my series about inflight migration, I missed a
> > small issue in vhost_inflight_buffer_preload:
> >
> > * fix wrong return type in function
> > * fix error check
> >
> > Signed-off-by: Alexandr Moshkov <dtalexundeer@yandex-team.ru>
> > Fixes: tag pls?
>
> Is this intentional? :)
>
> /mjt
Ouch (
next prev parent reply other threads:[~2026-02-23 7:58 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-22 14:28 [PULL 00/33] virtio,pc,pci: features, fixes Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 01/33] tests/vhost-user-bridge: Move to contrib/vhost-user-bridge/ Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 02/33] tests/functional/x86_64: Add vhost-user-bridge test Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 03/33] contrib/vhost-user-bridge: Add UDP receive hexdump Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 04/33] audio/virtio-snd: fix latency calc Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 05/33] tests/data/acpi: disassemble-aml: rename and change interpreter line Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 06/33] hw/virtio: Pass VirtIODevice* to virtio_reset() Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 07/33] qapi: cxl: Refactor CXL event injection for common commands arguments Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 08/33] hw/cxl/events: Update for rev3.2 common event record format Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 09/33] hw/cxl/events: Updates for rev3.2 general media event record Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 10/33] hw/cxl/events: Updates for rev3.2 DRAM " Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 11/33] hw/cxl/events: Updates for rev3.2 memory module " Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 12/33] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature() Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 13/33] hw/cxl: Add support for Maintenance command and Post Package Repair (PPR) Michael S. Tsirkin
2026-02-24 10:49 ` Peter Maydell
2026-02-24 18:25 ` Shiju Jose via qemu development
2026-02-22 14:28 ` [PULL 14/33] hw/cxl: Add emulation for memory sparing control feature Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 15/33] hw/pcie: Support enabling flit mode Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 16/33] hw/cxl: Refactor component register initialization Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 17/33] tests/bios-tables-test: Excluded CEDT.cxl for BI restriction relaxation Michael S. Tsirkin
2026-02-22 14:28 ` [PULL 18/33] hw/cxl: Update CXL Fixed Memory Window ACPI description to include Back Invalidate support Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 19/33] tests/acpi/cxl: Update CEDT.cxl to allow BI in CFWMS Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 20/33] hw/cxl: Support type3 HDM-DB Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 21/33] hw/cxl: Remove register special_ops->read() Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 22/33] net/vhost-vdpa: Whitelist virtio-net GSO for shadow virtqueue Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 23/33] intel_iommu: Do not report recoverable faults to host Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 24/33] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 25/33] hw/cxl: Physical Port Info FMAPI - update to current spec and add defines Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 26/33] hw/cxl: Get Physical Port State - update for PCIe flit mode Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 27/33] hw/cxl: Add Physical Port Control FMAPI Command (Opcode 5102h) Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 28/33] MAINTAINERS: add me as maintainer to virtio-snd Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 29/33] virtio-snd: remove TODO comments Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 30/33] virtio-snd: handle 5.14.6.2 for PCM_INFO properly Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 31/33] virtio-snd: fix max_size bounds check in input cb Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 32/33] virtio-snd: tighten read amount in in_cb Michael S. Tsirkin
2026-02-22 14:29 ` [PULL 33/33] vhost: fix vhost_inflight_buffer_pre_load Michael S. Tsirkin
2026-02-22 21:16 ` Michael Tokarev
2026-02-23 7:58 ` Michael S. Tsirkin [this message]
2026-02-23 9:55 ` [PULL 00/33] virtio,pc,pci: features, fixes Peter Maydell
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=20260223025742-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=dtalexundeer@yandex-team.ru \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@redhat.com \
--cc=vsementsov@yandex-team.ru \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.