aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-20softfloat: add uint128_to_float128Matheus Ferst2-0/+27
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst2-0/+69
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas1-6/+20
2022-04-20spapr: Move hypercall_register_softmmuFabiano Rosas1-25/+25
2022-04-20ppc/pnv: Remove useless checks in set_irq handlersCédric Le Goater1-10/+0
2022-04-20ppc/pnv: Remove PnvPsiClas::irq_setCédric Le Goater2-21/+6
2022-04-20ppc/pnv: Remove PnvOCC::psi linkCédric Le Goater3-23/+12
2022-04-20ppc/pnv: Remove PnvLpcController::psi linkCédric Le Goater4-27/+28
2022-04-20ppc/pnv: Fix PSI IRQ definitionCédric Le Goater2-8/+4
2022-04-20ppc/spapr/ddw: Add 2M pagesizeAlexey Kardashevskiy2-0/+2
2022-04-20ppc/pnv: Update skiboot to v7.0Joel Stanley2-0/+0
2022-04-20Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu in...Richard Henderson37-424/+5780
2022-04-20Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson8-167/+673
2022-04-20tests/guest-debug: better handle gdb crashesAlex Bennée1-5/+6
2022-04-20target/i386: fix byte swap issue with XMM register accessAlex Bennée1-2/+2
2022-04-20tests/tcg: add missing reference files for float_convsAlex Bennée2-0/+1496
2022-04-20tests/tcg: add float_convd testAlex Bennée5-0/+4058
2022-04-20tests/tcg: remove duplicate sha512-sse caseAlex Bennée1-7/+0
2022-04-20tests/tcg: fix non-static buildPaolo Bonzini1-1/+0
2022-04-20tests/docker: remove SKIP_DOCKER_BUILDPaolo Bonzini2-68/+1
2022-04-20tests/tcg: isolate from QEMU's config-host.makPaolo Bonzini3-4/+7
2022-04-20tests/tcg: invoke Makefile.target directly from QEMU's makefilePaolo Bonzini4-146/+35
2022-04-20tests/tcg: list test targets in Makefile.prereqsPaolo Bonzini3-23/+19
2022-04-20tests/tcg: prepare Makefile.prereqs at configure timePaolo Bonzini3-23/+14
2022-04-20tests/tcg: remove CONFIG_USER_ONLY from config-target.makPaolo Bonzini2-13/+7
2022-04-20tests/tcg: remove CONFIG_LINUX_USER from config-target.makPaolo Bonzini3-4/+2
2022-04-20tests/tcg: add compiler test variables when using containersPaolo Bonzini6-11/+28
2022-04-20tests/docker: do not duplicate rules for hexagon-crossPaolo Bonzini2-22/+4
2022-04-20tests/docker: simplify docker-TEST@IMAGE targetsPaolo Bonzini1-10/+2
2022-04-20tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)Paolo Bonzini1-1/+1
2022-04-20tests/docker: inline variable definitions or move close to usePaolo Bonzini1-16/+16
2022-04-20tests/docker: remove unnecessary default definitionsPaolo Bonzini1-5/+0
2022-04-20tests/docker: remove dead variablePaolo Bonzini1-1/+0
2022-04-20tests/docker: remove test targetsPaolo Bonzini2-27/+1
2022-04-20tests/docker: remove dead code for linux-user containersPaolo Bonzini1-11/+0
2022-04-20docs/devel: drop :hidden: and :includehidden: tagsAlex Bennée7-9/+1
2022-04-20docs/devel: add some notes on the binfmt-image-debian targetsAlex Bennée1-0/+38
2022-04-20tests/avocado: update aarch64_virt test to exercise -cpu maxAlex Bennée3-25/+52
2022-04-20Merge tag 'pull-request-2022-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson40-265/+289
2022-04-20qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz1-14/+19
2022-04-20iotests/108: Test new refcount rebuild algorithmHanna Reitz2-1/+339
2022-04-20qcow2: Improve refcount structure rebuildingHanna Reitz1-97/+235
2022-04-20iotests/303: Check for zstd supportHanna Reitz1-1/+3
2022-04-20iotests/065: Check for zstd supportHanna Reitz1-6/+18
2022-04-20iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz1-0/+20
2022-04-20tests/qemu-iotests: Move the bash and sanitizer checks to meson.buildThomas Huth2-26/+14
2022-04-20tests/qemu-iotests/meson.build: Improve the indentationThomas Huth1-29/+32
2022-04-20tests/avocado: Allow overwrite smp and memory size command line optionsAhmed Abouzied1-2/+4
2022-04-20hw: Add compat machines for 7.1Cornelia Huck10-7/+79