commit | 6da64fdb8c0c683016b70c96200057347aa8fbb0 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Tue Nov 08 20:32:19 2011 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:17:11 2011 +0200 |
tree | e9b6650625def2f92fb49dfdf511647ca27b7d56 | |
parent | fb92045843a8cd99c7b843d9b567a680a3854ba1 [diff] |
KVM: Use kmemdup rather than duplicating its implementation Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>