Paolo Bonzini writes:
> On 24/08/2015 02:23, Emilio G. Cota wrote:
>> +void HELPER(aie_st_pre)(CPUArchState *env, target_ulong vaddr)
>> +{
>> +if (unlikely(env->aie_lock_enabled)) {
>> +if (env->aie_locked) {
>> +return;
>> +}
>
> Now that I've reviewed your code
On 24/08/2015 02:23, Emilio G. Cota wrote:
> +void HELPER(aie_st_pre)(CPUArchState *env, target_ulong vaddr)
> +{
> +if (unlikely(env->aie_lock_enabled)) {
> +if (env->aie_locked) {
> +return;
> +}
Now that I've reviewed your code more carefully, the approach you'
Emilio G. Cota writes:
> Signed-off-by: Emilio G. Cota
> ---
> aie-helper.c | 112
> ++
> include/exec/cpu-defs.h | 5 +++
> include/qemu/aie-helper.h | 6 +++
> 3 files changed, 123 insertions(+)
> create mode 100644 aie-helper.
Signed-off-by: Emilio G. Cota
---
aie-helper.c | 112 ++
include/exec/cpu-defs.h | 5 +++
include/qemu/aie-helper.h | 6 +++
3 files changed, 123 insertions(+)
create mode 100644 aie-helper.c
create mode 100644 include/qemu/aie-help