summaryrefslogtreecommitdiff
path: root/emulators/qemu/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu: Update version 9.0.2 => 9.1.0Muhammad Moinur Rahman2024-09-121-34/+0
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.1
* emulators/qemu: Update version 8.2.2=>9.0.0Muhammad Moinur Rahman2024-04-291-15/+0
| | | | Changelog: https://wiki.qemu.org/ChangeLog/9.0
* emulators/qemu: fix build on powerpc*Piotr Kubaj2024-02-111-5/+18
| | | | | | | | | | ../util/cpuinfo-ppc.c:49:18: error: use of undeclared identifier 'PPC_FEATURE2_ISEL' if (hwcap2 & PPC_FEATURE2_ISEL) { ^ ../util/cpuinfo-ppc.c:62:26: error: use of undeclared identifier 'PPC_FEATURE2_VEC_CRYPTO' if (hwcap2 & PPC_FEATURE2_VEC_CRYPTO) { ^ 2 errors generated.
* emulators/qemu: Update version 8.2.0=>8.2.1Muhammad Moinur Rahman2024-01-301-3/+6
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.2
* emulators/qemu: Update version 8.1.3=>8.2.0Muhammad Moinur Rahman2023-12-232-5/+6
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.2
* emulators/qemu: fix build on powerpc64*Piotr Kubaj2023-08-291-0/+18
| | | | | 1. asm/cputable.h is Linux-only. 2. FreeBSD doesn't yet officially support POWER10, so we don't define PPC_FEATURE2_ARCH_3_1.
* 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-063-8/+17
| | | | Changelog: https://wiki.qemu.org/ChangeLog/8.0
* emulators/qemu: Add FLAVOR for the qemu guest agentRyan Steinmetz2023-01-201-0/+31
| | | | | | - Bump PORTREVISION Approved by: maintainer (via IRC)
* emulators/qemu: Re-enable build for i386Muhammad Moinur Rahman2023-01-143-7/+7
| | | | | | | | 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 7.1.0=>7.2.0Muhammad Moinur Rahman2022-12-312-20/+6
| | | | | | - Disable guest-agent Relnotes: https://wiki.qemu.org/ChangeLog/7.2
* emulators/qemu: Update version 7.0.0=>7.1.0Muhammad Moinur Rahman2022-09-092-0/+24
| | | | | | | | | | | | - Unbreak on latest HEAD [1] Users who want to stick with 7.0.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 installs only a subset of entire qemu. Reported by: jhb [1] Relnotes: https://wiki.qemu.org/ChangeLog/7.1
* emulators/qemu: Update version 6.2.0=>7.0.0Muhammad Moinur Rahman2022-04-233-15/+38
| | | | | | | | | 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: Update version 6.1.0=>6.2.0Muhammad Moinur Rahman2021-12-151-21/+0
| | | | Relnotes: https://wiki.qemu.org/ChangeLog/6.2
* emulators/qemu: Use system dtc from portsMuhammad Moinur Rahman2021-12-103-3/+74
| | | | | | | | - 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]
* emulators/qemu: Update version 5.0.1=>6.1.0Muhammad Moinur Rahman2021-12-059-597/+12
| | | | Relnotes: https://wiki.qemu.org/ChangeLog/6.1
* emulators/qemu: Update version 4.2.1=>5.0.1Muhammad Moinur Rahman2020-10-264-118/+40
| | | | | | | - Add OPTION DEBUG Notes: svn path=/head/; revision=553312
* emulators/qemu: Fix build with OPTION DOCS disabledMuhammad Moinur Rahman2020-09-011-1/+1
| | | | | | | | | PR: 230204 Submitted by: guyyur@gmail.com Reported by: novel Notes: svn path=/head/; revision=547301
* emulators/qemu: Fix missing patch filesMuhammad Moinur Rahman2020-07-191-15/+0
| | | | | | | Reported by: kostikbel@gmail.com Notes: svn path=/head/; revision=542594
* emulators/qemu: Update version 4.1.1=>4.2.1Muhammad Moinur Rahman2020-07-187-62/+63
| | | | | | | | | | - Add OPTION CAPSTONE [1] PR: 247870 [1] Reported by: amdmi3 [1] Notes: svn path=/head/; revision=542523
* emulators/qemu: Fix build with lld 10.0.0Muhammad Moinur Rahman2020-03-201-13/+63
| | | | | | | | PR: 244770 Submitted by: dim Notes: svn path=/head/; revision=528790
* emulators/qemu: fix build on powerpc64 elfv2Piotr Kubaj2020-01-221-0/+15
| | | | | | | | | | | | | | Clang doesn't like -mbig: cc -mbig -c -o spapr-rtas.o spapr-rtas.S cc: error: unknown argument: '-mbig' This file doesn't seem to be built on amd64, so removing -mbig doesn't cause a problem there. I also successfully built on powerpc64 elfv1 and it also builds. PR: 243188 Approved by: bofh (maintainer timeout) Notes: svn path=/head/; revision=523823
* emulators/qemu: Updating version 3.1.1.1=>4.1.1Muhammad Moinur Rahman2019-11-258-33/+51
| | | | | | | | | - 3.1.X branch has been moved to emulators/qemu31 Relnotes: https://wiki.qemu.org/ChangeLog/4.1 Notes: svn path=/head/; revision=518397
* emulators/qemu: Update version 3.0.1=>3.1.1Muhammad Moinur Rahman2019-08-063-164/+27
| | | | | | | | | | - USES=gl is not always needed [1] PR: 238364 [1] Submitted by: pizzamig [1] Notes: svn path=/head/; revision=508242
* emulators/qemu: Update version 2.12.1=>3.0.1Muhammad Moinur Rahman2019-04-1810-157/+176
| | | | | | | | - Remove GNS3 OPTION - Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20 Notes: svn path=/head/; revision=499318
* emulators/qemu: Add NETMAP supportMuhammad Moinur Rahman2019-02-121-2/+2
| | | | | | | | | | | | - Build qemu-guest-agent without unused libs [1] - Fix build with DOCS disabled [2] PR: 232949 [1] 230204 [2] Submitted by: zhecka@gmail.com [1] dewayne@heuristicsystems.com.au [2] Reported by: vmaffione Notes: svn path=/head/; revision=492812
* emulators/qemu: fix build on 12 and -CURRENTRoman Bogorodskiy2018-11-111-0/+123
| | | | | | | | | | | | | | | | | | | | | | Build fails with: hw/rdma/vmw/pvrdma_cmd.c:19:10: fatal error: 'linux/types.h' file not found Add two upstream commits to fix this issue: * 72221d03b85fcfba27a47a2af08ee59150550ced to not include linux/types.h * 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 to split PVRDMA from RDMA as pvrdma device can't be used on FreeBSD as mremap() system call is missing PR: 232968 Reported by: Trond.Endrestol@ximalas.info Approved by: portmgr (build fix blanket) Obtained from: upstream MFH: 2018Q4 Notes: svn path=/head/; revision=484695
* emulators/qemu: Update version 2.9.0>=2.12.0Muhammad Moinur Rahman2018-07-226-84/+61
| | | | | | | | | - Pet portlint Relnotes: https://wiki.qemu.org/ChangeLog/2.12 Notes: svn path=/head/; revision=475080
* emulators/qemu: Fix build without DOCSTobias Kortkamp2017-10-061-2/+14
| | | | | | | | | | | | | | | | | | - While here also add missing X11 dependencies to the GTK2 option /usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7 "/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7" install: docs/qemu-qmp-ref.7: No such file or directory gmake[1]: *** [Makefile:576: install-doc] Error 71 gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.9.0' PR: 221749 Submitted by: smh Reviewed by: novel Approved by: bofh MFH: 2017Q4 Notes: svn path=/head/; revision=451399
* emulators/qemu: Update version 2.8.1=>2.9.0Muhammad Moinur Rahman2017-08-045-40/+43
| | | | | | | | | | | | | | - Reorder LIB_DEPENDS - Add VDE Networking OPTION [1] - Move SAMBA CONFIGURE options to new clause from default - Fix CONFIGURE failure [2] PR: 220836[1], 220835[2] submitted by: holindho@saunalahti.fi [1][2] Relnotes: https://wiki.qemu.org/index.php/ChangeLog/2.9 Notes: svn path=/head/; revision=447330
* emulators/qemu: Update version 2.6.1=>2.8.0Muhammad Moinur Rahman2017-03-107-145/+130
| | | | | | | | | | | - Fix ncurses build uses to use base version and remove from CONFIGURE_ARGS for OPTIONS usage [1] PR: 211973[1] Submitted by: ilavsky.martin@gmail.com[1] Notes: svn path=/head/; revision=435826
* 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
* emulators/qemu: Unbreak in 11+ [1]Muhammad Moinur Rahman2016-08-271-0/+28
| | | | | | | | | | | - Fix ncurses build uses to use base version and remove from CONFIGURE_ARGS for OPTIONS usage [2] PR: 212057 [1] 211973 [2] Submitted by: mat [1] ilavsky.martin@gmail.com [2] Notes: svn path=/head/; revision=420986
* emulators/qemu: Update version 2.5.1.1=>2.6.1Muhammad Moinur Rahman2016-08-197-324/+340
| | | | | | | | | | | | - Remove BSD_USER related codes - Add NCURSES support [1] - Fix STATIC_LINKS code to not build with X11 support PR: 211973 [1] Submitted by: ilavsky.martin@gmail.com [1] Notes: svn path=/head/; revision=420489
* emulators/qemu: Fix patch files which was updated in latest distMuhammad Moinur Rahman2016-06-151-11/+0
| | | | | | | Submitted by: bar Notes: svn path=/head/; revision=416931
* emulators/qemu: Update version 2.4.0=>2.5.1.1Muhammad Moinur Rahman2016-06-104-123/+119
| | | | | | | | - Change X86_TARGETS Description - Update pkg-plist to fix X86_TARGETS issue Notes: svn path=/head/; revision=416670
* Fix build with Perl 5.25.1+.Mathieu Arnold2016-05-311-0/+11
| | | | | | | | | | Unescaped left brace in regex is illegal in regex. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=416188
* emulators/qemu: Update version 0.11.1=>2.4.1Muhammad Moinur Rahman2015-12-1635-4181/+311
| | | | | | | | | | | | | | - MASTER_SITES has been changed from SAVANNAH and local repo of nox@ to new wiki.qemu.org - Take MAINTAINERSHIP - Updated to maintain version release with UPSTREAM. qemu-devel will be updated to maintain with SNAPSHOTS - Some of the patches has been converted to OPTIONSNG with post-patch - Most of the patches are now makepatch compatible - Converted most of the LEGACY OPTIONS to OPTIONSNG Notes: svn path=/head/; revision=403864
* - Apply fixes for pcnet guest to host escape vulnerability - CVE-2015-3209.Juergen Lock2015-06-261-0/+82
| | | | | | | | | | | | - 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/+44
| | | | | | | | | | | | | | - 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
* Rename emulators/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-285-0/+0
| | | | Notes: svn path=/head/; revision=363222
* - Fix build after texi2html grew a new arg so -number became ambigious. [1]Juergen Lock2012-06-191-0/+9
| | | | | | | | | | - Remove double quotes from *_DESC now that make showconfig no longer needs them. Submitted by: pointyhat via linimon and pav [1] Notes: svn path=/head/; revision=299641
* - Fix SMC91c111 device emulation in qemu. This allows FreeBSD to boot onStanislav Sedov2011-08-311-0/+38
| | | | | | | | | | the GUMSTIX platform. Approved by: nox (maintainer) Obtained from: qemu git Notes: svn path=/head/; revision=280802
* - Add patch and knob (defaulted to on) to support udp networkingJuergen Lock2011-07-131-0/+160
| | | | | | | | | | | | | | and a patch for promiscuous multicast for the emulated e1000 and eepro100 nics, both to support using qemu with the (also to be updated) emulators/gns3 port. - Bump PORTREVISION. Requested by: Benjamin Epitech <mlspirat42@gmail.com> (via private email) Obtained from: http://sourceforge.net/projects/gns-3/files/Qemu/qemu-0.11.0-olive.patch/download (in parts) Notes: svn path=/head/; revision=277647
* - Avoid using mmap MAP_ANON with a non-zero offset. [1]Juergen Lock2010-05-301-1/+8
| | | | | | | | | - Bump PORTREVISION. PR: kern/71258 [1] Notes: svn path=/head/; revision=255345
* - Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.Juergen Lock2010-04-112-0/+28
| | | | | | | | | | - Bump PORTREVISIONs. PR: ports/145591 Submitted by: gcooper Notes: svn path=/head/; revision=252553
* - Welcome usable qemu pcap networking! :)Juergen Lock2010-02-041-53/+90
| | | | | | | | | | | | | | | | | 1. Fix packet delays. [1] 2. Truncate oversize packets according to host interface's MTU to avoid e.g. Linux guests panic'ing. Note: This is only necessary as a stopgap measure for cases like host inferfaces using TSO (it still causes retransmissions), the better workaround is to disable the feature on the host interface while using qemu's pcap code. - Add note about pcap to pkg-message.s - Bump PORTREVISIONs. Submitted by: jkim [1] Notes: svn path=/head/; revision=249241
* Fix NOPORTDOCS.Juergen Lock2009-12-061-4/+8
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=245305
* - Update to 0.11.1 - from the official announcement:Juergen Lock2009-12-0618-536/+369
| | | | | | | | | | | | | | | | | | | | | | | | - fix I2C slave addressing (Juha Riihimaki) - Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno) - slirp: fix use-after-free (Mark McLoughlin) - Fix sparc.ld (Blue Swirl) - ELF codedump build failures (Laurent Desnogues) - kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard) - fix configure script with armv4l cpu (Laurent Desnogues) - net: disable draining tap queue in one go (Mark McLoughlin) - pcnet: Restart poll timer on pcnet_start (Jan Kiszka) - Sparc32: Fix lance (Blue Swirl) - mac99: fix segmentation fault on startup (Aurelien Jarno) - usb-linux.c: fix buffer overflow (Jim Paris) - ARM host: fix generated blocks linking (Laurent Desnogues) - qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver) (Juergen Lock) - exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno) - Added a cherry picked commit from stable branch that fixes qcow2. Notes: svn path=/head/; revision=245296
* - Fix a serial emulation bug affecting (at least) FreeBSD 8's newJuergen Lock2009-09-181-0/+18
| | | | | | | | | | | uart(4) driver. - Bump PORTREVISION. Reported by: Olivier Cochard-Labbé <olivier@cochard.me> Feature safe: yes Notes: svn path=/head/; revision=241667