aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng
2022-10-12qtest: start a VNC testMarc-André Lureau
2022-10-11tests/avocado: Add missing require_netdev('user') checksPeter Maydell
2022-10-11tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk
2022-10-11tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk
2022-10-11tests/x86: Fix comment typo in drive_del-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk
2022-10-11tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk
2022-10-11tests/migration: remove the unused local variabledinglimin
2022-10-11qtest: "-display none" is set in qtest_init()Juan Quintela
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