From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Filip.Bozuta@syrmia.com
Subject: Re: [PATCH] linux-user: fix ppc/termbits.h
Date: Sat, 5 Sep 2020 23:06:49 +0200 [thread overview]
Message-ID: <fd58993b-511e-5b05-1aae-16177bd034cc@vivier.eu> (raw)
In-Reply-To: <20200830181620.422036-1-laurent@vivier.eu>
Le 30/08/2020 à 20:16, Laurent Vivier a écrit :
> On ppc, in termios, c_line is after c_cc, not before .
>
> Fixes: c218b4ede4f9 ("linux-user: Add missing termbits types and values definitions")
> Cc: Filip.Bozuta@syrmia.com
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
> linux-user/ppc/termbits.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/linux-user/ppc/termbits.h b/linux-user/ppc/termbits.h
> index 7066d1e5523d..eb226e099980 100644
> --- a/linux-user/ppc/termbits.h
> +++ b/linux-user/ppc/termbits.h
> @@ -14,8 +14,8 @@ struct target_termios {
> target_tcflag_t c_oflag; /* output mode flags */
> target_tcflag_t c_cflag; /* control mode flags */
> target_tcflag_t c_lflag; /* local mode flags */
> - target_cc_t c_line; /* line discipline */
> target_cc_t c_cc[TARGET_NCCS]; /* control characters */
> + target_cc_t c_line; /* line discipline */
> target_speed_t c_ispeed; /* input speed */
> target_speed_t c_ospeed; /* output speed */
> };
>
Applied to my linux-user-for-5.2 branch.
Thanks,
Laurent
prev parent reply other threads:[~2020-09-05 21:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-30 18:16 [PATCH] linux-user: fix ppc/termbits.h Laurent Vivier
2020-09-05 21:06 ` Laurent Vivier [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=fd58993b-511e-5b05-1aae-16177bd034cc@vivier.eu \
--to=laurent@vivier.eu \
--cc=Filip.Bozuta@syrmia.com \
--cc=qemu-devel@nongnu.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 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).