[PULL 0/3] xen queue 2024-07-01

anthony@xenproject.org posted 3 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240701131833.29486-1-anthony@xenproject.org
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
hw/i386/xen/xen-hvm.c        | 22 +++++++++++++
hw/xen/xen-host-pci-device.c | 76 +++++++++++++++++++++++++++++++++++++++++++-
hw/xen/xen-host-pci-device.h |  6 ++++
hw/xen/xen-hvm-common.c      | 26 +++++++++------
include/hw/xen/xen.h         |  1 +
system/globals.c             |  1 +
6 files changed, 122 insertions(+), 10 deletions(-)
[PULL 0/3] xen queue 2024-07-01
Posted by anthony@xenproject.org 2 months, 1 week ago
From: Anthony PERARD <anthony@xenproject.org>

The following changes since commit b6d32a06fc0984e537091cba08f2e1ed9f775d74:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2024-06-30 16:12:24 -0700)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20240701

for you to fetch changes up to 410b4d560dfa3b38a11ad19cf00180238651d9b7:

  xen-hvm: Avoid livelock while handling buffered ioreqs (2024-07-01 14:57:18 +0200)

----------------------------------------------------------------
Xen queue:

* Improvement for running QEMU in a stubdomain.
* Improve handling of buffered ioreqs.

----------------------------------------------------------------
Marek Marczykowski-Górecki (2):
      hw/xen: detect when running inside stubdomain
      xen: fix stubdom PCI addr

Ross Lagerwall (1):
      xen-hvm: Avoid livelock while handling buffered ioreqs

 hw/i386/xen/xen-hvm.c        | 22 +++++++++++++
 hw/xen/xen-host-pci-device.c | 76 +++++++++++++++++++++++++++++++++++++++++++-
 hw/xen/xen-host-pci-device.h |  6 ++++
 hw/xen/xen-hvm-common.c      | 26 +++++++++------
 include/hw/xen/xen.h         |  1 +
 system/globals.c             |  1 +
 6 files changed, 122 insertions(+), 10 deletions(-)

Re: [PULL 0/3] xen queue 2024-07-01
Posted by Richard Henderson 2 months, 1 week ago
On 7/1/24 06:18, anthony@xenproject.org wrote:
> From: Anthony PERARD<anthony@xenproject.org>
> 
> The following changes since commit b6d32a06fc0984e537091cba08f2e1ed9f775d74:
> 
>    Merge tag 'pull-trivial-patches' ofhttps://gitlab.com/mjt0k/qemu  into staging (2024-06-30 16:12:24 -0700)
> 
> are available in the Git repository at:
> 
>    https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git  tags/pull-xen-20240701
> 
> for you to fetch changes up to 410b4d560dfa3b38a11ad19cf00180238651d9b7:
> 
>    xen-hvm: Avoid livelock while handling buffered ioreqs (2024-07-01 14:57:18 +0200)
> 
> ----------------------------------------------------------------
> Xen queue:
> 
> * Improvement for running QEMU in a stubdomain.
> * Improve handling of buffered ioreqs.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~