aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-23Update version for 7.2.2 releasev7.2.2Michael Tokarev
2023-04-13block/vhdx: fix dynamic VHDX BAT corruptionLukas Tschoke
2023-04-13hw/nvme: fix memory leak in nvme_dsmKlaus Jensen
2023-04-13io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server sidePeter Xu
2023-04-12target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-04-10linux-user: fix timerfd read endianness conversionMathis Marion
2023-04-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich
2023-04-10linux-user: fix sockaddr_in6 endiannessMathis Marion
2023-04-10qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow
2023-04-10ui: fix crash on serial reset, during initMarc-André Lureau
2023-04-10qga/vss-win32: fix warning for clang++-15Pierrick Bouvier
2023-04-10target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater
2023-04-10aio-posix: fix race between epoll upgrade and aio_set_fd_handler()Stefan Hajnoczi
2023-04-10hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster
2023-03-30target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich
2023-03-30target/s390x: Split out gen_ri2Richard Henderson
2023-03-30target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch
2023-03-30target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2023-03-30hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia
2023-03-30hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner
2023-03-30qga/win32: Remove change action from MSI installerKonstantin Kostiuk
2023-03-30qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLEDMarkus Armbruster
2023-03-30Update version for 7.2.1 releasev7.2.1Michael Tokarev
2023-03-29build-sys: fix crlf-ending C codeMarc-André Lureau
2023-03-29tests/tcg: fix unused variable in linux-testAlex Bennée
2023-03-29block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson
2023-03-29intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang
2023-03-29intel-iommu: fail MAP notifier without caching modeJason Wang
2023-03-29chardev/char-socket: set s->listener = NULL in char_socket_finalizeYajun Wu
2023-03-29libvhost-user: check for NULL when allocating a virtqueue elementCarlos López
2023-03-29vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()Carlos López
2023-03-29vdpa: stop all svq on device deletionEugenio Pérez
2023-03-29hw/timer/hpet: Fix expiration time overflowAkihiko Odaki
2023-03-29virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert
2023-03-29virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert
2023-03-29vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-29vhost-user-i2c: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-29vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki
2023-03-29Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-03-29Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin
2023-03-29Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin
2023-03-29Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin
2023-03-29Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin
2023-03-29Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin
2023-03-29hw/smbios: fix field corruption in type 4 tableJulia Suvorova
2023-03-29block/iscsi: fix double-free on BUSY or similar statusesPaolo Bonzini
2023-03-29target/i386: Fix BZHI instructionRichard Henderson
2023-03-29target/i386: fix ADOX followed by ADCXPaolo Bonzini
2023-03-29target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson
2023-03-29target/i386: Fix BEXTR instructionRichard Henderson