qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] cb3d83: exec-all.h: Use stl_le_p instead of s


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] cb3d83: exec-all.h: Use stl_le_p instead of stl_p patching...
Date: Tue, 13 May 2014 11:30:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: cb3d83bc49e823b5fe43cf4f17eac60f24c6805c
      
https://github.com/qemu/qemu/commit/cb3d83bc49e823b5fe43cf4f17eac60f24c6805c
  Author: Richard Henderson <address@hidden>
  Date:   2014-05-13 (Tue, 13 May 2014)

  Changed paths:
    M include/exec/exec-all.h

  Log Message:
  -----------
  exec-all.h: Use stl_le_p instead of stl_p patching x86

We got the wrong version of stl_p, the one that bswaps as appropriate
for the target.  Since x86 is always little-endian, the "_le_" routine
will resolve to what we want.

Signed-off-by: Richard Henderson <address@hidden>


  Commit: f30d56e7d63fe2f536511bffa13306bec2e01c37
      
https://github.com/qemu/qemu/commit/f30d56e7d63fe2f536511bffa13306bec2e01c37
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-13 (Tue, 13 May 2014)

  Changed paths:
    M include/exec/exec-all.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/rth/fix-i386' into staging

* remotes/rth/fix-i386:
  exec-all.h: Use stl_le_p instead of stl_p patching x86

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/cd2b9b86803e...f30d56e7d63f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]