[PULL 00/11] Next patches

Peter Xu posted 11 patches 1 week, 1 day ago
There is a newer version of this series
include/hw/arm/aspeed.h           |  7 -----
include/system/ram_addr.h         | 16 +++++------
bsd-user/thunk.c                  | 47 ++-----------------------------
hw/arm/aspeed_ast2600_anacapa.c   |  2 +-
hw/arm/aspeed_ast2600_bletchley.c |  2 +-
hw/arm/aspeed_ast2600_catalina.c  |  2 +-
hw/arm/aspeed_ast2600_fby35.c     |  2 +-
hw/arm/aspeed_ast2600_fuji.c      |  2 +-
hw/arm/aspeed_ast2600_gb200nvl.c  |  2 +-
hw/arm/aspeed_ast2600_sanmiguel.c |  2 +-
hw/arm/mps2-tz.c                  |  9 ------
hw/arm/mps3r.c                    |  8 ------
hw/arm/raspi4b.c                  |  4 ---
hw/arm/vexpress.c                 | 13 ++-------
hw/core/machine.c                 |  8 ------
hw/xen/xen-mapcache.c             | 12 ++------
linux-user/thunk.c                | 47 ++-----------------------------
system/physmem.c                  |  4 ++-
system/ram-discard-manager.c      | 29 ++++++++++---------
19 files changed, 43 insertions(+), 175 deletions(-)
[PULL 00/11] Next patches
Posted by Peter Xu 1 week, 1 day ago
The following changes since commit f8296b816fabd370307cd22b0270b610fc0fa279:

  Merge tag 'pull-loongarch-20260917' of https://github.com/bibo-mao/qemu into staging (2026-09-16 18:24:08 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 666dd3c9b10a70eea4aae3c09b0f945175a7cb8e:

  system/ram-discard-manager: fix offset_within_address_space in replay_by_populated_state() (2026-09-18 07:36:52 -0400)

----------------------------------------------------------------
Mem api pull

- Peter's patchset to drop some dead code for 32bit hosts
- Phil/Bin's patch to enhance error message for mem allocations
- Cam's fix to virtio-mem crash in multi-source work

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

Cam Miller (1):
  system/ram-discard-manager: fix offset_within_address_space in
    replay_by_populated_state()

Peter Xu (9):
  system: Define ram_addr_t to be always uint64_t
  hw/vexpress.c: Remove forced cast to u64
  arm/mps: Remove 32bit define for MPS3_DDR_SIZE
  xen-mapcache: Remove 32bit support
  bsd-user: Remove 32bit host support in thunk_convert|print()
  linux-user: Remove 32bit host support in thunk_convert|print()
  arm/aspeed: Drop ASPEED_RAM_SIZE
  hw/arm/raspi4b: Drop board_rev for 32bit hosts
  machine: Remove 32bit limitation on ram size

Philippe Mathieu-Daudé (1):
  system/physmem: Improve guest memory allocation failure error message

 include/hw/arm/aspeed.h           |  7 -----
 include/system/ram_addr.h         | 16 +++++------
 bsd-user/thunk.c                  | 47 ++-----------------------------
 hw/arm/aspeed_ast2600_anacapa.c   |  2 +-
 hw/arm/aspeed_ast2600_bletchley.c |  2 +-
 hw/arm/aspeed_ast2600_catalina.c  |  2 +-
 hw/arm/aspeed_ast2600_fby35.c     |  2 +-
 hw/arm/aspeed_ast2600_fuji.c      |  2 +-
 hw/arm/aspeed_ast2600_gb200nvl.c  |  2 +-
 hw/arm/aspeed_ast2600_sanmiguel.c |  2 +-
 hw/arm/mps2-tz.c                  |  9 ------
 hw/arm/mps3r.c                    |  8 ------
 hw/arm/raspi4b.c                  |  4 ---
 hw/arm/vexpress.c                 | 13 ++-------
 hw/core/machine.c                 |  8 ------
 hw/xen/xen-mapcache.c             | 12 ++------
 linux-user/thunk.c                | 47 ++-----------------------------
 system/physmem.c                  |  4 ++-
 system/ram-discard-manager.c      | 29 ++++++++++---------
 19 files changed, 43 insertions(+), 175 deletions(-)

-- 
2.55.0


Re: [PULL 00/11] Next patches
Posted by Richard Henderson 1 week ago
On 9/18/26 01:39, Peter Xu wrote:
> The following changes since commit f8296b816fabd370307cd22b0270b610fc0fa279:
> 
>    Merge tag 'pull-loongarch-20260917' ofhttps://github.com/bibo-mao/qemu into staging (2026-09-16 18:24:08 -1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/peterx/qemu.git tags/next-pull-request
> 
> for you to fetch changes up to 666dd3c9b10a70eea4aae3c09b0f945175a7cb8e:
> 
>    system/ram-discard-manager: fix offset_within_address_space in replay_by_populated_state() (2026-09-18 07:36:52 -0400)
> 
> ----------------------------------------------------------------
> Mem api pull
> 
> - Peter's patchset to drop some dead code for 32bit hosts
> - Phil/Bin's patch to enhance error message for mem allocations
> - Cam's fix to virtio-mem crash in multi-source work

Applied, thanks.

r~