From: Richard Henderson <richard.henderson@linaro.org>
To: Alex Williamson <alex.williamson@redhat.com>, qemu-devel@nongnu.org
Cc: "Longpeng (Mike)" <longpeng2@huawei.com>,
"Xiang Chen" <chenxiang66@hisilicon.com>,
"Stefan Berger" <stefanb@linnux.ibm.com>,
"Eric Auger" <eric.auger@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Yi Liu" <yi.l.liu@intel.com>,
"Stefan Berger" <stefanb@linux.ibm.com>
Subject: Re: [PULL 00/11] Series short description
Date: Fri, 6 May 2022 21:37:25 -0500 [thread overview]
Message-ID: <a80ed6b3-22e6-c4d1-c99d-ecc929331814@linaro.org> (raw)
In-Reply-To: <165186988363.4166595.3147442303200167674.stgit@omen>
On 5/6/22 15:46, Alex Williamson wrote:
> Switching to gitlab for pull requests to take advantage of the CI.
> Sorry for the delay in some of these. Thanks,
>
> Alex
>
> The following changes since commit 31abf61c4929a91275fe32f1fafe6e6b3e840b2a:
>
> Merge tag 'pull-ppc-20220505' of https://gitlab.com/danielhb/qemu into staging (2022-05-05 13:52:22 -0500)
>
> are available in the Git repository at:
>
> https://gitlab.com/alex.williamson/qemu.git tags/vfio-updates-20220506.1
>
> for you to fetch changes up to 44ee6aaae0c937abb631e57a9853c2cdef2bc9bb:
>
> vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr (2022-05-06 09:06:51 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2022-05-06
>
> * Defer IRQ routing commits to improve setup and resume latency (Longpeng)
>
> * Fix trace sparse mmap boundary condition (Xiang Chen)
>
> * Quiet misalignment warning from TPM device mapping (Eric Auger)
>
> * Misc cleanups (Yi Liu, Eric Auger)
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.
r~
>
> ----------------------------------------------------------------
> Eric Auger (4):
> sysemu: tpm: Add a stub function for TPM_IS_CRB
> vfio/common: remove spurious tpm-crb-cmd misalignment warning
> hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
> vfio/pci: Use vbasedev local variable in vfio_realize()
>
> Longpeng (Mike) (5):
> vfio: simplify the conditional statements in vfio_msi_enable
> vfio: move re-enabling INTX out of the common helper
> vfio: simplify the failure path in vfio_msi_enable
> Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
> vfio: defer to commit kvm irq routing when enable msi/msix
>
> Xiang Chen (1):
> vfio/common: Fix a small boundary issue of a trace
>
> Yi Liu (1):
> vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr
>
> hw/vfio/common.c | 50 ++++++---
> hw/vfio/pci.c | 234 +++++++++++++++++++++++++-----------------
> hw/vfio/pci.h | 2 +
> hw/vfio/trace-events | 1 +
> include/hw/vfio/vfio-common.h | 2 +-
> include/sysemu/tpm.h | 6 ++
> 6 files changed, 186 insertions(+), 109 deletions(-)
>
>
prev parent reply other threads:[~2022-05-07 2:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 20:46 [PULL 00/11] Series short description Alex Williamson
2022-05-06 20:46 ` [PULL 01/11] vfio: simplify the conditional statements in vfio_msi_enable Alex Williamson
2022-05-06 20:46 ` [PULL 02/11] vfio: move re-enabling INTX out of the common helper Alex Williamson
2022-05-06 20:47 ` [PULL 03/11] vfio: simplify the failure path in vfio_msi_enable Alex Williamson
2022-05-06 20:47 ` [PULL 04/11] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration" Alex Williamson
2022-05-06 20:47 ` [PULL 05/11] vfio: defer to commit kvm irq routing when enable msi/msix Alex Williamson
2022-05-06 20:48 ` [PULL 06/11] vfio/common: Fix a small boundary issue of a trace Alex Williamson
2022-05-06 20:48 ` [PULL 07/11] sysemu: tpm: Add a stub function for TPM_IS_CRB Alex Williamson
2022-05-19 0:46 ` Stefan Berger
2022-05-19 1:17 ` Alex Williamson
2022-05-19 1:31 ` Stefan Berger
2022-05-06 20:48 ` [PULL 08/11] vfio/common: remove spurious tpm-crb-cmd misalignment warning Alex Williamson
2022-05-06 20:48 ` [PULL 09/11] hw/vfio/pci: fix vfio_pci_hot_reset_result trace point Alex Williamson
2022-05-06 20:49 ` [PULL 10/11] vfio/pci: Use vbasedev local variable in vfio_realize() Alex Williamson
2022-05-06 20:49 ` [PULL 11/11] vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr Alex Williamson
2022-05-07 2:37 ` Richard Henderson [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=a80ed6b3-22e6-c4d1-c99d-ecc929331814@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.williamson@redhat.com \
--cc=chenxiang66@hisilicon.com \
--cc=cohuck@redhat.com \
--cc=eric.auger@redhat.com \
--cc=f4bug@amsat.org \
--cc=longpeng2@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanb@linnux.ibm.com \
--cc=stefanb@linux.ibm.com \
--cc=yi.l.liu@intel.com \
/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 NNTP newsgroup(s).