- bd0da3a roms/edk2: Only initialize required submodules by Philippe Mathieu-Daudé · 3 years, 5 months ago
- 7d55a3b block-coroutine-wrapper.py: support BlockBackend first argument by Vladimir Sementsov-Ogievskiy · 3 years, 5 months ago
- 3b4da13 configure: automatically parse command line for meson -D options by Paolo Bonzini · 3 years, 5 months ago
- 8b5fb29 meson-buildoptions: include list of tracing backends by Paolo Bonzini · 3 years, 5 months ago
- 61d6309 configure: prepare for auto-generated option parsing by Paolo Bonzini · 3 years, 5 months ago
- 9c29b74 trace: move configuration from configure to Meson by Paolo Bonzini · 3 years, 5 months ago
- 654d6b0 meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 by Paolo Bonzini · 4 years, 1 month ago
- d183e04 qapi/parser: enable pylint checks by John Snow · 3 years, 5 months ago
- 18e3673 qapi/parser: Silence too-few-public-methods warning by John Snow · 3 years, 5 months ago
- 2e28283 qapi/parser: enable mypy checks by John Snow · 3 years, 5 months ago
- 15acf48 qapi/parser: Add FIXME for consolidating JSON-related types by John Snow · 3 years, 5 months ago
- 5f0d9f3 qapi/parser: add type hint annotations (QAPIDoc) by John Snow · 3 years, 5 months ago
- e7ac60f qapi/parser: add import cycle workaround by John Snow · 3 years, 5 months ago
- f4c05aa qapi/parser: Introduce NullSection by John Snow · 3 years, 5 months ago
- 1e20a77 qapi/parser: clarify _end_section() logic by John Snow · 3 years, 5 months ago
- cd87c14 qapi/parser: remove FIXME comment from _append_body_line by John Snow · 3 years, 5 months ago
- 012336a qapi/parser: fix unused check_args_section arguments by John Snow · 3 years, 5 months ago
- 2adb988 qapi/gen: use dict.items() to iterate over _modules by John Snow · 3 years, 5 months ago
- 1c00917 qapi/pylintrc: ignore 'consider-using-f-string' warning by John Snow · 3 years, 5 months ago
- 4e99f4b qapi: Drop simple unions by Markus Armbruster · 3 years, 6 months ago
- 8ebc312 qapi: Stop enforcing "type name should not end in 'Kind' by Markus Armbruster · 3 years, 6 months ago
- 5b3f7da simplebench: add img_bench_templater.py by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- 62f2758 qapi: Fix bogus error for 'if': { 'not': '' } by Markus Armbruster · 3 years, 6 months ago
- e2ff14a qapi: Bury some unused code in class Indentation by Markus Armbruster · 3 years, 6 months ago
- 916fca1 qapi: Drop Indentation.__bool__() by Markus Armbruster · 3 years, 6 months ago
- 7b275cd qapi: Fix a botched type annotation by Markus Armbruster · 3 years, 6 months ago
- bf6a618 scripts: Remove the "show-fixed-bugs.sh" file by Thomas Huth · 3 years, 6 months ago
- 34f7b25 qapi: Tweak error messages for unknown / conflicting 'if' keys by Markus Armbruster · 3 years, 6 months ago
- 6dcf037 qapi: Tweak error messages for missing / conflicting meta-type by Markus Armbruster · 3 years, 6 months ago
- 555dd1a qapi: Use re.fullmatch() where appropriate by Markus Armbruster · 3 years, 6 months ago
- d0830ee qapi: Use "not COND" instead of "!COND" for generated documentation by Markus Armbruster · 3 years, 6 months ago
- a798779 qapi: Avoid redundant parens in code generated for conditionals by Markus Armbruster · 3 years, 6 months ago
- ccea6a8 qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond() by Markus Armbruster · 3 years, 6 months ago
- 82ca72c qapi: Fix C code generation for 'if' by Markus Armbruster · 3 years, 6 months ago
- e46c930 qapi: Simplify how QAPISchemaIfCond represents "no condition" by Markus Armbruster · 3 years, 6 months ago
- 1889e57 qapi: Simplify QAPISchemaIfCond's interface for generating C by Markus Armbruster · 3 years, 6 months ago
- dfc86c0 fuzz: add an instrumentation filter by Alexander Bulekov · 3 years, 8 months ago
- 8a9f1e1 qapi: make 'if' condition strings simple identifiers by Marc-André Lureau · 3 years, 7 months ago
- 2b7d214 qapi: add 'not' condition operation by Marc-André Lureau · 3 years, 7 months ago
- 3ad64ed qapi: add 'any' condition by Marc-André Lureau · 3 years, 7 months ago
- 5d83b9a qapi: replace if condition list with dict {'all': [...]} by Marc-André Lureau · 3 years, 7 months ago
- d806f89 qapidoc: introduce QAPISchemaIfCond.docgen() by Marc-André Lureau · 3 years, 7 months ago
- 6cc2e48 qapi: introduce QAPISchemaIfCond.cgen() by Marc-André Lureau · 3 years, 7 months ago
- 33aa326 qapi: add QAPISchemaIfCond.is_present() by Marc-André Lureau · 3 years, 7 months ago
- f17539c qapi: wrap Sequence[str] in an object by Marc-André Lureau · 3 years, 7 months ago
- b32abbb qapi: Fix crash on redefinition with a different condition by Markus Armbruster · 3 years, 7 months ago
- 3973e7a fuzz: avoid building twice, when running on gitlab by Alexander Bulekov · 3 years, 7 months ago
- e17bdaa coverity-model: write models fully for non-array allocation functions by Paolo Bonzini · 3 years, 7 months ago
- 0da4118 coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULL by Paolo Bonzini · 3 years, 7 months ago
- 05ad685 coverity-model: clean up the models for array allocation functions by Paolo Bonzini · 3 years, 7 months ago
- 96915d6 coverity-model: remove model for more allocation functions by Paolo Bonzini · 3 years, 7 months ago
- 243a545 coverity-model: make g_free a synonym of free by Paolo Bonzini · 3 years, 7 months ago
- d4b3d15 coverity-model: update address_space_read/write models by Paolo Bonzini · 3 years, 7 months ago
- 9ad4c7c Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-07-15' into staging by Peter Maydell · 3 years, 8 months ago
- a0c7b99 qapi: Fix crash on missing enum member name by Markus Armbruster · 3 years, 9 months ago
- 51f5c84 hw/usb/ccid: remove references to NSS by Daniel P. Berrangé · 3 years, 8 months ago
- 40de78c Jobs based on custom runners: docs and gitlab-runner setup playbook by Cleber Rosa · 3 years, 8 months ago
- 159c5d1 Jobs based on custom runners: build environment docs and playbook by Cleber Rosa · 3 years, 8 months ago
- 2a54fc4 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- e2dcdce linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
- 2adf216 qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful. by Gerd Hoffmann · 3 years, 9 months ago
- 411ad8d meson: Use input/output for entitlements target by Akihiko Odaki · 3 years, 8 months ago
- af19eec modules: check if all dependencies can be satisfied by Jose R. Ziviani · 3 years, 8 months ago
- 5ebbfec modules: generate modinfo.c by Gerd Hoffmann · 3 years, 8 months ago
- f5723ab modules: collect module meta-data by Gerd Hoffmann · 3 years, 8 months ago
- 3983a76 Set icon for QEMU binary on Mac OS by John Arbuckle · 3 years, 8 months ago
- dd52af1 coverity-scan: switch to vpath build by Paolo Bonzini · 4 years, 6 months ago
- dff5f68 coverity-scan: Remove lm32 / unicore32 targets by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 66cf701 scripts/checkpatch: roll diff tweaking into checkpatch itself by Alex Bennée · 3 years, 8 months ago
- 0add99e Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 53f306f Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- d08caef scripts/qmp-shell: add redirection shim by John Snow · 3 years, 9 months ago
- 6be7206 scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py by John Snow · 3 years, 9 months ago
- e359c5a scripts/qmp-shell: add docstrings by John Snow · 3 years, 9 months ago
- 6a1105a scripts/qmp-shell: make QMPShellError inherit QMPError by John Snow · 3 years, 9 months ago
- a64fe44 scripts/qmp-shell: remove double-underscores by John Snow · 3 years, 9 months ago
- 7fc2989 scripts/qmp-shell: convert usage comment to docstring by John Snow · 3 years, 9 months ago
- 26d3ce9 scripts/qmp-shell: Remove too-broad-exception by John Snow · 3 years, 9 months ago
- c83055e scripts/qmp-shell: Fix empty-transaction invocation by John Snow · 3 years, 9 months ago
- 7468837 scripts/qmp-shell: remove TODO by John Snow · 3 years, 9 months ago
- be19c6a scripts/qmp-shell: use logging to show warnings by John Snow · 3 years, 9 months ago
- d1d14e5 scripts/qmp-shell: Use context manager instead of atexit by John Snow · 3 years, 9 months ago
- 6e24a7e scripts/qmp-shell: unprivatize 'pretty' property by John Snow · 3 years, 9 months ago
- b0b8ca1 scripts/qmp-shell: Accept SocketAddrT instead of string by John Snow · 3 years, 9 months ago
- 1eab887 scripts/qmp-shell: add mypy types by John Snow · 3 years, 9 months ago
- 4157429 scripts/qmp-shell: initialize completer early by John Snow · 3 years, 9 months ago
- db12abc scripts/qmp-shell: refactor QMPCompleter by John Snow · 3 years, 9 months ago
- 6faf238 scripts/qmp-shell: Fix "FuzzyJSON" parser by John Snow · 3 years, 9 months ago
- ad4eebe scripts/qmp-shell: move the REPL functionality into QMPShell by John Snow · 3 years, 9 months ago
- 1215a1f scripts/qmp-shell: remove prompt argument from read_exec_command by John Snow · 3 years, 9 months ago
- 1caa505 scripts/qmp-shell: move get_prompt() to prompt property by John Snow · 3 years, 9 months ago
- 2ac3f37 scripts/qmp-shell: Make verbose a public attribute by John Snow · 3 years, 9 months ago
- ad45913 scripts/qmp-shell: Add pretty attribute to HMP shell by John Snow · 3 years, 9 months ago
- 17329be scripts/qmp-shell: use argparse by John Snow · 3 years, 9 months ago
- 90bd8eb scripts/qmp-shell: use isinstance() instead of type() by John Snow · 3 years, 9 months ago
- 73f699c scripts/qmp-shell: remove if-raise-else patterns by John Snow · 3 years, 9 months ago
- d962ec8 scripts/qmp-shell: fix shell history exception handling by John Snow · 3 years, 9 months ago
- 628b92d scripts/qmp-shell: rename one and two-letter variables by John Snow · 3 years, 9 months ago
- 2813dee scripts/qmp-shell: make QMPCompleter returns explicit by John Snow · 3 years, 9 months ago
- 50f6f1c scripts/qmp-shell: ignore visit_Name name by John Snow · 3 years, 9 months ago