aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost
2021-09-04acpi: Delete broken ACPI_GED_X86 macroEduardo Habkost
2021-09-04vhost-user: add missing space in error messageAlyssa Ross
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu
2021-09-04hw/acpi: refactor acpi hp modules so that targets can just use what they needAni Sinha
2021-09-04q35: catch invalid cpu hotplug configurationGerd Hoffmann
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
2021-09-04vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov
2021-09-04hw/virtio: Fix leak of host-notifier memory-regionYajun Wu
2021-09-04vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster
2021-09-03tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster
2021-09-03qapi: Use re.fullmatch() where appropriateMarkus Armbruster
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster
2021-09-03qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster
2021-09-03tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster
2021-09-03qapi: Set boolean value correctly in examplesGuoyi Tu
2021-09-03Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell
2021-09-03Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210902' int...Peter Maydell
2021-09-02Merge remote-tracking branch 'remotes/a1xndr/tags/fuzz-pull-2021-09-01' into ...Peter Maydell
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell
2021-09-029pfs: fix crash in v9fs_walk()Christian Schoenebeck
2021-09-02hw/9pfs: use g_autofree in v9fs_walk() where possibleChristian Schoenebeck
2021-09-02hw/9pfs: avoid 'path' copy in v9fs_walk()Christian Schoenebeck
2021-09-02docs/devel: be consistent about example plugin namesMahmoud Mandour
2021-09-02docs/deprecated: deprecate passing plugin args through `arg=`Mahmoud Mandour
2021-09-02tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour
2021-09-02tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour
2021-09-02tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour
2021-09-02tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour
2021-09-02docs/tcg-plugins: new passing parameters scheme for cache docsMahmoud Mandour
2021-09-02plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour
2021-09-02plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour
2021-09-02plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour
2021-09-02plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour
2021-09-02plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour
2021-09-02plugins/api: added a boolean parsing plugin apiMahmoud Mandour
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour
2021-09-02docs/devel/tcg-plugins: added cores arg to cache pluginMahmoud Mandour
2021-09-02plugins: sort exported symbol listAlex Bennée
2021-09-02plugins/cache: supported multicore cache modellingMahmoud Mandour
2021-09-02plugins: do not limit exported symbols if modules are activePaolo Bonzini
2021-09-02gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document themThomas Huth