]> git.proxmox.com Git - mirror_qemu.git/history - python
Merge tag 'machine-core-20211231' of https://github.com/philmd/qemu into staging
[mirror_qemu.git] / python /
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
2021-09-27 John Snowpython/aqmp: add generic async message-based protocol...
2021-09-27 John Snowpython/aqmp: add asyncio compatibility wrappers
2021-09-27 John Snowpython/pylint: Add exception for TypeVar names ('T')
2021-09-27 John Snowpython/aqmp: add error classes
2021-09-27 John Snowpython/aqmp: add asynchronous QMP (AQMP) subpackage
2021-09-21 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-09-21 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2021-09-20 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-09-20 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-09-16 John Snowpython: pylint 2.11 support
2021-09-16 John Snowpython: Update for pylint 2.10
2021-09-03 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-09-03 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2021-09-02 Peter MaydellMerge remote-tracking branch 'remotes/a1xndr/tags/fuzz...
2021-09-02 Peter MaydellMerge remote-tracking branch 'remotes/hreitz/tags/pull...
2021-09-01 Vladimir Sementsov... python:QEMUMachine: template typing for self returning...
2021-09-01 Vladimir Sementsov... python/qemu/machine: QEMUMachine: improve qmp() method
2021-09-01 Vladimir Sementsov... python/qemu/machine.py: refactor _qemu_args()
2021-09-01 Emanuele Giuseppe... qemu-iotests: add option to show qemu binary logs on...
2021-09-01 Emanuele Giuseppe... python: qemu: pass the wrapper field from QEMUQtestmach...
2021-09-01 John Snowpython: Reduce strictness of pylint's duplicate-code...
2021-09-01 Emanuele Giuseppe... python: qemu: add timer parameter for qmp.accept socket
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-07-15 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-07-14 Peter MaydellMerge remote-tracking branch 'remotes/cleber-gitlab...
2021-07-13 Wainer dos Santos... python: Configure tox to skip missing interpreters
2021-07-13 Wainer dos Santos... python/qemu: Add args property to the QEMUMachine class
2021-07-13 Cleber RosaAcceptance Tests: distinguish between temp and logs dir
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
next