summaryrefslogtreecommitdiff
path: root/scripts/tracetool/vcpu.py
AgeCommit message (Collapse)AuthorFilesLines
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova1-0/+70
This property identifies events that trace vCPU-specific information. It adds a "CPUState*" argument to events with the property, identifying the vCPU raising the event. TCG translation events also have a "TCGv_env" implicit argument that is later used as the "CPUState*" argument at execution time. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Message-id: 145641861797.30295.6991314023181842105.stgit@localhost Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>