aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28target/arm: Use tcg_constant for do_coproc_insnRichard Henderson
2022-04-28target/arm: Use tcg_constant for vector shift expandersRichard Henderson
2022-04-28target/arm: Use tcg_constant for gen_{msr,mrs}Richard Henderson
2022-04-28target/arm: Use tcg_constant for disas_iwmmxt_insnRichard Henderson
2022-04-28target/arm: Use tcg_constant for aa32 exceptionsRichard Henderson
2022-04-28target/arm: Use tcg_constant in balance of translate-a64.cRichard Henderson
2022-04-28target/arm: Use tcg_constant in 2misc expandersRichard Henderson
2022-04-28target/arm: Use tcg_constant in simd fp/int conversionRichard Henderson
2022-04-28target/arm: Use tcg_constant in simd shift expandersRichard Henderson
2022-04-28target/arm: Use tcg_constant in disas_fp*Richard Henderson
2022-04-28target/arm: Use tcg_constant in disas_data_proc_2srcRichard Henderson
2022-04-28target/arm: Use tcg_constant in handle_{rev16,crc32}Richard Henderson
2022-04-28target/arm: Use tcg_constant in disas_cond_selectRichard Henderson
2022-04-28target/arm: Use tcg_constant in shift_reg_immRichard Henderson
2022-04-28target/arm: Use tcg_constant in disas_movw_immRichard Henderson
2022-04-28target/arm: Use tcg_constant in disas_add_sum_imm*Richard Henderson
2022-04-28target/arm: Use tcg_constant in disas_ldst_*Richard Henderson
2022-04-28target/arm: Use tcg_constant in disas_ld_litRichard Henderson
2022-04-28target/arm: Use tcg_constant in gen_compare_and_swap_pairRichard Henderson
2022-04-28target/arm: Use tcg_constant in disas_excRichard Henderson
2022-04-28target/arm: Use tcg_constant in handle_sysRichard Henderson
2022-04-28target/arm: Use tcg_constant in handle_msr_iRichard Henderson
2022-04-28target/arm: Use tcg_constant in gen_adc_CCRichard Henderson
2022-04-28target/arm: Use tcg_constant in gen_exception*Richard Henderson
2022-04-28target/arm: Use tcg_constant in gen_mte_check*Richard Henderson
2022-04-28target/arm: Use tcg_constant in gen_probe_accessRichard Henderson
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann
2022-04-27i386: move bios load error messageGerd Hoffmann
2022-04-27avocado/vnc: add test_change_listenVladimir Sementsov-Ogievskiy
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy
2022-04-27Added parameter to take screenshot with screendump as PNGKshitij Suri
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri
2022-04-26Merge tag 'pull-tcg-20220426' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-26softfloat: Use FloatRelation for fracN_cmpRichard Henderson
2022-04-26softfloat: Use FloatRelation within partsN_compareRichard Henderson
2022-04-26softfloat: Fix declaration of partsN_compareRichard Henderson
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson
2022-04-26accel/tcg: Assert mmu_idx in range before use in cputlbRichard Henderson
2022-04-26Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson
2022-04-26Merge tag 'pull-nios2-20220426' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini
2022-04-26nbd: code motion and function renamingPaolo Bonzini
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini