[PULL 0/3] Xen queue 2024-03-12

Anthony PERARD posted 3 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240312142757.34141-1-anthony.perard@citrix.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>
hw/i386/pc.c                |  3 ++-
hw/xen/xen-mapcache.c       | 30 ++++++++++++++++++++++++++++--
hw/xen/xen_pt_config_init.c |  7 +++++--
3 files changed, 35 insertions(+), 5 deletions(-)
[PULL 0/3] Xen queue 2024-03-12
Posted by Anthony PERARD 1 month, 2 weeks ago
The following changes since commit 8f3f329f5e0117bd1a23a79ab751f8a7d3471e4b:

  Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-03-12 11:35:41 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 918a7f706b69a8c725bac0694971d2831f688ebb:

  i386: load kernel on xen using DMA (2024-03-12 14:13:08 +0000)

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

* In Xen PCI passthrough, emulate multifunction bit.
* Fix in Xen mapcache.
* Improve performance of kernel+initrd loading in an Xen HVM Direct
  Kernel Boot scenario.

----------------------------------------------------------------
Marek Marczykowski-Górecki (1):
      i386: load kernel on xen using DMA

Peng Fan (1):
      xen: Drop out of coroutine context xen_invalidate_map_cache_entry

Ross Lagerwall (1):
      xen/pt: Emulate multifunction bit in header type

 hw/i386/pc.c                |  3 ++-
 hw/xen/xen-mapcache.c       | 30 ++++++++++++++++++++++++++++--
 hw/xen/xen_pt_config_init.c |  7 +++++--
 3 files changed, 35 insertions(+), 5 deletions(-)

Re: [PULL 0/3] Xen queue 2024-03-12
Posted by Peter Maydell 1 month, 2 weeks ago
On Tue, 12 Mar 2024 at 14:29, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 8f3f329f5e0117bd1a23a79ab751f8a7d3471e4b:
>
>   Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-03-12 11:35:41 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20240312
>
> for you to fetch changes up to 918a7f706b69a8c725bac0694971d2831f688ebb:
>
>   i386: load kernel on xen using DMA (2024-03-12 14:13:08 +0000)
>
> ----------------------------------------------------------------
> Xen queue:
>
> * In Xen PCI passthrough, emulate multifunction bit.
> * Fix in Xen mapcache.
> * Improve performance of kernel+initrd loading in an Xen HVM Direct
>   Kernel Boot scenario.



Applied, thanks.

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

-- PMM