All of lore.kernel.org
 help / color / mirror / Atom feed
From: harry.moulton@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com
Cc: nd@arm.com, Ross Burton <ross.burton@arm.com>
Subject: [PATCH honister 2/9] runfvp: add an asyncio TODO
Date: Tue, 26 Apr 2022 13:33:52 +0100	[thread overview]
Message-ID: <20220426123359.22873-3-harry.moulton@arm.com> (raw)
In-Reply-To: <20220426123359.22873-1-harry.moulton@arm.com>

From: Ross Burton <ross.burton@arm.com>

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 scripts/runfvp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/runfvp b/scripts/runfvp
index 66a76cc5..524de24d 100755
--- a/scripts/runfvp
+++ b/scripts/runfvp
@@ -205,6 +205,7 @@ def runfvp(cli_args):
             telnet = await asyncio.create_subprocess_exec("telnet", "localhost", str(port), stdin=sys.stdin, stdout=sys.stdout)
             await telnet.wait()
             logger.debug(f"Telnet quit, cancelling tasks")
+            # TODO: this is 3.7+
             for t in asyncio.all_tasks():
                 logger.debug(f"Cancelling {t}")
                 t.cancel()
-- 
2.17.1



  parent reply	other threads:[~2022-04-26 12:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 12:33 [PATCH honister 0/9] arm-bsp/machine: Backport runfvp config for Corstone1000 and update runfvp script harry.moulton
2022-04-26 12:33 ` [PATCH honister 1/9] arm-bsp/machine: Add runfvp config for corstone1000 harry.moulton
2022-04-26 12:33 ` harry.moulton [this message]
2022-04-26 12:33 ` [PATCH honister 3/9] runfvp: handle the fvp quitting before we kill it harry.moulton
2022-04-26 12:33 ` [PATCH honister 4/9] runfvp: don't hide output when using terminals harry.moulton
2022-04-26 12:33 ` [PATCH honister 5/9] runfvp: don't use f-string when there's no expressions harry.moulton
2022-04-26 12:33 ` [PATCH honister 6/9] runfvp: refactor terminal selection harry.moulton
2022-04-26 12:33 ` [PATCH honister 7/9] runfvp: fix undefined variable in terminal selection login harry.moulton
2022-04-26 12:33 ` [PATCH honister 8/9] runfvp: propagate the exit code correctly harry.moulton
2022-04-26 12:33 ` [PATCH honister 9/9] runfvp: check for telnet harry.moulton
2022-04-27 23:48 ` [PATCH honister 0/9] arm-bsp/machine: Backport runfvp config for Corstone1000 and update runfvp script Jon Mason

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=20220426123359.22873-3-harry.moulton@arm.com \
    --to=harry.moulton@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.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 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.