1. 19 2月, 2014 2 次提交
  2. 18 2月, 2014 1 次提交
  3. 15 2月, 2014 1 次提交
  4. 16 1月, 2014 2 次提交
  5. 10 1月, 2014 1 次提交
  6. 29 11月, 2013 3 次提交
  7. 07 11月, 2013 1 次提交
  8. 24 9月, 2013 7 次提交
  9. 11 9月, 2013 2 次提交
    • P
      linux-user: Allow targets to specify a minimum uname release · 4a24a758
      Peter Maydell 提交于
      For newer target architectures, glibc can be picky about the kernel
      version: for example, it will not run on an aarch64 system unless
      the kernel reports itself as at least 3.8.0. Accommodate this by
      enhancing the existing support for faking the kernel version so
      that each target can optionally specify a minimum version: if
      the user doesn't force a specific fake version then we will override
      with the minimum required version only if the real host kernel
      version is insufficient.
      
      Use this facility to let aarch64 report a minimum of 3.8.0.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1378235544-22290-21-git-send-email-peter.maydell@linaro.org
      4a24a758
    • A
      linux-user: Fix up AArch64 syscall handlers · 09701199
      Alexander Graf 提交于
      Some syscall handlers have special code for ARM enabled that we don't
      need on AArch64. Exclude AArch64 in those cases. In other places we
      can share struct definitions with other targets or have to provide our
      own.
      
      With this patch applied, most syscall definitions in linux-user should
      be sound for AArch64.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NJohn Rigby <john.rigby@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1378235544-22290-16-git-send-email-peter.maydell@linaro.org
      Message-id: 1368505980-17151-9-git-send-email-john.rigby@linaro.org
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      09701199
  10. 03 9月, 2013 1 次提交
  11. 30 7月, 2013 1 次提交
  12. 23 7月, 2013 8 次提交
  13. 10 7月, 2013 3 次提交
  14. 05 7月, 2013 4 次提交
  15. 12 6月, 2013 2 次提交
  16. 01 6月, 2013 1 次提交