On Fri, Aug 15, 2025 at 12:24:45PM +0530, Ani Sinha wrote: > Date: Fri, 15 Aug 2025 12:24:45 +0530 > From: Ani Sinha <anisi...@redhat.com> > Subject: [PATCH v2] kvm/kvm-all: make kvm_park/unpark_vcpu local to > kvm-all.c > X-Mailer: git-send-email 2.50.1 > > kvm_park_vcpu() and kvm_unpark_vcpu() is only used in kvm-all.c. Declare it > static, remove it from common header file and make it local to kvm-all.c > > Signed-off-by: Ani Sinha <anisi...@redhat.com> > --- > accel/kvm/kvm-all.c | 4 ++-- > include/system/kvm.h | 17 ----------------- > 2 files changed, 2 insertions(+), 19 deletions(-) > > changelog: > unexport kvm_unpark_vcpu() as well and remove unnecessary forward > declarations.
Reviewed-by: Zhao Liu <zhao1....@intel.com>