[Qemu-devel] [PATCH 0/4] aarch64 TCG tlb fast lookup prerequisites

2013-06-03 Thread Claudio Fontana
This series is a split of: [PATCH 0/4] ARM aarch64 TCG tlb fast lookup http://lists.nongnu.org/archive/html/qemu-devel/2013-05/msg04803.html It implements the low level operations that are necessary in order to implement the tlb fast lookup, which will be a separate series. It requires the

Re: [Qemu-devel] [PATCH 0/4] aarch64 TCG tlb fast lookup prerequisites

2013-06-03 Thread Richard Henderson
On 06/03/2013 06:23 AM, Claudio Fontana wrote: Changes from the original series: * added ADDS and ANDS to the shifted regs ops, reorder * split shifted regs ops and test/and immediate into 2 patches * for byte swapping, remove REV32, we can just use REV * fix broken comment in tcg_out_uxt