]> Git Repo - qemu.git/commit
cpus: protect work list with work_mutex
authorPaolo Bonzini <[email protected]>
Fri, 10 Jul 2015 10:32:32 +0000 (12:32 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 9 Sep 2015 13:34:55 +0000 (15:34 +0200)
commit376692b9dc6f02303ee07a4146d08d8727d79c0c
tree4e67dcac05713579e92b0a38935165e3cd2fd4e7
parent0c71d41e2aa3c7356500ae624166f3bb8c201aee
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 <[email protected]>
Signed-off-by: KONRAD Frederic <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
cpus.c
include/qom/cpu.h
qom/cpu.c
This page took 0.024371 seconds and 4 git commands to generate.