|
From: | Ani Sinha |
Subject: | [PATCH 0/2] Some refactoring |
Date: | Fri, 9 Aug 2024 10:40:52 +0530 |
replace fprintf() with error_report() in kvm_init() refactor code in kvm_init() to move core vm creation operation to its own function. CC: qemu-trivial@nongnu.org CC: qemu-devel@nongnu.org CC: zhao1.liu@intel.com CC: pbonzini@redhat.com Ani Sinha (2): kvm: replace fprintf with error_report() in kvm_init() for error conditions kvm: refactor core virtual machine creation into its own function accel/kvm/kvm-all.c | 106 +++++++++++++++++++++++++------------------- 1 file changed, 61 insertions(+), 45 deletions(-) -- 2.45.2
[Prev in Thread] | Current Thread | [Next in Thread] |