summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Upgrade version to 4.2.1.tizen20240418devel-py2xuhy3-3/+18
2024-02-23Merge branch 'sandbox/xuwc/devel-riscv-py2' into devel-py2wanchao-xu58208-776776/+10955261
2024-01-12Fix the build error on opensuse42.1sandbox/xuwc/devel-riscv-py2wanchao-xu3-4/+4
2024-01-11Fix the install error of debian and packaging.wanchao-xu2-8/+2
2024-01-10Update debian and packagingwanchao-xu4-11/+25
2024-01-10tcg: use QTree instead of GTreeHyunggi Lee2-17/+19
2024-01-10util: import GTree as QTreeHyunggi Lee3-0/+1600
2024-01-10Fix .NET SEHException issue refer to https://gitlab.com/qemu-project/qemu/-/i...biao716.wang1-1/+1
2024-01-10binfmt: translate symbolic links correctly with realpathJulien Isorce1-14/+11
2024-01-09Remove imported patches from packaging.upstream/4.2.1wanchao-xu247-25464/+0
2024-01-09Enable cross compile prefix for C compiler invocationBruce Rogers1-2/+3
2024-01-09ensure headers included are compatible with freestanding modeBruce Rogers3-3/+3
2024-01-09dhcp: Always send DHCP_OPT_LEN bytes in optionsSamuel Thibault1-2/+4
2024-01-09udp: check upd_input buffer sizeMarc-André Lureau1-1/+4
2024-01-09tftp: introduce a header structureMarc-André Lureau2-30/+36
2024-01-09tftp: check tftp_input buffer sizeMarc-André Lureau1-1/+5
2024-01-09upd6: check udp6_input buffer sizeMarc-André Lureau1-1/+4
2024-01-09bootp: check bootp_input buffer sizeMarc-André Lureau1-2/+2
2024-01-09bootp: limit vendor-specific area to input packet memory bufferMarc-André Lureau4-12/+22
2024-01-09Add mtod_check()Marc-André Lureau2-0/+12
2024-01-09Drop bogus IPv6 messagesRalf Haferkamp1-0/+7
2024-01-09slirp: check pkt_len before reading protocol headerPrasad J Pandit2-0/+8
2024-01-09Make keycode-gen output reproducible (use SOURCE_DATE_EPOCH timestamp)Stefan Brüns1-1/+6
2024-01-09roms/sgabios: Fix csum8 to be built by host compilerBruce Rogers1-1/+1
2024-01-09sgabios:Makefile: fix issues of build reproducibilityBruce Rogers1-4/+4
2024-01-09Workaround compilation error with gcc 9.1Valentine Barshak1-0/+9
2024-01-09Fix "'%s' directive argument is null" errorValentine Barshak1-2/+1
2024-01-09ipxe:Makefile: fix issues of build reproducibilityBruce Rogers1-3/+10
2024-01-09stub out the SAN req's in int13Bruce Rogers1-0/+21
2024-01-09vga: fix cirrus biosGerd Hoffmann1-1/+1
2024-01-09enable cross compilation on ARMBruce Rogers1-1/+1
2024-01-09seabios: switch to python3 as neededBruce Rogers5-19/+19
2024-01-09seabios: use python2 explicitly as neededBruce Rogers3-3/+3
2024-01-09uas: add stream number sanity checks.Gerd Hoffmann1-0/+11
2024-01-09virtio-net: fix use after unmap/free for sgJason Wang1-7/+32
2024-01-09file-posix: try BLKSECTGET on block devices too, do not round to power of 2Lin Ma1-24/+33
2024-01-09block: add max_hw_transfer to BlockLimitsLin Ma6-2/+25
2024-01-09block-backend: align max_transfer to request alignmentLin Ma1-3/+3
2024-01-09osdep: provide ROUND_DOWN macroLin Ma1-6/+22
2024-01-09scsi-generic: pass max_segments via max_iov field in BlockLimitsLin Ma2-4/+5
2024-01-09file-posix: fix max_iov for /dev/sg devicesLin Ma1-0/+11
2024-01-09xen: remove BlockBackend object reference in xen_block_unrealizeLin Ma1-0/+3
2024-01-09usbredir: fix free callGerd Hoffmann1-1/+1
2024-01-09usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann1-1/+3
2024-01-09usb/mtp: avoid dynamic stack allocationGerd Hoffmann1-1/+2
2024-01-09usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann1-3/+3
2024-01-09usb/hid: avoid dynamic stack allocationGerd Hoffmann2-2/+2
2024-01-09hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé1-1/+0
2024-01-09net: eepro100: validate various address valuesJose R Ziviani1-0/+11
2024-01-09hw/scsi/megasas: check for NULL frame in megasas_command_cancelled()Mauro Matteo Cascella1-1/+1