1. 15 10月, 2014 19 次提交
  2. 10 10月, 2014 10 次提交
  3. 09 10月, 2014 9 次提交
  4. 07 10月, 2014 2 次提交
    • P
      Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' into staging · b6011bd8
      Peter Maydell 提交于
      linux-user pull for 2.2
      
      Clearest linux-user patches sent to the list since august,
      Apart from Mikhails patch, the rest are quite trivial.
      
      v2: check for CONFIG_TIMERFD only after it has been defined
      
      # gpg: Signature made Mon 06 Oct 2014 20:08:10 BST using RSA key ID DE3C9BC0
      # gpg: Good signature from "Riku Voipio <riku.voipio@iki.fi>"
      # gpg:                 aka "Riku Voipio <riku.voipio@linaro.org>"
      
      * remotes/riku/tags/pull-linux-user-20141006-2:
        translate-all.c: memory walker initial address miscalculation
        linux-user: don't include timerfd if not needed
        linux-user: Simplify timerid checks on g_posix_timers range
        linux-user: Convert blkpg to use a special subop handler
        linux-user: Enable epoll_pwait syscall for ARM
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      b6011bd8
    • M
      translate-all.c: memory walker initial address miscalculation · 1a1c4db9
      Mikhail Ilyin 提交于
      The initial base address is miscalculated in walk_memory_regions().
      It has to be shifted TARGET_PAGE_BITS more. Holder variables are
      extended to target_ulong size otherwise they don't fit for MIPS N32
      (a 32-bit ABI with a 64-bit address space) and qemu won't compile.
      The issue led to incorrect debug output of memory maps and a
      mis-formed coredumped file.
      Signed-off-by: NMikhail Ilyin <m.ilin@samsung.com>
      Signed-off-by: NRiku Voipio <riku.voipio@linaro.org>
      1a1c4db9