mbox

[PULL,0/2] Linux user for 6.1 patches

Message ID 20210806091709.2465239-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Aug. 6, 2021, 9:17 a.m. UTC
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(-)

Comments

Peter Maydell Aug. 6, 2021, noon UTC | #1
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