[PULL for-8.2 0/2] Fix for building with Xen 4.18

Paolo Bonzini posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231212102214.243921-1-pbonzini@redhat.com
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
include/hw/xen/xen_native.h |  2 +-
meson.build                 | 17 ++++++++++-------
2 files changed, 11 insertions(+), 8 deletions(-)
[PULL for-8.2 0/2] Fix for building with Xen 4.18
Posted by Paolo Bonzini 1 year, 11 months ago
The following changes since commit abf635ddfe3242df907f58967f3c1e6763bbca2d:

  Update version for v8.2.0-rc2 release (2023-11-28 16:31:16 -0500)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 94353dcc5f9a91d111e264d8a4b130fe1aab7535:

  xen: fix condition for skipping virtio-mmio defines (2023-12-12 11:14:54 +0100)

(Compared to the patch that was posted, this is split the change
in two commits but otherwise is the same).

----------------------------------------------------------------
Fix for building with Xen 4.18

----------------------------------------------------------------
Paolo Bonzini (2):
      meson, xen: fix condition for enabling the Xen accelerator
      xen: fix condition for skipping virtio-mmio defines

 include/hw/xen/xen_native.h |  2 +-
 meson.build                 | 17 ++++++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)
-- 
2.43.0
Re: [PULL for-8.2 0/2] Fix for building with Xen 4.18
Posted by Stefan Hajnoczi 1 year, 11 months ago
Applied, thanks.

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