summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-20target/mips: tcg: detect out-of-bounds accesses to cpu_gpr and cpu_gpr_hiPaolo Bonzini1-0/+4
2023-04-20coverity: update COMPONENTS.mdPaolo Bonzini1-7/+4
2023-04-20lasi: fix RTC migrationPaolo Bonzini2-4/+3
2023-04-20target/i386: Avoid unreachable variable declaration in mmu_translate()Peter Maydell1-1/+1
2023-04-20configure: Avoid -Werror=maybe-uninitializedAkihiko Odaki1-7/+3
2023-04-20tests: bios-tables-test: replace memset with initializerPaolo Bonzini1-80/+43
2023-04-20vnc: avoid underflow when accessing user-provided addressPaolo Bonzini1-1/+1
2023-04-20nvme: remove constant argument to tracepointPaolo Bonzini2-4/+2
2023-04-20build-sys: add slirp.wrapMarc-André Lureau2-0/+8
2023-04-20build-sys: prevent meson from downloading wrapped subprojectsMarc-André Lureau1-0/+4
2023-04-20mtest2make.py: teach suite name that are just "PROJECT"Marc-André Lureau1-4/+5
2023-04-20Open 8.1 development treePeter Maydell1-1/+1
2023-04-19Update version for v8.0.0 releasePeter Maydell1-1/+1
2023-04-13Update version for v8.0.0-rc4 releasePeter Maydell1-1/+1
2023-04-13hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse1-10/+3
2023-04-12migration: fix ram_state_pending_exact()Juan Quintela1-1/+2
2023-04-12migration/ram.c: Fix migration with compress enabledLukas Straub1-13/+11
2023-04-12migration: Recover behavior of preempt channel creation for pre-7.2Peter Xu3-2/+24
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu4-8/+57
2023-04-12io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu1-0/+3
2023-04-12block/nfs: do not poll within a coroutinePaolo Bonzini1-11/+13
2023-04-12hw/nvme: fix memory leak in nvme_dsmKlaus Jensen1-0/+3
2023-04-12hw/nvme: fix memory leak in fdp ruhid parsingKlaus Jensen1-1/+2
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini4-4/+52
2023-04-11block-backend: ignore inserted state in blk_co_nb_sectorsPaolo Bonzini1-15/+8
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini3-15/+6
2023-04-11migration/block: replace uses of blk_nb_sectors that do not check resultPaolo Bonzini1-3/+2
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini5-10/+11
2023-04-11block: refresh bs->total_sectors on reopenPaolo Bonzini1-0/+1
2023-04-11block: remove has_variable_length from filtersPaolo Bonzini4-4/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini3-1/+15
2023-04-11hw/i2c/allwinner-i2c: Fix subclassing of TYPE_AW_I2C_SUN6IPeter Maydell1-3/+1
2023-04-11iotests: Regression test for vhdx log corruptionKevin Wolf2-0/+76
2023-04-11block/vhdx: fix dynamic VHDX BAT corruptionLukas Tschoke1-1/+1
2023-04-10tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32Richard Henderson1-3/+4
2023-04-10tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abiRichard Henderson1-1/+2