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