[PULL 0/2] Staging patches

Peter Xu posted 2 patches 2 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260319140636.74007-1-peterx@redhat.com
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
hw/display/tcx.c | 24 +++++++++---------------
system/memory.c  |  8 ++++++--
2 files changed, 15 insertions(+), 17 deletions(-)
[PULL 0/2] Staging patches
Posted by Peter Xu 2 days, 22 hours ago
The following changes since commit 5a68a3add61208aad34d47134fdcfd3f407d2ce4:

  Update version for v11.0.0-rc0 release (2026-03-18 15:56:51 +0000)

are available in the Git repository at:

  https://gitlab.com/peterx/qemu.git tags/staging-pull-request

for you to fetch changes up to 2a13e310732154f75a02be54e2b32524cc869417:

  hw/display/tcx: Init memory regions in realize (2026-03-19 10:05:18 -0400)

----------------------------------------------------------------
mem pull for 11.0-rc1

Two fixes included:

- Xiaoyao's fix on recent coco guest boot failure
- BALATON's fix on recent sparce device-introspect-test failure

----------------------------------------------------------------

BALATON Zoltan (1):
  hw/display/tcx: Init memory regions in realize

Xiaoyao Li (1):
  memory: Set mr->ram before RAM Block allocation

 hw/display/tcx.c | 24 +++++++++---------------
 system/memory.c  |  8 ++++++--
 2 files changed, 15 insertions(+), 17 deletions(-)

-- 
2.50.1
Re: [PULL 0/2] Staging patches
Posted by Peter Maydell 2 days ago
On Thu, 19 Mar 2026 at 14:07, Peter Xu <peterx@redhat.com> wrote:
>
> The following changes since commit 5a68a3add61208aad34d47134fdcfd3f407d2ce4:
>
>   Update version for v11.0.0-rc0 release (2026-03-18 15:56:51 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/staging-pull-request
>
> for you to fetch changes up to 2a13e310732154f75a02be54e2b32524cc869417:
>
>   hw/display/tcx: Init memory regions in realize (2026-03-19 10:05:18 -0400)
>
> ----------------------------------------------------------------
> mem pull for 11.0-rc1
>
> Two fixes included:
>
> - Xiaoyao's fix on recent coco guest boot failure
> - BALATON's fix on recent sparce device-introspect-test failure
>
> ----------------------------------------------------------------
>
> BALATON Zoltan (1):
>   hw/display/tcx: Init memory regions in realize
>
> Xiaoyao Li (1):
>   memory: Set mr->ram before RAM Block allocation



Applied, thanks.

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

-- PMM