| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | trace: add mmu_index to mem_info | Alex Bennée | 2019-10-28 | 1 | -0/+1 |
| | | | | | | | | We are going to re-use mem_info later for plugins and will need to track the mmu_idx for softmmu code. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | ||||
| * | trace: Add 'vcpu' event property to trace guest vCPU | Lluís Vilanova | 2016-03-01 | 1 | -1/+3 |
| | | | | | | | | | | | | | | 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> | ||||
| * | trace: [tcg] Argument type transformation rules | Lluís Vilanova | 2014-08-12 | 1 | -0/+166 |
| Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> | |||||