aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-02tests/avocado: Pass parameters to migration testFabiano Rosas1-5/+78
2023-05-02tests/qtest: Fix tests when no KVM or TCG are presentFabiano Rosas5-6/+36
2023-05-02target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana5-14/+5
2023-05-02tests/qtest: Adjust and document query-cpu-model-expansion test for armFabiano Rosas1-3/+17
2023-05-02target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas5-686/+735
2023-05-02target/arm: Do not expose all -cpu max features to qtestsFabiano Rosas1-3/+9
2023-05-02target/arm: Extract TCG -cpu max code into a functionFabiano Rosas1-14/+18
2023-05-02target/arm: Remove dead code from cpu_max_set_sve_max_vqFabiano Rosas1-6/+0
2023-05-02target/arm: Move cortex sysregs into a separate fileFabiano Rosas6-65/+77
2023-04-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson24-25/+586
2023-04-29cpus-common: stop using mb_set/mb_readPaolo Bonzini1-2/+2
2023-04-29async: Suppress GCC13 false positive in aio_bh_poll()Cédric Le Goater1-0/+14
2023-04-28Merge tag 'pull-qapi-2023-04-28' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson27-168/+230
2023-04-28tests: vhost-user-test: release mutex on protocol violationPaolo Bonzini1-1/+2
2023-04-28Update linux headers to v6.3rc5David 'Digit' Turner15-10/+506
2023-04-28update-linux-headers.sh: Add missing kernel headers.David 'Digit' Turner1-2/+2
2023-04-28Fix libvhost-user.c compilation.David 'Digit' Turner1-0/+6
2023-04-28target/i386: Add support for PREFETCHIT0/1 in CPUID enumerationJiaxi Chen2-1/+3
2023-04-28target/i386: Add support for AVX-NE-CONVERT in CPUID enumerationJiaxi Chen2-1/+3
2023-04-28target/i386: Add support for AVX-VNNI-INT8 in CPUID enumerationJiaxi Chen2-1/+25
2023-04-28target/i386: Add support for AVX-IFMA in CPUID enumerationJiaxi Chen2-1/+3
2023-04-28target/i386: Add support for AMX-FP16 in CPUID enumerationJiaxi Chen2-1/+3
2023-04-28target/i386: Add support for CMPCCXADD in CPUID enumerationJiaxi Chen2-1/+3
2023-04-28i386/cpu: Update how the EBX register of CPUID 0x8000001F is setTom Lendacky1-2/+2
2023-04-28i386/sev: Update checks and information related to reduced-phys-bitsTom Lendacky1-3/+14
2023-04-28qemu-options.hx: Update the reduced-phys-bits documentationTom Lendacky1-2/+2
2023-04-28qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1Tom Lendacky1-1/+1
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson49-76/+250
2023-04-28docs/devel/qapi-code-gen: Describe some doc markup pitfallsMarkus Armbruster1-0/+53
2023-04-28qapi storage-daemon/qapi: Fix documentation section structureMarkus Armbruster4-8/+20
2023-04-28qapi: Format since information the conventional way: (since X.Y)Markus Armbruster4-9/+8
2023-04-28qapi: Fix misspelled section tags in doc commentsMarkus Armbruster2-3/+3
2023-04-28qapi: Replace ad hoc "since" documentation by member documentationMarkus Armbruster3-17/+21
2023-04-28qapi: Fix argument documentation markupMarkus Armbruster3-3/+3
2023-04-28qga/qapi-schema: Fix member documentation markupMarkus Armbruster1-3/+3
2023-04-28qapi: Fix unintended definition lists in documentationMarkus Armbruster4-30/+30
2023-04-28qapi: Fix bullet list markup in documentationMarkus Armbruster5-13/+18
2023-04-28qapi: Delete largely misleading "Stability Considerations"Markus Armbruster1-22/+0
2023-04-28qapi: Tidy up examplesMarkus Armbruster12-38/+47
2023-04-28qapi: @foo should be used to reference, not ``foo``Markus Armbruster4-8/+10
2023-04-28qapi/block-core: Clean up after removal of dirty bitmap @statusMarkus Armbruster1-2/+2
2023-04-28qapi: Fix up references to long gone error classesMarkus Armbruster3-6/+6
2023-04-28qapi: Fix misspelled referencesMarkus Armbruster3-4/+4
2023-04-28qga/qapi-schema: Fix a misspelled referenceMarkus Armbruster1-1/+1
2023-04-28qga/qapi-schema: Tidy up documentation of guest-fsfreeze-statusMarkus Armbruster1-1/+1
2023-04-28apic: disable reentrancy detection for apic-msiAlexander Bulekov1-0/+7
2023-04-28raven: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-04-28bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-04-28lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov1-0/+6
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov25-33/+66