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

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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] Some refactoring
@ 2024-08-09  4:51 Ani Sinha
  2024-08-09  4:51 ` [PATCH v3 2/2] kvm: refactor core virtual machine creation into its own function Ani Sinha
  0 siblings, 1 reply; 8+ messages in thread
From: Ani Sinha @ 2024-08-09  4:51 UTC (permalink / raw)
  Cc: Ani Sinha, qemu-trivial, zhao1.liu, pbonzini

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: 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



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

end of thread, other threads:[~2024-08-09  7:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  5:10 [PATCH 0/2] Some refactoring Ani Sinha
2024-08-09  5:10 ` [PATCH v2 1/2] kvm: replace fprintf with error_report() in kvm_init() for error conditions Ani Sinha
2024-08-09  6:13   ` Zhao Liu
2024-08-09  7:06     ` Ani Sinha
2024-08-09  5:10 ` [PATCH v3 2/2] kvm: refactor core virtual machine creation into its own function Ani Sinha
2024-08-09  5:31   ` Zhao Liu
2024-08-09  7:58   ` Claudio Fontana
  -- strict thread matches above, loose matches on Subject: below --
2024-08-09  4:51 [PATCH 0/2] Some refactoring Ani Sinha
2024-08-09  4:51 ` [PATCH v3 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.