commit | 59dcd29a6c4f89e946fd320539afbfc1859e826e | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Mar 13 09:13:29 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:33 2014 +0200 |
tree | 0240a8f0113216c83f4279a260e192ecea65a17b | |
parent | 04af534d55f23a024cb21864b073bd6d1da7dcf6 [diff] |
target-arm: Use Common Tables in AES Instructions This patch refactors the ARM cryptographic instructions to use the (newly) added common tables from include/qemu/aes.h. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Alexander Graf <agraf@suse.de>