mbox

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

Message ID 20240701131833.29486-1-anthony@xenproject.org (mailing list archive)
State New
Headers show

Pull-request

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

Message

Anthony PERARD July 1, 2024, 1:18 p.m. UTC
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(-)

Comments

Richard Henderson July 1, 2024, 5:41 p.m. UTC | #1
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~