aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi6-372/+427
2022-10-03Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino1-1/+1
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld1-1/+4
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang1-1/+1
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini2-16/+13
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini3-68/+27
2022-10-01meson: multiple names can be passed to dependency()Paolo Bonzini1-8/+4
2022-10-01meson: require 0.61.3Paolo Bonzini4-6/+3
2022-10-01meson: -display dbus and CFI are incompatiblePaolo Bonzini1-1/+6
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson3-28/+41
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson4-10/+17
2022-09-30Hexagon (target/hexagon) add instruction attributes from archlibTaylor Simpson3-98/+133
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski2-3/+29
2022-09-30tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski1-0/+33
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski1-0/+6
2022-09-30tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski1-17/+22
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski1-8/+9
2022-09-30block: use the request length for iov alignmentKeith Busch1-1/+2
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch3-22/+21
2022-09-30iotests/backing-file-invalidation: Add new testHanna Reitz2-0/+157
2022-09-30block/qed: Keep auto_backing_file if possibleHanna Reitz1-4/+11