| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/9.1
|
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/9.0
|
|
|
|
|
|
|
|
|
|
| |
../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.
|
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/8.2
|
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/8.2
|
|
|
|
|
| |
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.
|
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/8.1
|
|
|
|
| |
Changelog: https://wiki.qemu.org/ChangeLog/8.0
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: maintainer (via IRC)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- Disable guest-agent
Relnotes: https://wiki.qemu.org/ChangeLog/7.2
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.2
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.1
|
|
|
|
|
|
|
| |
- Add OPTION DEBUG
Notes:
svn path=/head/; revision=553312
|
|
|
|
|
|
|
|
|
| |
PR: 230204
Submitted by: guyyur@gmail.com
Reported by: novel
Notes:
svn path=/head/; revision=547301
|
|
|
|
|
|
|
| |
Reported by: kostikbel@gmail.com
Notes:
svn path=/head/; revision=542594
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTION CAPSTONE [1]
PR: 247870 [1]
Reported by: amdmi3 [1]
Notes:
svn path=/head/; revision=542523
|
|
|
|
|
|
|
|
| |
PR: 244770
Submitted by: dim
Notes:
svn path=/head/; revision=528790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 3.1.X branch has been moved to emulators/qemu31
Relnotes: https://wiki.qemu.org/ChangeLog/4.1
Notes:
svn path=/head/; revision=518397
|
|
|
|
|
|
|
|
|
|
| |
- USES=gl is not always needed [1]
PR: 238364 [1]
Submitted by: pizzamig [1]
Notes:
svn path=/head/; revision=508242
|
|
|
|
|
|
|
|
| |
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20
Notes:
svn path=/head/; revision=499318
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Relnotes: https://wiki.qemu.org/ChangeLog/2.12
Notes:
svn path=/head/; revision=475080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Submitted by: bar
Notes:
svn path=/head/; revision=416931
|
|
|
|
|
|
|
|
| |
- Change X86_TARGETS Description
- Update pkg-plist to fix X86_TARGETS issue
Notes:
svn path=/head/; revision=416670
|
|
|
|
|
|
|
|
|
|
| |
Unescaped left brace in regex is illegal in regex.
With hat: perl@
Sponsored by: Absolight
Notes:
svn path=/head/; revision=416188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=363222
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
the GUMSTIX platform.
Approved by: nox (maintainer)
Obtained from: qemu git
Notes:
svn path=/head/; revision=280802
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: kern/71258 [1]
Notes:
svn path=/head/; revision=255345
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs.
PR: ports/145591
Submitted by: gcooper
Notes:
svn path=/head/; revision=252553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: QAT
Notes:
svn path=/head/; revision=245305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
uart(4) driver.
- Bump PORTREVISION.
Reported by: Olivier Cochard-Labbé <olivier@cochard.me>
Feature safe: yes
Notes:
svn path=/head/; revision=241667
|