cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

trace-events (433B)


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