commit | 4e1837f855b88fdced2941b17509e13b0c8fa518 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Tue Sep 13 13:34:37 2011 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 17 15:14:24 2011 +0000 |
tree | 55a661085c835405fed67c2d2731b62417d8addf | |
parent | 689d7e2fadb27d696528eb1f86eb3e3e19e07761 [diff] |
trace: add virtio_set_status() trace event The virtio device lifecycle can be observed by looking at the sequence of set status operations. This is especially important for catching the reset operation (status value 0), which resets the device and all virtqueues. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>