[PULL 0/3] Xen queue 2026-03-09

Anthony PERARD posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260309101529.25695-5-anthony.perard@vates.tech
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, 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>
hw/i386/xen/xen-hvm.c   | 3 ++-
hw/xen/xen-bus-helper.c | 2 +-
hw/xen/xen-hvm-common.c | 2 ++
3 files changed, 5 insertions(+), 2 deletions(-)
[PULL 0/3] Xen queue 2026-03-09
Posted by Anthony PERARD 1 month ago
The following changes since commit 1ae4271ab8dbfbf5dc28b36baa7f3fd5fd2215e1:

  Merge tag 'pull-11.0-virtio-gpu-updates-060326-1' of https://gitlab.com/stsquad/qemu into staging (2026-03-07 11:22:16 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 5a0b8890862251de3f182020cdfa3faaec7623aa:

  xen-hvm: Emit RTC_CHANGE upon TIMEOFFSET ioreq (2026-03-09 10:48:33 +0100)

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

- Bug fix handling framebuffer during migration
- Emit RTC_CHANGE event
- One build fix

----------------------------------------------------------------
Liam Merwick (1):
      hw/xen: Fix trace_xs_node_read() params

Ross Lagerwall (2):
      xen-hvm: Handle framebuffer relocation
      xen-hvm: Emit RTC_CHANGE upon TIMEOFFSET ioreq

 hw/i386/xen/xen-hvm.c   | 3 ++-
 hw/xen/xen-bus-helper.c | 2 +-
 hw/xen/xen-hvm-common.c | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)


--
 | Vates

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech
Re: [PULL 0/3] Xen queue 2026-03-09
Posted by Peter Maydell 1 month ago
On Mon, 9 Mar 2026 at 10:32, Anthony PERARD <anthony.perard@vates.tech> wrote:
>
> The following changes since commit 1ae4271ab8dbfbf5dc28b36baa7f3fd5fd2215e1:
>
>   Merge tag 'pull-11.0-virtio-gpu-updates-060326-1' of https://gitlab.com/stsquad/qemu into staging (2026-03-07 11:22:16 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20260309
>
> for you to fetch changes up to 5a0b8890862251de3f182020cdfa3faaec7623aa:
>
>   xen-hvm: Emit RTC_CHANGE upon TIMEOFFSET ioreq (2026-03-09 10:48:33 +0100)
>
> ----------------------------------------------------------------
> Xen queue:
>
> - Bug fix handling framebuffer during migration
> - Emit RTC_CHANGE event
> - One build fix
>




Applied, thanks.

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

-- PMM