summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé2021-09-041-0/+1
| * MAINTAINERS: Added myself as a reviewer for acpi/smbios subsystemAni Sinha2021-09-041-0/+1
| * hw/acpi: use existing references to pci device struct within functionsAni Sinha2021-09-041-3/+3
| * hw/pci: remove all references to find_i440fx functionAni Sinha2021-09-044-15/+0
| * hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2021-09-043-18/+7
| * vhost: correctly detect the enabling IOMMUJason Wang2021-09-041-1/+1
| * virtio-pci: implement iommu_enabled()Jason Wang2021-09-041-0/+14
| * virtio-bus: introduce iommu_enabled()Jason Wang2021-09-042-1/+17
| * virtio-balloon: free page hinting cleanupsDavid Hildenbrand2021-09-041-20/+8
| * virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand2021-09-041-0/+13
| * Use PCI_HOST_BRIDGE macroEduardo Habkost2021-09-042-9/+3
| * acpi: Delete broken ACPI_GED_X86 macroEduardo Habkost2021-09-041-2/+0
| * vhost-user: add missing space in error messageAlyssa Ross2021-09-041-1/+1
| * hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu2021-09-044-35/+34
| * hw/acpi: refactor acpi hp modules so that targets can just use what they needAni Sinha2021-09-047-8/+161
| * q35: catch invalid cpu hotplug configurationGerd Hoffmann2021-09-041-0/+13
| * hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha2021-09-046-8/+10
| * vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov2021-09-041-44/+101
| * hw/virtio: Fix leak of host-notifier memory-regionYajun Wu2021-09-041-0/+1
| * vhost-vdpa: Do not send empty IOTLB update batchesEugenio Pérez2021-09-042-12/+24
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into ...Peter Maydell2021-09-0419-113/+120
|\ \
| * | qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster2021-09-034-7/+6
| * | qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster2021-09-033-18/+11
| * | tests/qapi-schema: Hide OrderedDict in test outputMarkus Armbruster2021-09-033-19/+28
| * | qapi: Use re.fullmatch() where appropriateMarkus Armbruster2021-09-031-1/+1
| * | qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster2021-09-032-2/+2
| * | qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster2021-09-032-7/+9
| * | qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster2021-09-031-20/+25
| * | qapi: Fix C code generation for 'if'Markus Armbruster2021-09-032-3/+2
| * | tests/qapi-schema: Demonstrate broken C code for 'if'Markus Armbruster2021-09-035-3/+11
| * | tests/qapi-schema: Correct two 'if' conditionalsMarkus Armbruster2021-09-032-7/+6
| * | qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster2021-09-032-3/+3
| * | qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster2021-09-035-38/+31
| * | qapi: Set boolean value correctly in examplesGuoyi Tu2021-09-031-1/+1
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int...Peter Maydell2021-09-0327-280/+467
|\ \ | |/ |/|
| * docs/devel: be consistent about example plugin namesMahmoud Mandour2021-09-021-2/+2
| * docs/deprecated: deprecate passing plugin args through `arg=`Mahmoud Mandour2021-09-021-0/+12
| * tests/plugins/syscalls: adhere to new arg-passing schemeMahmoud Mandour2021-09-021-7/+16
| * tests/plugins/mem: introduce "track" arg and make args not positionalMahmoud Mandour2021-09-021-18/+29
| * tests/plugins/insn: made arg inline not positional and parse it as boolMahmoud Mandour2021-09-024-5/+15
| * tests/plugins/bb: adapt to the new arg passing schemeMahmoud Mandour2021-09-021-4/+11
| * docs/tcg-plugins: new passing parameters scheme for cache docsMahmoud Mandour2021-09-021-9/+9
| * plugins/howvec: adapting to the new argument passing schemeMahmoud Mandour2021-09-022-13/+24
| * plugins/hwprofile: adapt to the new plugin arguments schemeMahmoud Mandour2021-09-022-16/+31
| * plugins/lockstep: make socket path not positional & parse bool argMahmoud Mandour2021-09-022-10/+23
| * plugins/hotblocks: Added correct boolean argument parsingMahmoud Mandour2021-09-021-2/+12
| * plugins/hotpages: introduce sortby arg and parsed bool args correctlyMahmoud Mandour2021-09-022-10/+35
| * plugins/api: added a boolean parsing plugin apiMahmoud Mandour2021-09-023-0/+19
| * plugins: allow plugin arguments to be passed directlyMahmoud Mandour2021-09-023-10/+25
| * docs/devel/tcg-plugins: added cores arg to cache pluginMahmoud Mandour2021-09-021-5/+8