1. 26 1月, 2016 32 次提交
  2. 10 3月, 2015 1 次提交
  3. 12 2月, 2015 1 次提交
    • W
      kvm_stat: Add kvm_exit reasons for aarch64 · edecf5ec
      Wei Huang 提交于
      This patch defines the list of kvm_exit reasons for aarch64. This list is
      based on the Exception Class (EC) field of HSR register. With this patch
      users can trace the execution of guest VMs better. A sample output from
      command "kvm_stat -1 -t" is shown as the following:
      <...>
      kvm_exit(WATCHPT_HYP)          0         0
      kvm_exit(WFI)               9422      9361
      
      NOTE: This patch requires TRACE_EVENT(kvm_exit) to include exit_reason
      field in TP_ARGS. A patch to upstream kernel has been submitted.
      Signed-off-by: NWei Huang <wei@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      edecf5ec
  4. 26 1月, 2015 4 次提交
  5. 31 10月, 2014 2 次提交