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

Michael Tokarev posted 3 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250413125937.2448971-1-mjt@tls.msk.ru
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Michael Roth <michael.roth@amd.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Eric Blake <eblake@redhat.com>, Stefan Weil <sw@weilnetz.de>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
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(-)
[PULL v2 0/3] Trivial patches for 2025-04-13
Posted by Michael Tokarev 7 months ago
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(-)
Re: [PULL v2 0/3] Trivial patches for 2025-04-13
Posted by Michael Tokarev 7 months ago
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
Re: [PULL v2 0/3] Trivial patches for 2025-04-13
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks!

Stefan