]> git.proxmox.com Git - mirror_qemu.git/commit
target/nios2: take BQL around interrupt check
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 1 Mar 2017 10:28:04 +0000 (11:28 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Mar 2017 12:26:37 +0000 (13:26 +0100)
commitc0d24e7f70816c8af51ebe9dc74aa276a81858dd
tree910312fd8941b64c99db074c7278323a5d7bf523
parentb01a2d07c963e96dbd151f0db1eaa06f273acf34
target/nios2: take BQL around interrupt check

The interrupt controller does not have its own locking.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/nios2/op_helper.c