qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] python/machine.py: refactor shutdown
@ 2020-06-26 20:23 John Snow
  2020-06-26 20:23 ` [PATCH v4 1/3] python/machine.py: consolidate _post_shutdown() John Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: John Snow @ 2020-06-26 20:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, Eduardo Habkost, philmd, Markus Armbruster, Cleber Rosa,
	John Snow

v4:

001/3:[----] [--] 'python/machine.py: consolidate _post_shutdown()'
002/3:[0010] [FC] 'python/machine.py: refactor shutdown'
003/3:[----] [--] 'python/machine.py: re-add sigkill warning suppression'

- Rebased
- Fixed exception handler to actually handle exception :(

v3:
 - Split _post_shutdown refactor into own patch (now 1/3)
 - Re-add sigkill warning squelch (now 3/3)

Applies straight to origin/master, ought to pass pylint and flake8:

> cd ~/src/qemu/python/qemu
> pylint *.py
> flake8 *.py

John Snow (3):
  python/machine.py: consolidate _post_shutdown()
  python/machine.py: refactor shutdown
  python/machine.py: re-add sigkill warning suppression

 python/qemu/machine.py | 108 ++++++++++++++++++++++++++++++-----------
 1 file changed, 79 insertions(+), 29 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-06-26 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-26 20:23 [PATCH v4 0/3] python/machine.py: refactor shutdown John Snow
2020-06-26 20:23 ` [PATCH v4 1/3] python/machine.py: consolidate _post_shutdown() John Snow
2020-06-26 20:23 ` [PATCH v4 2/3] python/machine.py: refactor shutdown John Snow
2020-06-26 20:23 ` [PATCH v4 3/3] python/machine.py: re-add sigkill warning suppression John Snow

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