summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-meson.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu: Update version 8.0.4=>8.1.0Muhammad Moinur Rahman2023-08-251-20/+0
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.1
* emulators/qemu: Update version 7.2.1=>8.0.0Muhammad Moinur Rahman2023-05-061-2/+2
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.0
* emulators/qemu: Re-enable build for i386Muhammad Moinur Rahman2023-01-141-2/+2
| | | | | | | | During the upgrade to 7.0 the build of qemu for i386 got disabled, due to "unknown-type name 'vm_page_t'" errors. This has been fixed. PR: 268647 Reported by: dim
* emulators/qemu: Update version 6.2.0=>7.0.0Muhammad Moinur Rahman2022-04-231-7/+7
| | | | | | | | | Users who want to stick with 6.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which instals only a subset of entire qemu. Relnotes: https://wiki.qemu.org/ChangeLog/7.0
* emulators/qemu: Use system dtc from portsMuhammad Moinur Rahman2021-12-101-0/+20
- elf2dmp depends on CURL [1] - Fix build when fusefs-libs3 is installed [2] PR: 260315 [2] Reported by: kostikbel@gmail.com [1] d8zNeCFG@aon.at [2]