mbox

[PULL,v2,0/3] Trivial patches for 2025-04-13

Message ID 20250413125937.2448971-1-mjt@tls.msk.ru (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

Message

Michael Tokarev April 13, 2025, 12:59 p.m. UTC
The following changes since commit 56c6e249b6988c1b6edc2dd34ebb0f1e570a1365:

  Update version for v10.0.0-rc3 release (2025-04-09 04:33:10 -0400)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to d08c08320a3580108b442d5eff296f0925fae4f0:

  docs: Document removal of 64-bit on 32-bit emulation (2025-04-13 15:57:56 +0300)

----------------------------------------------------------------
trivial patches for 2025-04-13

3 small changes for 10.0 if it's not too late

v2: + "docs: Document removal of 64-bit on 32-bit emulation"
----------------------------------------------------------------
Arthur Sengileyev (1):
      Fix objdump output parser in "nsis.py"

Richard Henderson (1):
      docs: Document removal of 64-bit on 32-bit emulation

Stefan Weil (1):
      docs: Fix some typos (found by codespell and typos)

 docs/about/deprecated.rst       | 4 ++--
 docs/about/removed-features.rst | 9 +++++++++
 docs/devel/codebase.rst         | 6 +++---
 docs/devel/qapi-domain.rst      | 4 ++--
 include/exec/memory.h           | 4 ++--
 qapi/qdev.json                  | 2 +-
 scripts/nsis.py                 | 2 +-
 7 files changed, 20 insertions(+), 11 deletions(-)

Comments

Michael Tokarev April 14, 2025, 9:32 a.m. UTC | #1
On 13.04.2025 15:59, Michael Tokarev wrote:
> The following changes since commit 56c6e249b6988c1b6edc2dd34ebb0f1e570a1365:
> 
>    Update version for v10.0.0-rc3 release (2025-04-09 04:33:10 -0400)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to d08c08320a3580108b442d5eff296f0925fae4f0:
> 
>    docs: Document removal of 64-bit on 32-bit emulation (2025-04-13 15:57:56 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2025-04-13
> 
> 3 small changes for 10.0 if it's not too late
> 
> v2: + "docs: Document removal of 64-bit on 32-bit emulation"

I've added new R-by's, new commit id is
f3ca7ca22271ac7c1b997092d72ad36517618fb5, actual patches are
the same.

/mjt
Stefan Hajnoczi April 14, 2025, 7:28 p.m. UTC | #2
Applied, thanks!

Stefan