Revision 94b0b5ff

b/trace-events
189 189
disable sun4m_iommu_page_get_flags(uint64_t pa, uint64_t iopte, uint32_t ret) "get flags addr %"PRIx64" => pte %"PRIx64", *pte = %x"
190 190
disable sun4m_iommu_translate_pa(uint64_t addr, uint64_t pa, uint32_t iopte) "xlate dva %"PRIx64" => pa %"PRIx64" iopte = %x"
191 191
disable sun4m_iommu_bad_addr(uint64_t addr) "bad addr %"PRIx64""
192

  
193
# vl.c
194
disable vm_state_notify(int running, int reason) "running %d reason %d"
b/vl.c
158 158

  
159 159
#include "slirp/libslirp.h"
160 160

  
161
#include "trace.h"
161 162
#include "qemu-queue.h"
162 163
#include "cpus.h"
163 164
#include "arch_init.h"
......
1074 1075
{
1075 1076
    VMChangeStateEntry *e;
1076 1077

  
1078
    trace_vm_state_notify(running, reason);
1079

  
1077 1080
    for (e = vm_change_state_head.lh_first; e; e = e->entries.le_next) {
1078 1081
        e->cb(e->opaque, running, reason);
1079 1082
    }

Also available in: Unified diff