aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-06softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth2-0/+13
2021-09-06softmmu/vl: Deprecate the old grab optionsThomas Huth3-4/+24
2021-09-06softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth2-4/+17
2021-09-06scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth1-91/+0
2021-09-06configure / meson: Move the GBM handling to meson.buildThomas Huth3-23/+10
2021-09-06meson.build: Don't use internal libfdt if the user requested the system libfdtThomas Huth1-0/+2
2021-09-06meson.build: Fix the check for a usable libfdtThomas Huth1-0/+1
2021-09-06gitlab-ci: Don't try to use the system libfdt in the debian jobThomas Huth1-1/+0
2021-09-06libqtest: check for g_setenv() failurePeter Maydell1-1/+3
2021-09-06docs: add definitions of terms for CI/testingWillian Rampazzo2-0/+122
2021-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell19-113/+120
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster4-7/+6
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster3-18/+11
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster3-19/+28
2021-09-03qapi: Use re.fullmatch() where appropriateMarkus Armbruster1-1/+1
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster2-2/+2
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster2-7/+9
2021-09-03qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster1-20/+25
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster2-3/+2
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster5-3/+11
2021-09-03tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster2-7/+6
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster2-3/+3
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster5-38/+31
2021-09-03qapi: Set boolean value correctly in examplesGuoyi Tu1-1/+1
2021-09-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell27-280/+467
2021-09-03Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210902' int...Peter Maydell2-9/+10
2021-09-02Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ...Peter Maydell4-17/+83
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell37-711/+1172
2021-09-029pfs: fix crash in v9fs_walk()Christian Schoenebeck1-1/+3
2021-09-02hw/9pfs: use g_autofree in v9fs_walk() where possibleChristian Schoenebeck1-4/+3
2021-09-02hw/9pfs: avoid 'path' copy in v9fs_walk()Christian Schoenebeck1-4/+4
2021-09-02docs/devel: be consistent about example plugin namesMahmoud Mandour1-2/+2
2021-09-02docs/deprecated: deprecate passing plugin args through `arg=`Mahmoud Mandour1-0/+12
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour1-7/+16
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour1-18/+29
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour4-5/+15
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour1-4/+11
2021-09-02docs/tcg-plugins: new passing parameters scheme for cache docsMahmoud Mandour1-9/+9
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour2-13/+24
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour2-16/+31
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour2-10/+23
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour1-2/+12
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour2-10/+35
2021-09-02plugins/api: added a boolean parsing plugin apiMahmoud Mandour3-0/+19
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour3-10/+25
2021-09-02docs/devel/tcg-plugins: added cores arg to cache pluginMahmoud Mandour1-5/+8
2021-09-02plugins: sort exported symbol listAlex Bennée1-24/+24
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour1-44/+132
2021-09-02plugins: do not limit exported symbols if modules are activePaolo Bonzini2-9/+10
2021-09-02gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document themThomas Huth2-6/+17