All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Some refactoring
@ 2024-08-28  7:56 Ani Sinha
  2024-08-28  7:56 ` [PATCH v5 1/2] kvm: replace fprintf with error_report()/printf() in kvm_init() Ani Sinha
  2024-08-28  7:56 ` [PATCH v5 2/2] kvm: refactor core virtual machine creation into its own function Ani Sinha
  0 siblings, 2 replies; 6+ messages in thread
From: Ani Sinha @ 2024-08-28  7:56 UTC (permalink / raw)
  Cc: Ani Sinha, qemu-trivial, qemu-devel, zhao1.liu, pbonzini, armbru

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
CC: armbru@redhat.com


Ani Sinha (2):
  kvm: replace fprintf with error_report()/printf() in kvm_init()
  kvm: refactor core virtual machine creation into its own function

 accel/kvm/kvm-all.c | 106 +++++++++++++++++++++++++-------------------
 1 file changed, 61 insertions(+), 45 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-28 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  7:56 [PATCH v5 0/2] Some refactoring Ani Sinha
2024-08-28  7:56 ` [PATCH v5 1/2] kvm: replace fprintf with error_report()/printf() in kvm_init() Ani Sinha
2024-08-28 11:23   ` Markus Armbruster
2024-08-28 12:40     ` Ani Sinha
2024-08-28 13:16       ` Markus Armbruster
2024-08-28  7:56 ` [PATCH v5 2/2] kvm: refactor core virtual machine creation into its own function Ani Sinha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.