commit | fbe3ee5349fbfcb94f448844cbf293a1dfe74f27 | [log] [tgz] |
---|---|---|
author | John Snow <jsnow@redhat.com> | Thu Jul 20 09:04:48 2023 -0400 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jul 20 14:18:40 2023 +0100 |
tree | a9d93d664d6bd8ce6f8649a9845264347e12c90e | |
parent | eb55faecf0ad1ca618262ce7c9ed6b9f62acd141 [diff] |
python/machine: remove unused console socket configuration arguments By using a socketpair for the console, we don't need the sock_dir argument for the base class anymore, remove it. The qtest subclass still uses the argument for the qtest socket for now. Signed-off-by: John Snow <jsnow@redhat.com>