Re: [Qemu-devel] [PATCH 0/6] Refactor AES Instructions

2014-03-13 Thread Tom Musta
On 3/12/2014 5:40 PM, Richard Henderson wrote: On 03/10/2014 12:04 PM, Tom Musta wrote: This patch series addresses concerns raised by Richard Henderson regarding redundant copies of Advanced Encryption Standard (AES) data and code (see

Re: [Qemu-devel] [PATCH 0/6] Refactor AES Instructions

2014-03-12 Thread Richard Henderson
On 03/10/2014 12:04 PM, Tom Musta wrote: This patch series addresses concerns raised by Richard Henderson regarding redundant copies of Advanced Encryption Standard (AES) data and code (see http://lists.nongnu.org/archive/html/qemu-devel/2014-02/msg04391.html). The patches declare commonly

[Qemu-devel] [PATCH 0/6] Refactor AES Instructions

2014-03-10 Thread Tom Musta
This patch series addresses concerns raised by Richard Henderson regarding redundant copies of Advanced Encryption Standard (AES) data and code (see http://lists.nongnu.org/archive/html/qemu-devel/2014-02/msg04391.html). The patches declare commonly used AES tables in the include/qemu/aes.h