aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-23Update version for 7.2.2 releasev7.2.2Michael Tokarev1-1/+1
2023-04-13block/vhdx: fix dynamic VHDX BAT corruptionLukas Tschoke1-1/+1
2023-04-13hw/nvme: fix memory leak in nvme_dsmKlaus Jensen1-0/+3
2023-04-13io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu1-0/+3
2023-04-12target/arm: Handle m-profile in arm_is_secureRichard Henderson1-0/+3
2023-04-10linux-user: fix timerfd read endianness conversionMathis Marion3-5/+14
2023-04-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2-6/+6
2023-04-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-04-10qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow1-1/+1
2023-04-10ui: fix crash on serial reset, during initMarc-André Lureau1-1/+3
2023-04-10qga/vss-win32: fix warning for clang++-15Pierrick Bouvier1-1/+1
2023-04-10target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater1-1/+2
2023-04-10aio-posix: fix race between epoll upgrade and aio_set_fd_handler()Stefan Hajnoczi1-7/+18
2023-04-10hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster1-1/+4
2023-03-30target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich3-1/+14
2023-03-30target/s390x: Split out gen_ri2Richard Henderson1-9/+14
2023-03-30target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch2-2/+9
2023-03-30target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth1-1/+1
2023-03-30hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia1-0/+6
2023-03-30hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner1-1/+1
2023-03-30qga/win32: Remove change action from MSI installerKonstantin Kostiuk1-0/+1
2023-03-30qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster1-3/+2
2023-03-30Update version for 7.2.1 releasev7.2.1Michael Tokarev1-1/+1
2023-03-29build-sys: fix crlf-ending C codeMarc-André Lureau3-17/+27
2023-03-29tests/tcg: fix unused variable in linux-testAlex Bennée1-1/+5
2023-03-29block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson1-7/+37
2023-03-29intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang1-0/+8
2023-03-29intel-iommu: fail MAP notifier without caching modeJason Wang1-0/+7
2023-03-29chardev/char-socket: set s->listener = NULL in char_socket_finalizeYajun Wu1-0/+1
2023-03-29libvhost-user: check for NULL when allocating a virtqueue elementCarlos López1-0/+7
2023-03-29vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()Carlos López1-1/+1
2023-03-29vdpa: stop all svq on device deletionEugenio Pérez1-15/+2
2023-03-29hw/timer/hpet: Fix expiration time overflowAkihiko Odaki1-6/+13
2023-03-29virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert1-0/+2
2023-03-29virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert1-0/+1
2023-03-29vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki1-2/+3
2023-03-29vhost-user-i2c: Back up vqs before cleaning up vhost_devAkihiko Odaki1-2/+3
2023-03-29vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki2-5/+7
2023-03-29Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin7-34/+8
2023-03-29Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin3-64/+16
2023-03-29Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin1-7/+7
2023-03-29Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin1-7/+0
2023-03-29Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin1-4/+1
2023-03-29Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin1-1/+1
2023-03-29hw/smbios: fix field corruption in type 4 tableJulia Suvorova1-3/+5
2023-03-29block/iscsi: fix double-free on BUSY or similar statusesPaolo Bonzini1-0/+1
2023-03-29target/i386: Fix BZHI instructionRichard Henderson2-7/+10
2023-03-29target/i386: fix ADOX followed by ADCXPaolo Bonzini3-10/+91
2023-03-29target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson1-0/+3
2023-03-29target/i386: Fix BEXTR instructionRichard Henderson2-11/+23