aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-06tests/tcg: clean up calls to run-testPaolo Bonzini11-43/+34
2022-10-06tests/tcg: unify ppc64 and ppc64le MakefilesPaolo Bonzini9-26/+1
2022-10-06tests/tcg: add distclean rulePaolo Bonzini2-0/+14
2022-10-06tests/tcg: remove -f from Makefile invocationPaolo Bonzini2-7/+7
2022-10-06tests: simplify Makefile invocation for tests/tcgPaolo Bonzini3-16/+18
2022-10-06configure: store container engine in config-host.makPaolo Bonzini2-4/+9
2022-10-06configure: return status code from probe_target_compilerPaolo Bonzini1-8/+6
2022-10-06build: add recursive distclean rulesPaolo Bonzini1-2/+3
2022-10-06vof: add distclean targetPaolo Bonzini1-1/+3
2022-10-06pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini2-13/+27
2022-10-06pc-bios/optionrom: detect CC options just oncePaolo Bonzini1-12/+25
2022-10-06tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZEAlex Bennée1-1/+1
2022-10-06tests/docker: move alpine from edge to tagged releaseAlex Bennée2-3/+3
2022-10-06target/hexagon: manually add flex/bison/glib2 to remaining containersAnton Johansson5-2/+15
2022-10-06target/hexagon: regenerate docker/cirrus filesAnton Johansson17-3/+39
2022-10-06target/hexagon: add flex/bison/glib2 to qemu.ymlAnton Johansson1-0/+3
2022-10-06configure: move detected gdb to TCG's config-host.makAlex Bennée1-0/+7
2022-10-06tests/docker: run script use realpath instead of readlinkLucas Mateus Castro (alqotel)1-1/+1
2022-10-06scripts/ci/setup: spice-server only on x86 aarch64Lucas Mateus Castro (alqotel)1-1/+11
2022-10-06scripts/ci/setup: Fix libxen requirementsLucas Mateus Castro (alqotel)1-1/+1
2022-10-06scripts/ci/setup: ninja missing from build-environmentLucas Mateus Castro (alqotel)1-0/+1
2022-10-05Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into stagingStefan Hajnoczi9-137/+192
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi55-463/+916
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson5-77/+89
2022-10-04tcg/ppc: Optimize 26-bit jumpsLeandro Lupori1-31/+88
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson6-29/+131
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson21-61/+82
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson22-0/+186
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson12-28/+72
2022-10-04accel/tcg: Inline tb_flush_jmp_cacheRichard Henderson1-11/+14
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson3-13/+15
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi12-48/+46
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi28-296/+158
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson3-15/+16
2022-10-03accel/tcg: Use bool for page_find_allocRichard Henderson1-7/+7
2022-10-03accel/tcg: Remove PageDesc code_bitmapRichard Henderson1-74/+4
2022-10-03include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson1-0/+9
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson3-18/+69
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson3-18/+45
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson2-5/+9
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson2-5/+3
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson5-71/+73
2022-10-03cputlb: used cached CPUClass in our hot-pathsAlex Bennée1-9/+6
2022-10-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée1-3/+2
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée2-5/+13
2022-10-04docs: Update TPM documentation for usage of a TPM 2Stefan Berger1-20/+24
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster4-6/+6
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster3-20/+12
2022-10-04block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé1-1/+1
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi25-101/+447