Date: Sun, 21 Sep 2014 18:52:56 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r271933 - projects/bhyve_svm/sys/amd64/vmm Message-ID: <201409211852.s8LIqu90045178@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: neel Date: Sun Sep 21 18:52:56 2014 New Revision: 271933 URL: http://svnweb.freebsd.org/changeset/base/271933 Log: Get rid of unused stat VMM_HLT_IGNORED. Modified: projects/bhyve_svm/sys/amd64/vmm/vmm_stat.c projects/bhyve_svm/sys/amd64/vmm/vmm_stat.h Modified: projects/bhyve_svm/sys/amd64/vmm/vmm_stat.c ============================================================================== --- projects/bhyve_svm/sys/amd64/vmm/vmm_stat.c Sun Sep 21 18:15:09 2014 (r271932) +++ projects/bhyve_svm/sys/amd64/vmm/vmm_stat.c Sun Sep 21 18:52:56 2014 (r271933) @@ -152,7 +152,6 @@ VMM_STAT(VCPU_MIGRATIONS, "vcpu migratio VMM_STAT(VMEXIT_COUNT, "total number of vm exits"); VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt"); VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted"); -VMM_STAT(VMEXIT_HLT_IGNORED, "number of times hlt was ignored"); VMM_STAT(VMEXIT_CR_ACCESS, "number of times %cr access was intercepted"); VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted"); VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted"); Modified: projects/bhyve_svm/sys/amd64/vmm/vmm_stat.h ============================================================================== --- projects/bhyve_svm/sys/amd64/vmm/vmm_stat.h Sun Sep 21 18:15:09 2014 (r271932) +++ projects/bhyve_svm/sys/amd64/vmm/vmm_stat.h Sun Sep 21 18:52:56 2014 (r271933) @@ -141,7 +141,6 @@ VMM_STAT_DECLARE(VCPU_MIGRATIONS); VMM_STAT_DECLARE(VMEXIT_COUNT); VMM_STAT_DECLARE(VMEXIT_EXTINT); VMM_STAT_DECLARE(VMEXIT_HLT); -VMM_STAT_DECLARE(VMEXIT_HLT_IGNORED); VMM_STAT_DECLARE(VMEXIT_CR_ACCESS); VMM_STAT_DECLARE(VMEXIT_RDMSR); VMM_STAT_DECLARE(VMEXIT_WRMSR);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409211852.s8LIqu90045178>