qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Luca Bonissi <qemu@bonslack.org>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: Richard Henderson <richard.henderson@linaro.org>,
	Laurent Vivier <laurent@vivier.eu>,
	qemu-devel@nongnu.org
Subject: Re: [PATCH 1/7] Add termios2 support to linux-user
Date: Fri, 31 Oct 2025 13:42:51 +0100	[thread overview]
Message-ID: <fe3312be-05f8-463c-a62f-c09b82399321@bonslack.org> (raw)
In-Reply-To: <87y0qzzjst.fsf@igel.home>

On 31/08/25 15:45, Andreas Schwab wrote:
> On Aug 30 2025, Luca Bonissi wrote:
> 
>> +#ifdef TARGET_TCGETS2
>> +static void target_to_host_termios2 (void *dst, const void *src)
>> +{
>> +    struct host_termios2 *host = dst;
>> +    const struct target_termios2 *target = src;
>> +
>> [...]
>> +}
>> +
>> +static void host_to_target_termios2 (void *dst, const void *src)
>> +{
>> +    struct target_termios2 *target = dst;
>> +    const struct host_termios2 *host = src;
>> +
>> [...]
>> +}
> 
> That fails to copy c_[io]speed.
> 

You are right!!

I added also c-[io]speed copy. Will follow new patches.


  reply	other threads:[~2025-10-31 12:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-30 13:14 [PATCH 1/7] Add termios2 support to linux-user Luca Bonissi
2025-08-31 13:45 ` Andreas Schwab
2025-10-31 12:42   ` Luca Bonissi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-31 13:23 Luca Bonissi
2025-11-02 10:29 ` Andreas Schwab

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=fe3312be-05f8-463c-a62f-c09b82399321@bonslack.org \
    --to=qemu@bonslack.org \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=schwab@linux-m68k.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).