index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2018-02-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-02-05
qemu.py: don't launch again before shutdown()
Amador Pahim
2018-02-05
qemu.py: cleanup redundant calls in launch()
Amador Pahim
2018-02-05
qemu.py: use poll() instead of 'returncode'
Amador Pahim
2018-02-05
qemu.py: always cleanup on shutdown()
Amador Pahim
2018-02-05
qemu.py: refactor launch()
Amador Pahim
2018-02-05
qemu.py: better control of created files
Amador Pahim
2018-02-05
qemu.py: remove unused import
Amador Pahim
2018-02-05
scripts: ensure signrom treats data as bytes
Daniel P. Berrange
2018-02-05
qapi: ensure stable sort ordering when checking QAPI entities
Daniel P. Berrange
2018-02-05
qapi: Adapt to moved location of 'maketrans' function in py3
Daniel P. Berrange
2018-02-05
qapi: adapt to moved location of StringIO module in py3
Daniel P. Berrange
2018-02-05
qapi: Use OrderedDict from standard library if available
Daniel P. Berrange
2018-02-05
qapi: use items()/values() intead of iteritems()/itervalues()
Daniel P. Berrange
2018-02-05
qapi: convert to use python print function instead of statement
Daniel P. Berrange
2018-02-05
scripts/qemu-gdb/timers.py: define encoding in header comment
Greg Kurz
2018-02-01
dump-guest-memory.py: skip vmcoreinfo section if not available
Marc-André Lureau
2018-01-29
tracetool: report error on foo() instead of foo(void)
Stefan Hajnoczi
2018-01-29
tracetool: clarify that "formats" means "format strings"
Stefan Hajnoczi
2018-01-29
tracetool: prefix parse errors with line numbers
Stefan Hajnoczi
2018-01-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2018-01-22
configure: add dependency
Klim Kireev
2018-01-20
dump-guest-memory.py: fix python 2 support
Marc-André Lureau
2018-01-19
scripts: Remove fixed entries from the device-crash-test
Thomas Huth
2018-01-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-01-16
scripts/analyse-locks-simpletrace.py: script to analyse lock times
Alex Bennée
2018-01-16
checkpatch: Enforce proper do/while (0) style
Eric Blake
2018-01-16
scripts/qemu-gdb/timers.py: new helper to dump timer state
Alex Bennée
2018-01-16
scripts/qemu-gdb: add simple tcg lock status helper
Alex Bennée
2018-01-15
migration: fix analyze-migration.py script with radix table
Laurent Vivier
2018-01-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...
Peter Maydell
2018-01-11
linux-user: Activate armeb handler registration
Michael Weiser
2018-01-11
linux-user: Separate binfmt arm CPU families
Michael Weiser
2018-01-11
linux-user: Add aarch64_be magic numbers to qemu-binfmt-conf.sh
Michael Weiser
2018-01-10
hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
Thomas Huth
2018-01-08
Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...
Peter Maydell
2018-01-02
dump-guest-memory.py: fix "You can't do that without a process to debug"
Marc-André Lureau
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-12-21
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-12-21
checkpatch: volatile with a comment or sig_atomic_t is okay
Marc-André Lureau
2017-12-20
qapi2texi: De-duplicate code to add blank line before symbol
Markus Armbruster
2017-12-20
qapi: Rename QAPIDoc.parser, .section to ._parser, ._section
Markus Armbruster
2017-12-20
qapi2texi: Simplify representation of section text
Markus Armbruster
2017-12-20
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
2017-12-20
qapi: Unify representation of doc section without name
Markus Armbruster
2017-12-20
qapi2texi: Clean up texi_sections()
Markus Armbruster
2017-12-20
qapi: Make cur_doc local to QAPISchemaParser.__init__()
Markus Armbruster
2017-12-20
qapi: Eliminate QAPISchemaParser.__init__()'s local fname
Markus Armbruster
2017-12-20
qapi: Stop rejecting #optional
Markus Armbruster
2017-12-20
qemu-options: Remove stray colons from output of --help
Markus Armbruster
[next]