]> git.proxmox.com Git - qemu.git/blobdiff - trace-events
Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"
[qemu.git] / trace-events
index 55e80be1d1d00fd4ccb8ebbd7c16375e275ec079..4413beb99e66b223ede84494cd2d0ec56b5bc750 100644 (file)
@@ -1153,3 +1153,13 @@ virtio_ccw_new_device(int cssid, int ssid, int schid, int devno, const char *dev
 
 # migration.c
 migrate_set_state(int new_state) "new state %d"
+
+# kvm-all.c
+kvm_ioctl(int type, void *arg) "type %d, arg %p"
+kvm_vm_ioctl(int type, void *arg) "type %d, arg %p"
+kvm_vcpu_ioctl(int cpu_index, int type, void *arg) "cpu_index %d, type %d, arg %p"
+kvm_run_exit(int cpu_index, uint32_t reason) "cpu_index %d, reason %d"
+
+# qom/object.c
+object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
+object_class_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"