index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
configure: move target-specific defaults to an external machine file
Paolo Bonzini
2
-1
/
+10
2023-10-18
configure: clean up plugin option handling
Paolo Bonzini
2
-6
/
+13
2023-10-18
meson, cutils: allow non-relocatable installs
Paolo Bonzini
1
-0
/
+3
2023-10-17
Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quintela/qemu into staging
Stefan Hajnoczi
1
-7
/
+60
2023-10-17
Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Stefan Hajnoczi
1
-0
/
+3
2023-10-17
tracetool: avoid invalid escape in Python string
Paolo Bonzini
2
-8
/
+8
2023-10-17
scripts/get_maintainer.pl: don't print parentheses
Emmanouil Pitsidianakis
1
-0
/
+1
2023-10-17
scripts: Mark feature_to_c.py as non-executable to fix a build issue
Thomas Huth
1
-0
/
+0
2023-10-17
migration: Fix analyze-migration read operation signedness
Fabiano Rosas
1
-3
/
+3
2023-10-17
migration: Fix analyze-migration.py when ignore-shared is used
Fabiano Rosas
1
-0
/
+5
2023-10-17
migration: Add capability parsing to analyze-migration.py
Fabiano Rosas
1
-0
/
+38
2023-10-17
migration: Fix analyze-migration.py 'configuration' parsing
Fabiano Rosas
1
-4
/
+14
2023-10-16
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Stefan Hajnoczi
4
-12
/
+148
2023-10-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
1
-3
/
+7
2023-10-16
gfxstream + rutabaga: meson support
Gurchetan Singh
1
-0
/
+3
2023-10-12
scripts: add python_qmp_updater.py
Vladimir Sementsov-Ogievskiy
1
-0
/
+136
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
3
-12
/
+12
2023-10-12
scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2023-10-12
block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functions
Kevin Wolf
1
-3
/
+7
2023-10-12
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
1
-0
/
+0
2023-10-12
scripts/xml-preprocess: Make sure this script is invoked via the right Python
Thomas Huth
1
-0
/
+0
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
2
-69
/
+48
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
4
-6
/
+6
2023-10-05
Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-3
/
+0
2023-10-04
build: Remove --enable-gprof
Richard Henderson
1
-3
/
+0
2023-10-04
Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Stefan Hajnoczi
1
-0
/
+4
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2
-2
/
+2
2023-10-03
analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
Marc-André Lureau
1
-0
/
+4
2023-09-29
make-release: do not ship dtc sources
Paolo Bonzini
2
-2
/
+2
2023-09-26
scripts/analyse-locks-simpletrace.py: changed iteritems() to items()
Mads Ynddal
1
-1
/
+1
2023-09-26
simpletrace: added simplified Analyzer2 class
Mads Ynddal
1
-21
/
+73
2023-09-26
simpletrace: move event processing to Analyzer class
Mads Ynddal
1
-24
/
+36
2023-09-26
simpletrace: move logic of process into internal function
Mads Ynddal
1
-8
/
+18
2023-09-26
simpletrace: refactor to separate responsibilities
Mads Ynddal
1
-62
/
+53
2023-09-26
simpletrace: made Analyzer into context-manager
Mads Ynddal
1
-11
/
+20
2023-09-26
simpletrace: define exception and add handling
Mads Ynddal
1
-8
/
+14
2023-09-26
simpletrace: improved error handling on struct unpack
Mads Ynddal
1
-24
/
+15
2023-09-26
simpletrace: update code for Python 3.11
Mads Ynddal
1
-1
/
+1
2023-09-26
simpletrace: changed naming of edict and idtoname to improve readability
Mads Ynddal
1
-17
/
+17
2023-09-26
simpletrace: improve parsing of sys.argv; fix files never closed.
Mads Ynddal
1
-15
/
+33
2023-09-26
simpletrace: annotate magic constants from QEMU code
Mads Ynddal
1
-0
/
+5
2023-09-26
simpletrace: add __all__ to define public interface
Mads Ynddal
1
-0
/
+2
2023-09-25
Merge tag 'pull-request-2023-09-25' of https://gitlab.com/thuth/qemu into staging
Stefan Hajnoczi
1
-0
/
+3
2023-09-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+1
2023-09-25
meson.build: Make keyutils independent from keyring
Thomas Huth
1
-0
/
+3
2023-09-21
target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC
Paolo Bonzini
1
-0
/
+1
2023-09-20
block-coroutine-wrapper: Allow arbitrary parameter names
Kevin Wolf
1
-3
/
+4
2023-09-20
block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
Kevin Wolf
1
-0
/
+11
2023-09-18
net: add initial support for AF_XDP network backend
Ilya Maximets
2
-0
/
+4
2023-09-08
scripts/: spelling fixes
Michael Tokarev
9
-12
/
+12
[prev]
[next]