qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] python/qemu: follow-up changes for ConsoleSocket
@ 2020-07-17 20:30 Robert Foley
  2020-07-17 20:30 ` [PATCH v1 1/3] python/qemu: Cleanup changes to ConsoleSocket Robert Foley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Foley @ 2020-07-17 20:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, jsnow, robert.foley, peter.puhov

For v1, we added a few minor changes, and also added one new patch 
in tests/vm to add a shutdown timeout.  This fixes an issue we saw in 
testing the aarch64 VMs with TCG.

This patch series introduces a few follow-up changes after the introduction of 
ConsoleSocket.

The first patch introduces cleanup changes for pylint and flake8.

The second patch allows machine.py to use a single type for the console_socket,
a ConsoleSocket.
Since machine.py will use ConsoleSocket for both the draining and non-draining
cases, we changed ConsoleSocket to handle the case where it does not drain the
socket at all and essentially behaves like a socket.

Robert Foley (3):
  python/qemu: Cleanup changes to ConsoleSocket
  python/qemu: Change ConsoleSocket to optionally drain socket.
  tests/vm: add shutdown timeout in basevm.py

 python/qemu/console_socket.py | 137 +++++++++++++++++++---------------
 python/qemu/machine.py        |  14 ++--
 python/qemu/pylintrc          |   2 +-
 tests/vm/basevm.py            |  15 ++--
 4 files changed, 94 insertions(+), 74 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-17 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 20:30 [PATCH v1 0/3] python/qemu: follow-up changes for ConsoleSocket Robert Foley
2020-07-17 20:30 ` [PATCH v1 1/3] python/qemu: Cleanup changes to ConsoleSocket Robert Foley
2020-07-17 20:30 ` [PATCH v1 2/3] python/qemu: Change ConsoleSocket to optionally drain socket Robert Foley
2020-07-17 20:30 ` [PATCH v1 3/3] tests/vm: add shutdown timeout in basevm.py Robert Foley

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).