[PULL 0/2] Linux user for 6.1 patches

Laurent Vivier posted 2 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210806091709.2465239-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c     | 88 ++++++++++++++++++++--------------------
linux-user/i386/signal.c |  8 ++--
2 files changed, 48 insertions(+), 48 deletions(-)
[PULL 0/2] Linux user for 6.1 patches
Posted by Laurent Vivier 2 years, 8 months ago
The following changes since commit bccabb3a5d60182645c7749e89f21a9ff307a9eb:

  Update version for v6.1.0-rc2 release (2021-08-04 16:56:14 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-6.1-pull-request

for you to fetch changes up to 030912e01c0385b6b09e76549c1a8a04b624f49a:

  linux-user/elfload: byteswap i386 registers when dumping core (2021-08-05 12:17:30 +0200)

----------------------------------------------------------------
linux-user pull request 20210806

Fix endianness and addresses in i386 linux-user target

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

Ilya Leoshkevich (2):
  linux-user: fix guest/host address mixup in i386 setup_rt_frame()
  linux-user/elfload: byteswap i386 registers when dumping core

 linux-user/elfload.c     | 88 ++++++++++++++++++++--------------------
 linux-user/i386/signal.c |  8 ++--
 2 files changed, 48 insertions(+), 48 deletions(-)

-- 
2.31.1


Re: [PULL 0/2] Linux user for 6.1 patches
Posted by Peter Maydell 2 years, 8 months ago
On Fri, 6 Aug 2021 at 10:18, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit bccabb3a5d60182645c7749e89f21a9ff307a9eb:
>
>   Update version for v6.1.0-rc2 release (2021-08-04 16:56:14 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-6.1-pull-request
>
> for you to fetch changes up to 030912e01c0385b6b09e76549c1a8a04b624f49a:
>
>   linux-user/elfload: byteswap i386 registers when dumping core (2021-08-05 12:17:30 +0200)
>
> ----------------------------------------------------------------
> linux-user pull request 20210806
>
> Fix endianness and addresses in i386 linux-user target
>


Applied, thanks.

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

-- PMM