From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: pkrempa@redhat.com, vr_qemu@t-online.de
Subject: Re: [PATCH v2] target/i386: kvm: do not access uninitialized variable on older kernels
Date: Tue, 22 Mar 2022 06:49:39 -0700 [thread overview]
Message-ID: <3c9faae7-0dee-0323-d58b-977cb8b78752@linaro.org> (raw)
In-Reply-To: <20220320193914.111356-1-pbonzini@redhat.com>
On 3/20/22 12:39, Paolo Bonzini wrote:
> + if (rc < 0) {
> + if (rc != -ENXIO) {
> + warn_report("KVM_GET_DEVICE_ATTR(0, KVM_X86_XCOMP_GUEST_SUPP) "
> + "error: %d", rc);
Better as "error: %s", strerror(-rc) ?
r~
prev parent reply other threads:[~2022-03-22 13:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 19:39 [PATCH v2] target/i386: kvm: do not access uninitialized variable on older kernels Paolo Bonzini
2022-03-21 8:21 ` Peter Krempa
2022-03-22 13:49 ` Richard Henderson [this message]
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=3c9faae7-0dee-0323-d58b-977cb8b78752@linaro.org \
--to=richard.henderson@linaro.org \
--cc=pbonzini@redhat.com \
--cc=pkrempa@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vr_qemu@t-online.de \
/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).