qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] remove socket_scm_helper
@ 2021-07-17  2:38 John Snow
  2021-07-17  2:38 ` [PATCH 1/2] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol John Snow
  2021-07-17  2:38 ` [PATCH 2/2] python, iotests: remove socket_scm_helper John Snow
  0 siblings, 2 replies; 3+ messages in thread
From: John Snow @ 2021-07-17  2:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Eduardo Habkost, qemu-block, Max Reitz, Cleber Rosa,
	John Snow

GitLab: https://gitlab.com/jsnow/qemu/-/commits/python-socket-scm-helper
CI: https://gitlab.com/jsnow/qemu/-/pipelines/338595177

19 insertions(+)
208 deletions(-)

Seems good to me ...?

--js

John Snow (2):
  python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
  python, iotests: remove socket_scm_helper

 tests/qemu-iotests/socket_scm_helper.c | 136 -------------------------
 python/qemu/machine/machine.py         |  47 ++-------
 python/qemu/machine/qtest.py           |   2 -
 python/qemu/qmp/__init__.py            |  21 ++--
 tests/Makefile.include                 |   1 -
 tests/meson.build                      |   4 -
 tests/qemu-iotests/iotests.py          |   3 -
 tests/qemu-iotests/meson.build         |   5 -
 tests/qemu-iotests/testenv.py          |   8 +-
 9 files changed, 19 insertions(+), 208 deletions(-)
 delete mode 100644 tests/qemu-iotests/socket_scm_helper.c
 delete mode 100644 tests/qemu-iotests/meson.build

-- 
2.31.1




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

end of thread, other threads:[~2021-07-17  2:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-17  2:38 [PATCH 0/2] remove socket_scm_helper John Snow
2021-07-17  2:38 ` [PATCH 1/2] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol John Snow
2021-07-17  2:38 ` [PATCH 2/2] python, iotests: remove socket_scm_helper 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).