mbox

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

Message ID 20240312142757.34141-1-anthony.perard@citrix.com
State New
Headers show

Pull-request

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

Message

Anthony PERARD March 12, 2024, 2:27 p.m. UTC
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(-)

Comments

Peter Maydell March 13, 2024, 12:36 p.m. UTC | #1
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