aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-28target/arm: Use tcg_constant in handle_msr_iRichard Henderson1-10/+3
2022-04-28target/arm: Use tcg_constant in gen_adc_CCRichard Henderson1-13/+13
2022-04-28target/arm: Use tcg_constant in gen_exception*Richard Henderson1-9/+2
2022-04-28target/arm: Use tcg_constant in gen_mte_check*Richard Henderson1-8/+2
2022-04-28target/arm: Use tcg_constant in gen_probe_accessRichard Henderson1-8/+4
2022-04-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson21-482/+220
2022-04-28qemu-options: Limit the -enable-kvm option to the targets that support itThomas Huth1-1/+3
2022-04-28meson, configure: move --enable-module-upgrades to mesonPaolo Bonzini4-15/+12
2022-04-28meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.hPaolo Bonzini2-10/+12
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini8-72/+39
2022-04-28meson, configure: move usbfs test to mesonPaolo Bonzini2-28/+13
2022-04-28meson, configure: move keyctl test to mesonPaolo Bonzini5-46/+22
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini6-125/+62
2022-04-28configure, meson: move OpenGL check to mesonPaolo Bonzini5-53/+25
2022-04-28configure: move --enable/--disable-debug-info to second option parsing passPaolo Bonzini1-8/+4
2022-04-28configure: gcov should not exclude fortify-sourcePaolo Bonzini1-3/+1
2022-04-28configure: pc-bios/qemu-icon.bmp does not existPaolo Bonzini1-1/+0
2022-04-28qga: wixl: get path to sysroot from pkg-config as intendedPaolo Bonzini2-3/+3
2022-04-28configure: remove dead codePaolo Bonzini1-24/+0
2022-04-28meson: show final set of compiler flagsPaolo Bonzini1-4/+4
2022-04-28i386: pcmpestr 64-bit sign extension bugPaul Brook1-11/+9
2022-04-28remove -writeconfigPaolo Bonzini6-76/+9
2022-04-28configure: make fortify_source=yes by defaultMichael Tokarev1-1/+1
2022-04-28error-report: fix g_date_time_format assertionHaiyue Wang1-1/+1
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson21-156/+456
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann1-6/+19
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann2-14/+25
2022-04-27i386: move bios load error messageGerd Hoffmann1-3/+6
2022-04-27avocado/vnc: add test_change_listenVladimir Sementsov-Ogievskiy1-0/+63
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy5-1/+106
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy1-78/+51
2022-04-27Added parameter to take screenshot with screendump as PNGKshitij Suri4-12/+136
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri8-25/+27
2022-04-26Merge tag 'pull-tcg-20220426' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson5-29/+48
2022-04-26softfloat: Use FloatRelation for fracN_cmpRichard Henderson1-5/+7
2022-04-26softfloat: Use FloatRelation within partsN_compareRichard Henderson1-4/+7
2022-04-26softfloat: Fix declaration of partsN_compareRichard Henderson1-4/+4
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson1-2/+2
2022-04-26target/s390x: Fix the accumulation of ccm in op_icmRichard Henderson1-1/+1
2022-04-26accel/tcg: Assert mmu_idx in range before use in cputlbRichard Henderson1-13/+27
2022-04-26Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson12-180/+281
2022-04-26Merge tag 'pull-nios2-20220426' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson26-702/+2105
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini1-1/+7
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini1-8/+7
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini1-36/+40
2022-04-26nbd: code motion and function renamingPaolo Bonzini1-9/+13
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini1-18/+26
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini2-32/+29
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini1-13/+4
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini1-32/+32