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, armbru@redhat.com
Subject: [PATCH v5 0/2] Some refactoring
Date: Wed, 28 Aug 2024 13:26:27 +0530 [thread overview]
Message-ID: <20240828075630.7754-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
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
next reply other threads:[~2024-08-28 7:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 7:56 Ani Sinha [this message]
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
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=20240828075630.7754-1-anisinha@redhat.com \
--to=anisinha@redhat.com \
--cc=armbru@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).