summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta2019-12-171-6/+0Star
* python/qemu: accel: Add tcg_available() methodWainer dos Santos Moschetta2019-12-171-0/+8
* python/qemu: accel: Strengthen kvm_available() checksWainer dos Santos Moschetta2019-12-171-6/+21
* python/qemu: accel: Add list_accel() methodWainer dos Santos Moschetta2019-12-171-0/+23
* python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta2019-12-172-19/+32
* python/qemu: Add set_qmp_monitor() to QEMUMachineWainer dos Santos Moschetta2019-12-161-25/+45
* Python libs: close console sockets before shutting down the VMsCleber Rosa2019-10-291-4/+7
* iotests.py: Store socket files in $SOCK_DIRMax Reitz2019-10-282-6/+18
* Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth2019-09-191-1/+1
* iotests: Add @has_quit to vm.shutdown()Max Reitz2019-07-191-2/+3
* machine.py: minor delintingJohn Snow2019-07-021-11/+22
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-023-502/+522
* event_match: always match on None valueJohn Snow2019-06-141-10/+14
* QEMUMachine: add events_wait methodJohn Snow2019-06-141-20/+49
* scripts/qemu.py: support adding a console with the default serial deviceCleber Rosa2019-05-031-33/+17Star
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-03-071-3/+2Star
* scripts/qemu.py: log QEMU launch command lineCleber Rosa2019-02-221-0/+1
* Introduce a Python module structureCleber Rosa2019-02-223-0/+890