From: Ani Sinha <anisinha@redhat.com>
Cc: Ani Sinha <anisinha@redhat.com>,
qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
zhao1.liu@intel.com, pbonzini@redhat.com
Subject: [PATCH 0/2] Some refactoring
Date: Fri, 9 Aug 2024 10:40:52 +0530 [thread overview]
Message-ID: <20240809051054.1745641-1-anisinha@redhat.com> (raw)
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
next reply other threads:[~2024-08-09 5:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-09 5:10 Ani Sinha [this message]
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-27 15:10 [PATCH 0/2] Some refactoring Ani Sinha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240809051054.1745641-1-anisinha@redhat.com \
--to=anisinha@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=zhao1.liu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).