Hello,

Here's an extended version of my cpu_reset() cleanup for x86, prompted by a
discussion about the commit message:
v2 first generally cleans up cpu_copy() by moving cpu_reset() into cpu_copy()
before dropping x86 cpu_reset(). Rebased onto master.

Beyond the scope of this 1.4 series is replacing cpu_copy() with linux-user
code copying individual registers according to Linux ABI in place of memcpy().

Regards,
Andreas

v1 -> v2:
* Prepend patch to move cpu_reset() into cpu_copy() to fix ppc and sparc, too.

Cc: Riku Voipio <riku.voi...@linaro.org>
Cc: Blue Swirl <blauwir...@gmail.com>
Cc: Igor Mammedov <imamm...@redhat.com>
Cc: Peter Maydell <peter.mayd...@linaro.org>

Andreas Färber (2):
  linux-user: Fix cpu_copy() usage
  linux-user: bsd-user: Don't reset X86CPU twice

 bsd-user/main.c      |    2 +-
 exec.c               |    6 ++++++
 linux-user/main.c    |    2 +-
 linux-user/syscall.c |    3 ---
 4 Dateien geändert, 8 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-)

-- 
1.7.10.4


Reply via email to