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

2024-09-04 Thread Paolo Bonzini
Queued (with conflicts fixed), thanks. Paolo

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

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

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

2024-08-08 Thread Claudio Fontana
Hello, as a suggestion you could adjust the names of the functions to match the existing pattern in this module. It is modulename_method ie kvm_* , so: On 8/8/24 13:38, Ani Sinha wrote: > Refactoring the core logic around KVM_CREATE_VM into its own separate function > so that it can be called f

[PATCH v2] 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 CC: zhao1@intel.com Signed-off-by: Ani Sinha --- accel/kvm/kvm-all.c | 93 +