aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu-devel: Update version 8.3.0.20240630=>8.3.0.20240731Muhammad Moinur Rahman2024-09-151-34/+0
|
* emulators/qemu-devel: fix build on powerpc64* with a patch from emulators/qemuPiotr Kubaj2024-04-241-7/+20
|
* emulators/qemu-devel: Update version 8.3.0.20240126=>8.3.0.20240229Muhammad Moinur Rahman2024-04-041-15/+0
|
* emulators/qemu-devel: Update version 8.3.0.20231231=>8.3.0.20240126Muhammad Moinur Rahman2024-01-292-9/+12
|
* emulators/qemu-devel: Update snapshot 8.2.0.20231130=>8.3.0.20231231Muhammad Moinur Rahman2024-01-011-2/+2
|
* emulators/qemu-devel: Update version 8.2.0.20231031=>8.2.0.20231130Muhammad Moinur Rahman2023-12-221-2/+3
|
* emulators/qemu-devel: fix build on powerpc64*Piotr Kubaj2023-10-061-0/+18
| | | | Same patch as for emulators/qemu.
* emulators/qemu-devel: Update version 7.2.0.20221221=>8.0.0.20230505Muhammad Moinur Rahman2023-05-072-2/+12
| | | | - Unbreak on i386
* emulators/qemu-devel: Update version 6.1.0.20210928=>7.1.0.20220805Muhammad Moinur Rahman2022-08-062-21/+14
| | | | | | - Update version to latest snapshots Reported by: imp
* emulators/qemu-devel: Update version 5.1.0.20201019=>6.1.0.20210928Muhammad Moinur Rahman2021-09-285-137/+13
| | | | | | - Move upstream site to GITLAB Relnotes: https://gitlab.com/qemu-project/qemu/-/commits/master/
* emulators/qemu-devel: Update version 5.1.0.20200909=>5.1.0.20201010Muhammad Moinur Rahman2020-10-232-20/+84
| | | | | | | | | | - Fix plist when DOCS disabled [1] PR: 250456 [1] Reported by: lwhsu [1] Notes: svn path=/head/; revision=553134
* emulators/qemu-devel: Update version 4.2.0=>5.1.0.20200909Muhammad Moinur Rahman2020-09-129-622/+28
| | | | | | | | | | | | | | | | | | | - Move to SNAPSHOT versions of qemu - Remove i386 support temporarily as build is failing on i386 - Change MASTER_SITES to GITHUB - Mark IGNORE for 11.X as it cannot build Position Independent Code on 11 - OPTIONIZE NCURSES for support of both base and ports [1] - Add OPTIONS CAPSTONE and use CAPSTONE from ports - Remove PCAP related patches as was unable to create PANIC while using TSO - Fixes for the RISC-V PLIC that are required to boot FreeBSD/riscv64 HEAD after r362977 PR: 245997 [1] Submitted by: lab+bsd@thinkum.space [1] Reported by: lwhsu jhb Notes: svn path=/head/; revision=548428
* emulators/qemu-devel: Fix build with lld 10.0.0Muhammad Moinur Rahman2020-03-221-15/+65
| | | | | | | | PR: 244769 Submitted by: dim Notes: svn path=/head/; revision=528890
* emulators/qemu-devel: Update version 4.1.0=>4.2.0Muhammad Moinur Rahman2020-02-121-8/+8
| | | | | | | Reported by: lwhsu Notes: svn path=/head/; revision=525977
* emulators/qemu-devel: Update version 3.1.0=>4.0.0Muhammad Moinur Rahman2019-08-077-33/+60
| | | | | | | | | | | - USES=gl is not always needed [1] PR: 238364 [1] Submitted by: pizzamig [1] Reported by: bz Notes: svn path=/head/; revision=508308
* emulators/qemu-devel: Update version 2.6.0=>3.1.0Muhammad Moinur Rahman2019-02-2810-223/+196
| | | | | | | | | PR: 229324 Reported by: bcran Relnotes: https://www.qemu.org/2018/12/12/qemu-3-1-0/ Notes: svn path=/head/; revision=494122
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-26/+0
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* Fixup for macros that conflict with standard C++ function names.Sean Bruno2016-06-021-0/+28
| | | | | | | | PR: 209590 Submitted by: dim@ Notes: svn path=/head/; revision=416287
* emulators/qemu-devel: Update version 2.5.0=>2.6.1Muhammad Moinur Rahman2016-05-297-430/+399
| | | | Notes: svn path=/head/; revision=416075
* emulators/qemu-devel: fix with DOCS=off [1]Muhammad Moinur Rahman2016-03-091-4/+4
| | | | | | | | | | | | - Fix for GNUTLS_CONFIGURE_ON [2] - Fix for PCAP_CONFIGURE_OFF [2] - Bump PORT Revision PR: 207719 [1], 205826 [2] Submitted by: novel [1], riggs [2] Notes: svn path=/head/; revision=410671
* emulators/qemu-devel: Update version 2.4.0=>2.5.0Muhammad Moinur Rahman2016-01-0113-126/+153
| | | | | | | | | | | | | | | | | | | | - Remove nox@ from MASTER_SITES (R.I.P. nox) - Take MAINTAINERSHIP - Add LICENSE (GPLv2) - Convert to OPTIONSNG - Fix patch files to be 'make makepatch' compatible - Fix Multiple Security Vulnerabilities [1] PR: 203112 [1] Submitted by: venture37@geeklan.co.uk [1] Security: CVE-2015-5165 [1] CVE-2015-5745 [1] CVE-2015-5154 [1] CVE-2015-5225 [1] Differential Revision: https://reviews.freebsd.org/D3691 Notes: svn path=/head/; revision=405027
* Build fixes for 2.4.0Sean Bruno2015-09-031-33/+35
| | | | | | | | | | | - regenerate patch-pcap - Escape --extra-ldflags as it looks like the qemu builder is eating spaces or lines making it frustrating to use. PR: 202402 202536 202864 Notes: svn path=/head/; revision=396024
* QEMU update to 2.4.0Sean Bruno2015-09-025-195/+0
| | | | | | | | - remove patch files accepted and merge upstream - Add new vgabios-virtio Notes: svn path=/head/; revision=395861
* - Apply fixes for pcnet guest to host escape vulnerability - CVE-2015-3209.Juergen Lock2015-06-261-0/+45
| | | | | | | | | | | | - Bump PORTREVISIONs. PR: 201064 Submitted by: koobs Security: https://vuxml.FreeBSD.org/freebsd/acd5d037-1c33-11e5-be9c-6805ca 1d3bb1.html Notes: svn path=/head/; revision=390664
* - Apply fixes for "BENOM" vulnerability - CVE-2015-3456 .Juergen Lock2015-05-171-0/+84
| | | | | | | | | | | | | | - Bump PORTREVISIONs. PR: 200255 PR: 200256 PR: 200257 Submitted by: venture37@geeklan.co.uk Obtained from: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e907746266721f305d67bc0718795fedee2e824c Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html Notes: svn path=/head/; revision=386593
* Update to 2.3.0 - announce message is here:Juergen Lock2015-04-281-6/+6
| | | | | | | http://article.gmane.org/gmane.comp.emulators.qemu/332605 Notes: svn path=/head/; revision=384934
* - Update emulators/qemu-sbruno to latest github snapshot, fixingJuergen Lock2015-01-0666-35188/+51
| | | | | | | | | | | | | | | the bsd-user targets on 8 and 9. - Switch emulators/qemu-user-static to be slave of emulators/qemu-sbruno. - Update emulators/qemu-devel to latest upstream release 2.2.0, now w/o bsd-user patches and knob again. (Or at least until the patches are merged upstream...) [1] - Add appropriate CONFLICTS to emulators/qemu too and bump its PORTREVISION. Suggested by: andrew [1] (for the benefit of testing aarch64 guests) Notes: svn path=/head/; revision=376437
* - More bsd-user updates:Juergen Lock2014-12-027-0/+564
| | | | | | | | | | | | | | | | | | | | | - target-mips: Status.UX/SX/KX enable 32-bit address wrapping. [1] - target-mips: define ISA_MIPS64R6. [1] - Change UX/AWRAP to allow compile. Probably, this is part of the problem. [2] - Fix the pipe(2) and pipe2(2) syscalls so the file descriptors are returned correctly. [3] - Add sched_yield(2) and sched_get_priority_{max,min}(2) syscall handlers. [3] - Add missing setresgid(2) and setresuid(2) system call handlers. [3] - Eliminate "Qemu unsupported ioctl" warnings for cryptodev. [3] - Bump PORTREVISION. Submitted by: Leon Alrae <leon.alrae@imgtec.com> [1], sbruno [2], sson [3] Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Notes: svn path=/head/; revision=373785
* - bsd-user: fix hw.machine and hw.machine_arch sysctls for a NULL buffer.Juergen Lock2014-11-291-0/+33
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sson Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/8267ad2cb92b106bb16e91234f04abc49ab32036 Notes: svn path=/head/; revision=373627
* - bsd-user: Convert signal number for thr_kill() to host signum.Juergen Lock2014-11-231-0/+29
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sson Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/cab0d36ffd4e70b1879dc2cf860c975a7965afc3 Notes: svn path=/head/; revision=373177
* (Attempt to) fix build on head after faith(4) removal. (r274331)Juergen Lock2014-11-141-0/+22
| | | | | | | Submitted by: beefy1 via pkg-fallout Notes: svn path=/head/; revision=372573
* - More bsd-user updates:Juergen Lock2014-11-0816-19/+2620
| | | | | | | | | | | | | | | | | | | | | | | - Add support for the wait6(2) system call. [1] - Add stubs for the new cap_*() system calls. [1] - Add support for new socket system calls. [1] - Add support for pipe2(2) and chflagsat(2) system calls. [1] - Add stubs for the new aio_*() system calls. [1] - Add stub for the new procctl(2) system call. [1] - Add JHB's ioctl decoding to unknown ioctl message. [1] - Disable shebang script handling in qemu for head now that the the kernel image activators can be run independantly there; this allows /bin/sh to be used as a static amd64 binary on head poudriere jails. [2] - Some other small non-user-visible fixes. - Bump PORTREVISION. Submitted by: sson [1], sbruno [2] Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Notes: svn path=/head/; revision=372318
* - bsd-user: deal with new sem_wait2 and sem_wake2 syscalls in head.Juergen Lock2014-11-032-0/+99
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/2478a4e4a33d0523cc436eabb4a27b258b4358b8 Notes: svn path=/head/; revision=372121
* - bsd-user: fix sendmsg(2) emulation w/o ancillary data.Juergen Lock2014-10-041-0/+59
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561 Notes: svn path=/head/; revision=369997
* - bsd-user: Increase MAX_ARG_PAGES to 64.Juergen Lock2014-08-291-0/+28
| | | | | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/200e09e4bf497b43cace6b2b2b85b943f5d59dc1 Notes: svn path=/head/; revision=366553
* Fix indentation.Juergen Lock2014-08-221-1/+1
| | | | Notes: svn path=/head/; revision=365704
* - bsd-user: fix sysctl hw.physmem if host bitsize != target's.Juergen Lock2014-08-221-0/+40
| | | | | | | | | - Bump PORTREVISION. Reported by: sbruno Notes: svn path=/head/; revision=365703
* Rename emulators/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363222
* Fix build on 8 and 9.Juergen Lock2014-07-101-0/+13
| | | | | | | Submitted by: beefy1 via pkg-fallout Notes: svn path=/head/; revision=361475
* - bsd-user: Follow exec_copyout_strings more closely when settingJuergen Lock2014-07-061-0/+274
| | | | | | | | | | | up guest stack. [1] - Bump PORTREVISION. Submitted by: kan [1] Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/21927cffcc7bcacbb953155f778200846df9f60e [1] Notes: svn path=/head/; revision=360950
* Four more bsd-user fixes, poudriere now builds more armv6 packagesJuergen Lock2014-07-064-0/+107
| | | | | | | | | | | | | | | and sparc64 dynamic exectuables get a little further: - Fix crashes with long argv invocations. [1] - Fix ARMv6 stack alignment in a new thread. [1] - sparc64: sync ccr before changing carry flag. - Writing to readonly page can cause trap 0xc on FreeBSD too. - Bump PORTREVISION. Submitted by: sson [1] Notes: svn path=/head/; revision=360935
* - bsd-user: Implement getvfsbyname(3) that popped up in ports buildsJuergen Lock2014-07-022-0/+166
| | | | | | | | | | | and used by tar. [1] - bsd-user: Fix crashes in sysctl.kern.proc in 32bit envs on 64bit. [1] - Bump PORTREVISION. Submitted by: sson [1] Notes: svn path=/head/; revision=360226
* - bsd-user: add posix-openpt syscall and TIOCPTMASTER/TIOCPKT ioctlJuergen Lock2014-06-272-5/+62
| | | | | | | | | | | handling. (this fixes sysutils/screen) [1] - arm-bsd-user: fix sigreturn frame handling. [2] - Bump PORTREVISION. Submitted by: kan [1], sson [2] Notes: svn path=/head/; revision=359593
* - Fix bsd-user default TARGET_SIGINFO handling.Juergen Lock2014-06-221-0/+37
| | | | | | | | | - Bump PORTREVISION. Reported by: sbruno Notes: svn path=/head/; revision=358788
* Restore fbsd:nokeywords property on ↵Juergen Lock2014-06-191-1/+1
| | | | | | | files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 lost by psvn ci. Notes: svn path=/head/; revision=358457
* - Fix FIODGNAME ioctl.Juergen Lock2014-06-191-4/+4
| | | | | | | | | - Bump PORTREVISION. Submitted by: kan Notes: svn path=/head/; revision=358452
* - Fix bsd-user x86_64 target failing with stk mmap: Invalid argument .Juergen Lock2014-06-121-0/+19
| | | | | | | | | - Bump PORTREVISION. Reported by: sbruno Notes: svn path=/head/; revision=357631
* Pet check-plist. (I thought this was fixed by r354246 but looks likeJuergen Lock2014-05-201-12/+0
| | | | | | | | | that commit only handles the pkgng case not pkg_*...) Submitted by: jenkins via swills Notes: svn path=/head/; revision=354652
* Fix build on ppc. (base gcc + libc++?)Juergen Lock2014-05-071-0/+12
| | | | | | | Submitted by: jhibbits (via irc) Notes: svn path=/head/; revision=353190
* - bsd-user: Handle FreeBSD sysctl hw.pagesizes (by returning onlyJuergen Lock2014-05-051-0/+53
| | | | | | | | | getpagesize() for now); this fixes rtld on head after r264346 that now uses the sysctl. - Bump PORTREVISION. Notes: svn path=/head/; revision=353030