]> git.proxmox.com Git - mirror_qemu.git/history - python
Deprecate C virtiofsd
[mirror_qemu.git] / python /
2022-02-07 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-02-06 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2022-02-03 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-02-02 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2022-02-02 John Snowpython/aqmp: add socket bind step to legacy.py
2022-02-02 John Snowpython: upgrade mypy to 0.780
2022-02-02 John Snowpython/machine: raise VMLaunchFailure exception from...
2022-02-02 John Snowpython/aqmp: Fix negotiation with pre-"oob" QEMU
2022-01-22 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-01-21 John Snowpython: move qmp-shell under the AQMP package
2022-01-21 John Snowpython: move qmp utilities to python/qemu/utils
2022-01-21 John Snowpython/qmp: switch qmp-shell to AQMP
2022-01-21 John Snowpython/qmp: switch qom tools to AQMP
2022-01-21 John Snowpython/qmp: switch qemu-ga-client to AQMP
2022-01-21 John Snowpython/qemu-ga-client: don't use deprecated CLI syntax...
2022-01-21 John Snowpython/aqmp: rename AQMPError to QMPError
2022-01-21 John Snowpython/aqmp: add SocketAddrT to package root
2022-01-21 John Snowpython/aqmp: copy type definitions from qmp
2022-01-21 John Snowpython/aqmp: handle asyncio.TimeoutError on execute()
2022-01-21 John Snowpython/aqmp: add __del__ method to legacy interface
2022-01-21 John Snowpython/aqmp: fix docstring typo
2022-01-21 John Snowpython: use avocado's "new" runner
2022-01-21 John Snowpython: pin setuptools below v60.0.0
2022-01-16 Peter MaydellMerge remote-tracking branch 'remotes/konstantin/tags...
2022-01-12 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-01-12 Cédric Le GoaterMerge tag 'qemu-slof-20220110' of github.com:aik/qemu...
2022-01-11 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-01-10 John Snowpython: update type hints for mypy 0.930
2022-01-10 John SnowPython/aqmp: fix type definitions for mypy 0.920
2022-01-10 John Snowpython/aqmp: use absolute import statement
2021-12-16 Cédric Le GoaterMerge tag 'qemu-slof-20211112' of github.com:aik/qemu...
2021-11-23 Richard HendersonMerge tag 'pull-lu-20211123' of https://gitlab.com...
2021-11-23 Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2021-11-22 John Snowpython/aqmp: fix send_fd_scm for python 3.6.x
2021-11-22 John Snowpython/machine: handle "fast" QEMU terminations
2021-11-22 John Snowpython/machine: move more variable initializations...
2021-11-22 John Snowpython/machine: add instance disambiguator to default...
2021-11-22 John Snowpython/machine: remove _remove_monitor_sockfile property
2021-11-22 John Snowpython/machine: add @sock_dir property
2021-11-19 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-11-19 Richard HendersonMerge tag 'pull-ppc-20211119' of https://github.com...
2021-11-17 Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2021-11-16 John Snowpython/aqmp: fix ConnectError string method
2021-11-16 John Snowpython/aqmp: Fix disconnect during capabilities negotiation
2021-11-08 Richard HendersonMerge remote-tracking branch 'remotes/philmd/tags/avoca...
2021-11-08 Willian Rampazzotests/acceptance: rename tests acceptance to tests...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/vivier/tags/trivi...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/mcayland/tags...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/alex.williamson...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/philmd/tags/machi...
2021-11-01 Richard HendersonMerge remote-tracking branch 'remotes/jsnow/tags/python...
2021-11-01 John Snowpython, iotests: replace qmp with aqmp
2021-11-01 John Snowpython/aqmp: Create sync QMP wrapper for iotests
2021-11-01 John Snowpython/aqmp: Remove scary message
2021-11-01 John Snowpython/machine: Handle QMP errors on close more meticul...
2021-11-01 John Snowpython/machine: remove has_quit argument
2021-11-01 John Snowpython: Add iotest linters to test suite
2021-10-15 Richard HendersonMerge remote-tracking branch 'remotes/thuth/tags/pull...
2021-10-12 Richard HendersonMerge remote-tracking branch 'remotes/jsnow/tags/python...
2021-10-12 John Snowpython, iotests: remove socket_scm_helper
2021-10-12 John Snowpython/qmp: add send_fd_scm directly to QEMUMonitorProtocol
2021-10-12 John Snowpython/qmp: clear events on get_events() call
2021-10-12 John Snowpython/aqmp: Disable logging messages by default
2021-10-12 John Snowpython/aqmp: Reduce severity of EOFError-caused loop...
2021-10-12 John Snowpython/aqmp: Add dict conversion method to Greeting...
2021-10-12 John Snowpython/aqmp: add send_fd_scm
2021-10-12 John Snowpython/aqmp: Return cleared events from EventListener...
2021-10-12 John Snowpython/aqmp: add .empty() method to EventListener
2021-10-12 John Snowpython/aqmp: add greeting property to QMPClient
2021-09-28 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-09-27 G S Niteesh Babupython/aqmp-tui: Add syntax highlighting
2021-09-27 G S Niteesh Babupython: add optional pygments dependency
2021-09-27 G S Niteesh Babupython: Add entry point for aqmp-tui
2021-09-27 G S Niteesh Babupython/aqmp-tui: Add AQMP TUI
2021-09-27 G S Niteesh Babupython: Add dependencies for AQMP TUI
2021-09-27 John Snowpython/aqmp: Add Coverage.py support
2021-09-27 John Snowpython/aqmp: add LineProtocol tests
2021-09-27 John Snowpython/aqmp: add AsyncProtocol unit tests
2021-09-27 John Snowpython: bump avocado to v90.0
2021-09-27 John Snowpython/aqmp: add scary message
2021-09-27 John Snowpython/aqmp: add asyncio_run compatibility wrapper
2021-09-27 John Snowpython/aqmp: add _raw() execution interface
2021-09-27 John Snowpython/aqmp: add execute() interfaces
2021-09-27 John Snowpython/aqmp: Add message routing to QMP protocol
2021-09-27 John Snowpython/pylint: disable no-member check
2021-09-27 John Snowpython/aqmp: add QMP protocol support
2021-09-27 John Snowpython/pylint: disable too-many-function-args
2021-09-27 John Snowpython/aqmp: add QMP event support
2021-09-27 John Snowpython/aqmp: add well-known QMP object models
2021-09-27 John Snowpython/aqmp: add QMP Message format
2021-09-27 John Snowpython/aqmp: add AsyncProtocol._readline() method
2021-09-27 John Snowpython/aqmp: add _cb_inbound and _cb_outbound logging...
2021-09-27 John Snowpython/aqmp: add configurable read buffer limit
2021-09-27 John Snowpython/aqmp: add AsyncProtocol.accept() method
2021-09-27 John Snowpython/aqmp: add logging to AsyncProtocol
2021-09-27 John Snowpython/aqmp: Add logging utility helpers
2021-09-27 John Snowpython/aqmp: add runstate state machine to AsyncProtocol
next