Re: [PATCH] kvm: refactor core virtual machine creation into its own function

2024-08-08 Thread Zhao Liu
Hi Ani, On Thu, Aug 08, 2024 at 04:03:36PM +0530, Ani Sinha wrote: > Date: Thu, 8 Aug 2024 16:03:36 +0530 > From: Ani Sinha > Subject: [PATCH] kvm: refactor core virtual machine creation into its own > function > X-Mailer: git-send-email 2.45.2 > > Refactoring

[PATCH] kvm: refactor core virtual machine creation into its own function

2024-08-08 Thread Ani Sinha
Refactoring the core logic around KVM_CREATE_VM into its own separate function so that it can be called from other functions in subsequent patches. There is no functional change in this patch. CC: pbonz...@redhat.com Signed-off-by: Ani Sinha --- accel/kvm/kvm-all.c | 97 +