summary refs log tree commit diff stats
path: root/python/qemu/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta2019-12-161-6/+0
* python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta2019-12-161-19/+1
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-011-501/+1
* 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-021-33/+17
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-03-071-3/+2
* scripts/qemu.py: log QEMU launch command lineCleber Rosa2019-02-221-0/+1
* Introduce a Python module structureCleber Rosa2019-02-221-0/+518