commit | 376692b9dc6f02303ee07a4146d08d8727d79c0c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 10 12:32:32 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 09 15:34:55 2015 +0200 |
tree | 4e67dcac05713579e92b0a38935165e3cd2fd4e7 | |
parent | 0c71d41e2aa3c7356500ae624166f3bb8c201aee [diff] |
cpus: protect work list with work_mutex Protect the list of queued work items with something other than the BQL, as a preparation for running the work items outside it. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>