From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>, kvm@vger.kernel.org
Subject: Re: [kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no
Date: Tue, 1 Mar 2016 22:09:35 +0100 [thread overview]
Message-ID: <56D6050F.9070702@redhat.com> (raw)
In-Reply-To: <1456839049-19558-1-git-send-email-drjones@redhat.com>
On 01/03/2016 14:30, Andrew Jones wrote:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
> x86/setjmp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/x86/setjmp.c b/x86/setjmp.c
> index 46f0d9c5feb9b..fa331792d852d 100644
> --- a/x86/setjmp.c
> +++ b/x86/setjmp.c
> @@ -1,4 +1,4 @@
> -#include "stdio.h"
> +#include "libcflat.h"
> #include "setjmp.h"
>
> int main()
>
We probably should instead provide our own stdio.h. In the meanwhile,
I've queued this and will push tomorrow.
Paolo
next prev parent reply other threads:[~2016-03-01 21:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 13:30 [kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no Andrew Jones
2016-03-01 19:54 ` Peter Feiner
2016-03-01 21:09 ` Paolo Bonzini [this message]
2016-03-02 14:50 ` Andrew Jones
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=56D6050F.9070702@redhat.com \
--to=pbonzini@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
/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 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.