index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: fix typo in error message
Mike Frysinger
2017-12-18
1
-1
/
+1
*
dump-guest-memory.py: fix No symbol "vmcoreinfo_find"
Marc-André Lureau
2017-12-01
1
-5
/
+7
*
s390/kvm_virtio/linux-headers: remove traces of old virtio transport
Christian Borntraeger
2017-11-24
1
-1
/
+0
*
Use HTTPS for qemu.org and other domains
Stefan Hajnoczi
2017-11-21
1
-1
/
+1
*
Use qemu.org domain name
Stefan Hajnoczi
2017-11-21
2
-2
/
+2
*
scripts/make-release: ship u-boot source as a tarball
Michael Roth
2017-11-21
1
-0
/
+4
*
qapi/qlist: Add qlist_append_null() macro
Max Reitz
2017-11-17
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-11-16
1
-1
/
+1
|
\
|
*
fix scripts/update-linux-headers.sh here document
Gerd Hoffmann
2017-11-15
1
-1
/
+1
*
|
build: delay check for empty git submodule list
Daniel P. Berrange
2017-11-06
1
-7
/
+12
*
|
build: don't fail if given a git submodule which does not exist
Daniel P. Berrange
2017-11-06
1
-2
/
+14
*
|
build: allow automatic git submodule updates to be disabled
Daniel P. Berrange
2017-11-06
1
-0
/
+9
*
|
build: don't create temporary files in source dir
Daniel P. Berrange
2017-11-06
1
-4
/
+3
*
|
build: allow setting a custom GIT binary for transparent proxying
Daniel P. Berrange
2017-11-06
1
-5
/
+24
|
/
*
pci-assign: Remove
Paolo Bonzini
2017-11-05
1
-2
/
+0
*
scripts: don't throw away stderr when checking out git submodules
Daniel P. Berrange
2017-10-23
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...
Peter Maydell
2017-10-20
1
-1
/
+0
|
\
|
*
tpm: remove TPMDriverOps
Marc-André Lureau
2017-10-19
1
-1
/
+0
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-10-19
1
-9
/
+10
|
\
\
|
|
/
|
/
|
|
*
checkpatch: refine mode selection
Paolo Bonzini
2017-10-12
1
-9
/
+10
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...
Peter Maydell
2017-10-17
2
-6
/
+66
|
\
\
|
*
|
ui: add keycodemapdb repository as a GIT submodule
Daniel P. Berrange
2017-10-16
1
-1
/
+1
|
*
|
docker: don't rely on submodules existing in the main checkout
Daniel P. Berrange
2017-10-16
1
-6
/
+28
|
*
|
build: automatically handle GIT submodule checkout for dtc
Daniel P. Berrange
2017-10-16
1
-0
/
+38
|
|
/
*
/
scripts/dump-guest-memory.py: add vmcoreinfo
Marc-André Lureau
2017-10-15
1
-0
/
+61
|
/
*
scripts: Remove debug parameter from QEMUMachine
Eduardo Habkost
2017-10-11
1
-4
/
+2
*
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
2017-10-11
2
-11
/
+8
*
checkpatch: fix incompatibility with old perl
Vladimir Sementsov-Ogievskiy
2017-10-05
1
-1
/
+2
*
Add --firmwarepath to configure
Gerd Hoffmann
2017-09-26
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2017-09-22
1
-0
/
+3
|
\
|
*
qemu.py: Call logging.basicConfig() automatically
Eduardo Habkost
2017-09-22
1
-0
/
+3
*
|
scripts: Add archive-source.sh
Fam Zheng
2017-09-22
1
-0
/
+51
*
|
qemu.py: Add "wait()" method
Fam Zheng
2017-09-22
1
-0
/
+7
|
/
*
checkpatch: add hwaddr to @typeList
Greg Kurz
2017-09-19
1
-0
/
+1
*
scripts: let checkpatch.pl process an entire GIT branch
Daniel P. Berrange
2017-09-19
1
-27
/
+111
*
update-linux-headers: prepare for hyperv.h removal
Roman Kagan
2017-09-19
1
-1
/
+3
*
qemu.py: Fix syntax error
Kevin Wolf
2017-09-18
1
-2
/
+2
*
qemu.py: include debug information on launch error
Amador Pahim
2017-09-16
1
-0
/
+7
*
qemu.py: improve message on negative exit code
Amador Pahim
2017-09-16
1
-7
/
+17
*
qemu.py: use os.path.null instead of /dev/null
Amador Pahim
2017-09-16
1
-2
/
+2
*
qemu.py: avoid writing to stdout/stderr
Amador Pahim
2017-09-16
1
-9
/
+22
*
qemu.py: fix is_running() return before first launch()
Amador Pahim
2017-09-16
1
-1
/
+1
*
qtest.py: Few pylint/style fixes
Lukáš Doktor
2017-09-16
1
-6
/
+5
*
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
2017-09-16
1
-4
/
+4
*
qmp.py: Avoid "has_key" usage
Lukáš Doktor
2017-09-16
1
-1
/
+1
*
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2017-09-16
2
-3
/
+3
*
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
2017-09-16
1
-13
/
+24
*
qemu.py: Use custom exceptions rather than Exception
Lukáš Doktor
2017-09-16
1
-2
/
+15
*
qemu.py: Simplify QMP key-conversion
Lukáš Doktor
2017-09-16
1
-4
/
+1
*
qemu.py: Use iteritems rather than keys()
Lukáš Doktor
2017-09-16
1
-3
/
+3
[next]