commit | 571cd43e57beb1f8fd42c60bd3c69777f8ecdc51 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 06 08:10:42 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jul 09 15:53:02 2012 +0200 |
tree | 025eb66614f1f358aeea47b6cb62323298add7bd | |
parent | e130225587cb0d48b2c0b7c04b6bf9c95fe75ac9 [diff] |
blkdebug: store list of active rules This prepares for the next patch, where some active rules may actually not trigger depending on input to readv/writev. Store the active rules in a SIMPLEQ (so that it can be emptied easily with QSIMPLEQ_INIT), and fetch the errno/once/immediately arguments from there. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>