qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

trace-events (433B)


      1 # See docs/devel/tracing.txt for syntax documentation.
      2 
      3 # kvm.c
      4 kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
      5 kvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
      6 kvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s"
      7 kvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d"