commit | 30ba0ee52d1519b717089782ef1caf0480a01dc3 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Tue Jul 02 17:43:21 2013 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Mon Oct 07 11:48:39 2013 +0200 |
tree | 2007245f902dc0dfba178f55cc9f0a0288fddfc3 | |
parent | 812586405c5d165aae791d3806a9bbb8312ec2ac [diff] |
cpu: Move cpu_copy() into linux-user It is only used there and is deemed very fragile if not incorrect in its current memcpy() form. Moving it into linux-user will allow to move parts into target_cpu.h headers and only copy what the ABI mandates. Signed-off-by: Andreas Färber <afaerber@suse.de>