aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell26-29/+1719
2024-01-18Merge tag 'pull-request-2024-01-16' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-3/+21
2024-01-18acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VMAni Sinha1-3/+6
2024-01-18load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-18hw/arm/virt: Consolidate valid CPU typesGavin Shan1-2/+6
2024-01-18hw/timer: fix systick trace messageSamuel Tardieu1-1/+1
2024-01-18tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.cIlya Leoshkevich1-1/+1
2024-01-18qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao1-0/+8
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini4-8/+8
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini2-5/+16
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao1-2/+2
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson1-4/+2
2024-01-18io_uring: move LuringState typedef to block/aio.hPaolo Bonzini3-7/+6
2024-01-18Add class property to configure KVM device node to useDaan De Meyer3-2/+32
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini2-24/+69
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini1-26/+12
2024-01-18vga: reindent memory access codePaolo Bonzini1-96/+105
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini1-0/+12
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini4-32/+111
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini2-4/+8
2024-01-18vga: introduce VGADisplayParamsPaolo Bonzini3-69/+52
2024-01-18vga: use common endian swap macrosPaolo Bonzini1-48/+17
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell8-38/+64
2024-01-16Merge tag 'migration-20240116-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell20-1775/+1861
2024-01-16meson: mitigate against use of uninitialize stack for exploitsDaniel P. Berrangé1-0/+5
2024-01-16meson: mitigate against ROP exploits with -fzero-call-used-regsDaniel P. Berrangé1-0/+11
2024-01-16qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutesThomas Huth1-0/+1
2024-01-16tests/qtest/npcm7xx_watchdog_timer: Only test the corner cases by defaultThomas Huth1-2/+3
2024-01-16tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutesThomas Huth1-1/+1
2024-01-16migration/rdma: define htonll/ntohll only if not predefinedNick Briggs1-0/+4
2024-01-16docs/migration: Further move virtio to be feature of migrationPeter Xu2-1/+1
2024-01-16docs/migration: Further move vfio to be feature of migrationPeter Xu2-1/+1
2024-01-16docs/migration: Organize "Postcopy" pagePeter Xu1-75/+84
2024-01-16docs/migration: Split "dirty limit"Peter Xu3-71/+72
2024-01-16docs/migration: Split "Postcopy"Peter Xu4-305/+314
2024-01-16docs/migration: Split "Debugging" and "Firmware"Peter Xu3-44/+49
2024-01-16docs/migration: Split "Backwards compatibility" separatelyPeter Xu3-519/+518
2024-01-16docs/migration: Convert virtio.txt into rSTPeter Xu3-108/+116
2024-01-16docs/migration: Create index pagePeter Xu4-6/+16
2024-01-16docs/migration: Create migration/ directoryPeter Xu4-1/+1
2024-01-16tests/qtest: Re-enable multifd cancel testFabiano Rosas1-8/+2
2024-01-16tests/qtest/migration: Use the new migration_test_addFabiano Rosas1-103/+112
2024-01-16tests/qtest/migration: Add a wrapper to print test namesFabiano Rosas2-0/+33
2024-01-16tests/qtest/migration: Print migration incoming errorsFabiano Rosas1-0/+6
2024-01-16migration: Report error in incoming migrationFabiano Rosas1-0/+7
2024-01-16migration/multifd: Change multifd_pages_init argumentFabiano Rosas1-3/+3
2024-01-16migration/multifd: Remove QEMUFile from where it is not neededFabiano Rosas3-16/+15
2024-01-16migration/multifd: Remove MultiFDPages_t::packet_numFabiano Rosas2-3/+0
2024-01-16migration: Simplify initial conditionals in migration for better readabilityHet Gala1-20/+16
2024-01-15tests/qtest: Add STM32L4x5 SYSCFG QTest testcaseInès Varhol2-1/+333