Sign in
qemu
/
qemu
/
c2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f
/
scripts
2c7d442
decodetree: Fix comparison of Field
by Richard Henderson
· 6 years ago
4747524
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into staging
by Peter Maydell
· 6 years ago
8fc7617
scripts: use git archive in archive-source
by Gerd Hoffmann
· 6 years ago
157dd36
qapi: Simplify how QAPIDoc implements its state machine
by Markus Armbruster
· 6 years ago
f3ed93d
qapi: Allow documentation for features
by Kevin Wolf
· 6 years ago
03bf06b
qapi: Disentangle QAPIDoc code
by Kevin Wolf
· 6 years ago
6a8c0b5
qapi: Add feature flags to struct types
by Kevin Wolf
· 6 years ago
c0a9956
scripts/clean-header-guards: Fix handling of trailing comments
by Markus Armbruster
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
29a0af6
cpu: Replace ENV_GET_CPU with env_cpu
by Richard Henderson
· 6 years ago
8d06127
checkpatch: allow SPDX-License-Identifier
by Peter Xu
· 6 years ago
b1b9e0d
update-linux-headers: handle new header file
by Cornelia Huck
· 6 years ago
629d166
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507' into staging
by Peter Maydell
· 6 years ago
48bb55b
QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
by Cao Jiaxi
· 6 years ago
451e4ff
decodetree: Add DisasContext argument to !function expanders
by Richard Henderson
· 6 years ago
70e0711
decodetree: Expand a decode_load function
by Richard Henderson
· 6 years ago
17560e9
decodetree: Initial support for variable-length ISAs
by Richard Henderson
· 6 years ago
7c57bdd8
build-sys: move slirp as git submodule project
by Marc-André Lureau
· 6 years ago
0289881
scripts/update-linux-headers: add linux/mman.h
by Zhang Yi
· 6 years ago
84bdc58
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
a44cf52
scripts/cleanup-trace-events: Update for current practice
by Markus Armbruster
· 6 years ago
b33b890
trace: avoid SystemTap dtrace(1) warnings on empty files
by Stefan Hajnoczi
· 6 years ago
67163ca
minikconf: fix parser typo
by Paolo Bonzini
· 6 years ago
082c054
scripts/make-release: Stop shipping u-boot source as a tarball
by Peter Maydell
· 6 years ago
f39901d
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190312' into staging
by Peter Maydell
· 6 years ago
3f3bbfc
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-12' into staging
by Peter Maydell
· 6 years ago
9d86712
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging
by Peter Maydell
· 6 years ago
2decfc9
decodetree: Properly diagnose fields overflowing an insn
by Richard Henderson
· 6 years ago
71ecf79
decodetree: Prefix extract function names with decode_function
by Richard Henderson
· 6 years ago
263ac63
decodetree: Allow +- to begin a number initializing a field
by Richard Henderson
· 6 years ago
82bfac1
decodetree: Produce clean output for an empty input file
by Richard Henderson
· 6 years ago
cd3e7fc
decodetree: Add --static-decode option
by Richard Henderson
· 6 years ago
0eff2df
decodetree: Allow grouping of overlapping patterns
by Richard Henderson
· 6 years ago
eb6b87f
decodetree: Do not unconditionaly return from Pattern.output_code
by Richard Henderson
· 6 years ago
9b3186e
decodetree: Ensure build_tree does not include values outside insnmask
by Philippe Mathieu-Daudé
· 6 years ago
3fdbf5d
decodetree: Move documentation to docs/devel/decodetree.rst
by Richard Henderson
· 6 years ago
390947e
scripts/qemugdb: re-license timers.py to GPLv2 or later
by Alex Bennée
· 6 years ago
328eb60
qemugdb: fix licensing
by Paolo Bonzini
· 6 years ago
b35203b
qmp-shell: fix nested json regression
by Marc-André Lureau
· 6 years ago
f349474
minikconfig: implement allnoconfig and defconfig modes
by Paolo Bonzini
· 6 years ago
e0e312f
build: switch to Kconfig
by Paolo Bonzini
· 6 years ago
82f5181
kconfig: introduce kconfig files
by Paolo Bonzini
· 6 years ago
f7082a9
minikconfig: add semantic analysis
by Paolo Bonzini
· 6 years ago
53167f5
minikconfig: add AST
by Paolo Bonzini
· 6 years ago
d4fdcca
minikconfig: add parser skeleton
by Paolo Bonzini
· 6 years ago
6cb4f6d
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging
by Peter Maydell
· 6 years ago
56a4689
qapi: Fix array first used in a different module
by Markus Armbruster
· 6 years ago
709395f
qapi: Fix code generation for sub-modules in other directories
by Markus Armbruster
· 6 years ago
dddee4d
qapi: Pass file name to QAPIGen constructor instead of methods
by Markus Armbruster
· 6 years ago
e35792b
iotests: Let 045 be run concurrently
by Max Reitz
· 6 years ago
8f8fd9e
Introduce a Python module structure
by Cleber Rosa
· 6 years ago
093e367
Revert "qapi-events: add 'if' condition to implicit event enum"
by Markus Armbruster
· 6 years ago
5d75648
qapi: Generate QAPIEvent stuff into separate files
by Markus Armbruster
· 6 years ago
c2e196a
qapi: Prepare for system modules other than 'builtin'
by Markus Armbruster
· 6 years ago
dcac647
qapi: Clean up modular built-in code generation a bit
by Markus Armbruster
· 6 years ago
6eaa20c
qemugdb/coroutine: fix arch_prctl has unknown return type
by Vladimir Sementsov-Ogievskiy
· 6 years ago
2d4e4c0
scripts/qemu.py: allow arches use KVM for their 32bit cousins
by Alex Bennée
· 6 years ago
d3b4426
archive-source.sh: Clone the submodules locally
by Philippe Mathieu-Daudé
· 6 years ago
632351e
Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into staging
by Peter Maydell
· 6 years ago
e17bebd
dump: Set correct vaddr for ELF dump
by Jon Doron
· 6 years ago
3e29da9
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
06e0259
i386: import & use bootparam.h
by Li Zhijian
· 6 years ago
2a11ee1
tap: flush STDOUT on newline
by Paolo Bonzini
· 6 years ago
a0a6ef9
scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)
by Paolo Bonzini
· 6 years ago
a5df73b
qtest.py: Wait for the result of qtest commands
by Alberto Garcia
· 6 years ago
cfe6c54
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' into staging
by Peter Maydell
· 6 years ago
460da10
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 6 years ago
dc2b651
scripts: add render_block_graph function for QEMUMachine
by Vladimir Sementsov-Ogievskiy
· 6 years ago
b94e809
checkpatch: Don't emit spurious warnings about block comments
by Peter Maydell
· 6 years ago
651514d
decodetree: re.fullmatch was added in 3.4
by Paolo Bonzini
· 6 years ago
55e0a34
device-crash-test: Python 3 compatibility fix
by Nisarg Shah
· 6 years ago
9dd0d81
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into staging
by Peter Maydell
· 6 years ago
62dd104
trace: add ability to do simple printf logging via systemtap
by Daniel P. Berrangé
· 6 years ago
772f1b3
trace: forbid use of %m in trace event format strings
by Daniel P. Berrangé
· 6 years ago
7760636
trace: enforce that every trace-events file has a final newline
by Daniel P. Berrangé
· 6 years ago
a952910
qapi: Eliminate indirection through qmp_event_get_func_emit()
by Markus Armbruster
· 6 years ago
1627a36
scripts/archive-source: include softfloat tests
by Alex Bennée
· 6 years ago
ae560cc
maint: Allow for EXAMPLES in texi2pod
by Eric Blake
· 6 years ago
9bd641b
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging
by Peter Maydell
· 6 years ago
49ebe9b
scripts/replay-dump.py: fix utf-8 mangling
by Alex Bennée
· 6 years ago
0cabc8f
qemu.py: Fix error message when qemu dies from signal
by Eric Blake
· 6 years ago
9ab5a24
scripts: Remove unused python imports
by Philippe Mathieu-Daudé
· 6 years ago
285cecd
scripts/device-crash-test: Remove known crashes
by Thomas Huth
· 6 years ago
5a0e75f
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
by Thomas Huth
· 6 years ago
6afeb39
scripts: add script to convert multiline comments into 4-line format
by Paolo Bonzini
· 6 years ago
50db69a
checkpatch: warn about qemu/queue.h head structs that are not typedef-ed
by Paolo Bonzini
· 6 years ago
7274f01
qemu/queue.h: reimplement QTAILQ without pointer-to-pointers
by Paolo Bonzini
· 6 years ago
f95bb39
qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}
by Paolo Bonzini
· 6 years ago
9df4331
test: replace gtester with a TAP driver
by Paolo Bonzini
· 6 years ago
1db4269
checkpatch: colorize output to terminal
by Paolo Bonzini
· 6 years ago
c182b61
checkpatch: improve handling of multiple patches or files
by Paolo Bonzini
· 6 years ago
fd9c0cf
checkpatch: check Signed-off-by in --mailback mode
by Paolo Bonzini
· 6 years ago
1ff7ebf
checkpatch: fix premature exit when no input or --mailback
by Paolo Bonzini
· 6 years ago
ce1a1ae
qapi: fix flat union on uncovered branches conditionals
by Marc-André Lureau
· 6 years ago
b019f5e
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into staging
by Peter Maydell
· 6 years ago
81781be
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' into staging
by Peter Maydell
· 6 years ago
8c06fbd
scripts/checkpatch.pl: Enforce multiline comment syntax
by Peter Maydell
· 6 years ago
0f98c99
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-12' into staging
by Peter Maydell
· 6 years ago
01ae9cc
qapi: add condition to variants documentation
by Marc-André Lureau
· 6 years ago
Next »