All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: "Cédric Le Goater" <clg@redhat.com>
Cc: qemu-devel@nongnu.org,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>
Subject: Re: [PULL 00/50] vfio queue
Date: Mon, 28 Apr 2025 13:56:59 -0400	[thread overview]
Message-ID: <20250428175659.GA634479@fedora> (raw)
In-Reply-To: <20250425084644.102196-1-clg@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      parent reply	other threads:[~2025-04-28 17:58 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-25  8:45 [PULL 00/50] vfio queue Cédric Le Goater
2025-04-25  8:45 ` [PULL 01/50] vfio/igd: Update IGD passthrough documentation Cédric Le Goater
2025-04-25  8:45 ` [PULL 02/50] vfio: Open code vfio_migration_set_error() Cédric Le Goater
2025-04-25  8:45 ` [PULL 03/50] vfio/spapr: Enhance error handling in vfio_spapr_create_window() Cédric Le Goater
2025-04-25  8:45 ` [PULL 04/50] vfio/spapr: Fix L2 crash with PCI device passthrough and memory > 128G Cédric Le Goater
2025-04-25  8:45 ` [PULL 05/50] vfio: Move vfio_mig_active() into migration.c Cédric Le Goater
2025-04-25  8:45 ` [PULL 06/50] vfio: Rename vfio_reset_bytes_transferred() Cédric Le Goater
2025-04-25  8:46 ` [PULL 07/50] vfio: Introduce a new header file for external migration services Cédric Le Goater
2025-04-25  8:46 ` [PULL 08/50] vfio: Make vfio_un/block_multiple_devices_migration() static Cédric Le Goater
2025-04-25  8:46 ` [PULL 09/50] vfio: Make vfio_viommu_preset() static Cédric Le Goater
2025-04-25  8:46 ` [PULL 10/50] vfio: Introduce a new header file for internal migration services Cédric Le Goater
2025-04-25  8:46 ` [PULL 11/50] vfio: Move vfio_device_state_is_running/precopy() into migration.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 12/50] vfio: Introduce a new header file for VFIOdisplay declarations Cédric Le Goater
2025-04-25  8:46 ` [PULL 13/50] vfio: Move VFIOHostDMAWindow definition into spapr.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 14/50] vfio: Introduce a new header file for VFIOIOMMUFD declarations Cédric Le Goater
2025-04-25  8:46 ` [PULL 15/50] vfio: Introduce new files for VFIORegion definitions and declarations Cédric Le Goater
2025-04-25  8:46 ` [PULL 16/50] vfio: Introduce a new header file for VFIOcontainer declarations Cédric Le Goater
2025-04-25  8:46 ` [PULL 17/50] vfio: Make vfio_group_list static Cédric Le Goater
2025-04-25  8:46 ` [PULL 18/50] vfio: Move VFIOAddressSpace helpers into container-base.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 19/50] vfio: Move Host IOMMU type declarations into their respective files Cédric Le Goater
2025-04-25  8:46 ` [PULL 20/50] vfio: Introduce a new header file for helper services Cédric Le Goater
2025-04-25  8:46 ` [PULL 21/50] vfio: Move vfio_get_info_dma_avail() into helpers.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 22/50] vfio: Move vfio_kvm_device_add/del_fd() to helpers.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 23/50] vfio: Move vfio_get_device_info() " Cédric Le Goater
2025-04-25  8:46 ` [PULL 24/50] vfio: Introduce a new file for VFIODevice definitions Cédric Le Goater
2025-04-25  8:46 ` [PULL 25/50] vfio: Introduce new files for CPR definitions and declarations Cédric Le Goater
2025-04-25  8:46 ` [PULL 26/50] vfio: Move vfio_kvm_device_fd() into helpers.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 27/50] vfio: Move vfio_device_list into device.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 28/50] vfio: Move vfio_de/attach_device() " Cédric Le Goater
2025-04-25  8:46 ` [PULL 29/50] vfio: Move vfio_reset_handler() " Cédric Le Goater
2025-04-25  8:46 ` [PULL 30/50] vfio: Move dirty tracking related services into container-base.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 31/50] vfio: Make vfio_devices_query_dirty_bitmap() static Cédric Le Goater
2025-04-25  8:46 ` [PULL 32/50] vfio: Make vfio_container_query_dirty_bitmap() static Cédric Le Goater
2025-04-25  8:46 ` [PULL 33/50] vfio: Rename vfio_devices_all_dirty_tracking_started() Cédric Le Goater
2025-04-25  8:46 ` [PULL 34/50] vfio: Rename vfio_devices_all_device_dirty_tracking() Cédric Le Goater
2025-04-25  8:46 ` [PULL 35/50] vfio: Rename vfio_get_dirty_bitmap() Cédric Le Goater
2025-04-25  8:46 ` [PULL 36/50] vfio: Introduce new files for VFIO MemoryListener Cédric Le Goater
2025-04-25  8:46 ` [PULL 37/50] vfio: Rename RAM discard related services Cédric Le Goater
2025-04-25  8:46 ` [PULL 38/50] vfio: Introduce vfio_listener_un/register() routines Cédric Le Goater
2025-04-25  8:46 ` [PULL 39/50] vfio: Rename vfio-common.h to vfio-device.h Cédric Le Goater
2025-04-25  8:46 ` [PULL 40/50] vfio: Rename VFIODevice related services Cédric Le Goater
2025-04-25  8:46 ` [PULL 41/50] vfio: Rename VFIOContainer " Cédric Le Goater
2025-04-25  8:46 ` [PULL 42/50] MAINTAINERS: Add a maintainer for util/vfio-helpers.c Cédric Le Goater
2025-04-25  8:46 ` [PULL 43/50] vfio/iommufd: Make a separate call to get IOMMU capabilities Cédric Le Goater
2025-04-25  8:46 ` [PULL 44/50] vfio/iommufd: Move realize() after attachment Cédric Le Goater
2025-04-25  8:46 ` [PULL 45/50] vfio/container: " Cédric Le Goater
2025-04-25  8:46 ` [PULL 46/50] vfio: Cleanup host IOMMU device creation Cédric Le Goater
2025-04-25  8:46 ` [PULL 47/50] vfio: Remove hiod_typename property Cédric Le Goater
2025-04-25  8:46 ` [PULL 48/50] vfio: Register/unregister container for CPR only once for each container Cédric Le Goater
2025-04-25  8:46 ` [PULL 49/50] vfio: refactor out vfio_interrupt_setup() Cédric Le Goater
2025-04-25  8:46 ` [PULL 50/50] vfio: refactor out vfio_pci_config_setup() Cédric Le Goater
2025-04-28 17:56 ` Stefan Hajnoczi [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=20250428175659.GA634479@fedora \
    --to=stefanha@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=clg@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.