]> Git Repo - qemu.git/commit - exec.c
qtail: clean up direct access to tqe_prev field
authorIgor Mammedov <[email protected]>
Mon, 25 Jul 2016 12:47:12 +0000 (14:47 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 13 Sep 2016 17:08:41 +0000 (19:08 +0200)
commit3b8c1761f0e1523622e008836d01a6544b1c21ab
treeea4fd8ce936246f7c0f41e1c899dba85149d4151
parentfa9701240951093907076db0943f96972a396ef5
qtail: clean up direct access to tqe_prev field

instead of accessing tqe_prev field dircetly outside
of queue.h use macros to check if element is in list
and make sure that afer element is removed from list
tqe_prev field could be used to do the same check.

Signed-off-by: Igor Mammedov <[email protected]>
Message-Id: <1469450832[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
blockdev.c
exec.c
include/qemu/queue.h
net/filter.c
This page took 0.026131 seconds and 4 git commands to generate.