summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-068-14/+14
| * pc-bios/vof: Adopt meson style Make outputPaolo Bonzini2022-10-061-4/+11
| * pc-bios/s390-ccw: Adopt meson style Make outputPaolo Bonzini2022-10-062-16/+16
| * pc-bios/optionrom: Adopt meson style Make outputPaolo Bonzini2022-10-061-7/+7
| * configure: build ROMs with container-based cross compilersPaolo Bonzini2022-10-061-12/+18
| * configure: cleanup creation of tests/tcg target configPaolo Bonzini2022-10-063-9/+7Star
| * configure: unify creation of cross-compilation MakefilesPaolo Bonzini2022-10-061-51/+43Star
| * configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini2022-10-063-12/+11Star
| * tests/tcg: move compiler tests to MakefilesPaolo Bonzini2022-10-066-64/+38Star
| * tests/tcg: clean up calls to run-testPaolo Bonzini2022-10-0611-43/+34Star
| * tests/tcg: unify ppc64 and ppc64le MakefilesPaolo Bonzini2022-10-069-26/+1Star
| * tests/tcg: add distclean rulePaolo Bonzini2022-10-062-0/+14
| * tests/tcg: remove -f from Makefile invocationPaolo Bonzini2022-10-062-7/+7
| * tests: simplify Makefile invocation for tests/tcgPaolo Bonzini2022-10-063-16/+18
| * configure: store container engine in config-host.makPaolo Bonzini2022-10-062-4/+9
| * configure: return status code from probe_target_compilerPaolo Bonzini2022-10-061-8/+6Star
| * build: add recursive distclean rulesPaolo Bonzini2022-10-061-2/+3
| * vof: add distclean targetPaolo Bonzini2022-10-061-1/+3
| * pc-bios/s390-ccw: detect CC options just oncePaolo Bonzini2022-10-062-13/+27
| * pc-bios/optionrom: detect CC options just oncePaolo Bonzini2022-10-061-12/+25
| * tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZEAlex Bennée2022-10-061-1/+1
| * tests/docker: move alpine from edge to tagged releaseAlex Bennée2022-10-062-3/+3
| * target/hexagon: manually add flex/bison/glib2 to remaining containersAnton Johansson2022-10-065-2/+15
| * target/hexagon: regenerate docker/cirrus filesAnton Johansson2022-10-0617-3/+39
| * target/hexagon: add flex/bison/glib2 to qemu.ymlAnton Johansson2022-10-061-0/+3
| * configure: move detected gdb to TCG's config-host.makAlex Bennée2022-10-061-0/+7
| * tests/docker: run script use realpath instead of readlinkLucas Mateus Castro (alqotel)2022-10-061-1/+1
| * scripts/ci/setup: spice-server only on x86 aarch64Lucas Mateus Castro (alqotel)2022-10-061-1/+11
| * scripts/ci/setup: Fix libxen requirementsLucas Mateus Castro (alqotel)2022-10-061-1/+1
| * scripts/ci/setup: ninja missing from build-environmentLucas Mateus Castro (alqotel)2022-10-061-0/+1
|/
* Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into stagingStefan Hajnoczi2022-10-059-137/+192
|\
| * Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino2022-10-031-1/+1
| * Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson2022-09-303-28/+41
| * Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson2022-09-304-10/+17
| * Hexagon (target/hexagon) add instruction attributes from archlibTaylor Simpson2022-09-303-98/+133
* | Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-0555-463/+916
|\ \
| * | target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson2022-10-045-77/+89
| * | tcg/ppc: Optimize 26-bit jumpsLeandro Lupori2022-10-041-31/+88
| * | accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-046-29/+131
| * | accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-0421-61/+82
| * | hw/core: Add CPUClass.get_pcRichard Henderson2022-10-0422-0/+186
| * | include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-0412-28/+72
| * | accel/tcg: Inline tb_flush_jmp_cacheRichard Henderson2022-10-041-11/+14
| * | accel/tcg: Do not align tb->page_addr[0]Richard Henderson2022-10-043-13/+15
| * | accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson2022-10-043-15/+16
| * | accel/tcg: Use bool for page_find_allocRichard Henderson2022-10-041-7/+7
| * | accel/tcg: Remove PageDesc code_bitmapRichard Henderson2022-10-041-74/+4Star
| * | include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson2022-10-041-0/+9
| * | accel/tcg: Introduce tlb_set_page_fullRichard Henderson2022-10-043-18/+69
| * | accel/tcg: Introduce probe_access_fullRichard Henderson2022-10-043-18/+45