1. 27 5月, 2016 1 次提交
  2. 24 2月, 2016 2 次提交
  3. 22 8月, 2014 2 次提交
  4. 10 3月, 2014 1 次提交
  5. 18 2月, 2014 1 次提交
  6. 29 11月, 2013 1 次提交
  7. 23 7月, 2013 1 次提交
    • P
      linux-user: Clean up handling of clone() argument order · 4ce6243d
      Peter Maydell 提交于
      Linux manages to have three separate orderings of the arguments to
      the clone() syscall on different architectures. In the kernel these
      are selected via CONFIG_CLONE_BACKWARDS and CONFIG_CLONE_BACKWARDS2.
      Clean up our implementation of this to use similar #define names
      rather than a TARGET_* ifdef ladder.
      
      This includes behaviour changes fixing bugs on cris, x86-64, m68k,
      openrisc and unicore32.  cris had explicit but wrong handling; the
      others were just incorrectly using QEMU's default, which happened
      to be the equivalent of CONFIG_CLONE_BACKWARDS. (unicore32 appears
      to be broken in the mainline kernel in that it tries to use arg3 for
      both parent_tidptr and newtls simultaneously -- we don't attempt
      to emulate this bug...)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NRiku Voipio <riku.voipio@linaro.org>
      4ce6243d
  8. 10 7月, 2013 1 次提交
  9. 19 12月, 2012 1 次提交
  10. 11 7月, 2011 1 次提交
  11. 02 10月, 2009 2 次提交
  12. 08 1月, 2009 1 次提交
  13. 13 12月, 2008 1 次提交
  14. 15 10月, 2007 1 次提交
  15. 08 10月, 2007 1 次提交