aboutsummaryrefslogtreecommitdiff
path: root/utils/qemu/patches/0010-no-tests.patch
Commit message (Collapse)AuthorAge
* qemu: update to 9.0.0Vladimir Ermakov2024-04-30
| | | | | | | - update version: 9.0.0 - refresh patches Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: update to 8.2.0Vladimir Ermakov2024-02-18
| | | | | | | | - Refresh patches. - Disable new features like AF XDP, Rutabaga VGA, libkeyutils - Delete removed features such as HAX hypervisor Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: update to 8.1.2Vladimir Ermakov2023-10-30
| | | | | | | | | | | Changes: - Update to 8.1.2 - Refresh patches - Replace absent option --with-git-submodules with --disable-download Fix #22530 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: update to 8.0.2Vladimir Ermakov2023-06-16
| | | | | | Update version and refresh patches. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: update to 8.0.0Vladimir Ermakov2023-04-23
| | | | | | | | - Update version to 8.0.0 - Refresh patches - Update configure opttions to disable libdw Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: update to 7.2.0Vladimir Ermakov2023-03-01
| | | | | | | | | | | | | | | | | | drop disas and bios patches refresh patches qemu: vhost-scsi does not exist, drop unsupported vhost options qemu: disable VDUSE by default qemu: slirp and vnc-png option gone Note: libpng still needed if vnc enabled. Link: https://github.com/openwrt/packages/pull/18623 Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> (squash commits) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* qemu: update to 6.2.0Vladimir Ermakov2022-01-18
| | | | | | | | | | | | | | Qemu version updated to 6.2.0, patch set refreshed for it. Options --disable-jemalloc --disable-tcmalloc was replaced by --enable-malloc=CHOICE, defaults to system. Libudev search was moved from configure to meson.build, and now it's not so easy to disable it. Even though --disable-mpath present. Delete patches 0008-falloc and 0009-fs - they're already in 6.2.0. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* qemu: fix compilation on 64 bit platformsRosen Penev2021-09-16
Last patch is for mips. Second is an upstream backport. First is needed for at least musl 1.2.x Signed-off-by: Rosen Penev <rosenp@gmail.com>