aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06configure: move detected gdb to TCG's config-host.makAlex Bennée
2022-10-06tests/docker: run script use realpath instead of readlinkLucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: spice-server only on x86 aarch64Lucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: Fix libxen requirementsLucas Mateus Castro (alqotel)
2022-10-06scripts/ci/setup: ninja missing from build-environmentLucas Mateus Castro (alqotel)
2022-10-05Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson
2022-10-04tcg/ppc: Optimize 26-bit jumpsLeandro Lupori
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04accel/tcg: Inline tb_flush_jmp_cacheRichard Henderson
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson
2022-10-03accel/tcg: Use bool for page_find_allocRichard Henderson
2022-10-03accel/tcg: Remove PageDesc code_bitmapRichard Henderson
2022-10-03include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson
2022-10-03cputlb: used cached CPUClass in our hot-pathsAlex Bennée
2022-10-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée
2022-10-04docs: Update TPM documentation for usage of a TPM 2Stefan Berger
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster
2022-10-04block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-03Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini
2022-10-01meson: multiple names can be passed to dependency()Paolo Bonzini
2022-10-01meson: require 0.61.3Paolo Bonzini
2022-10-01meson: -display dbus and CFI are incompatiblePaolo Bonzini
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson
2022-09-30Hexagon (target/hexagon) add instruction attributes from archlibTaylor Simpson
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski
2022-09-30tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski