Commit Graph

134 Commits

Author SHA1 Message Date
sthen
35319542e1 Update to QEMU 2.2.1, from Brad (maintainer).
"The QEMU update was also Ok'd by rpe@ bcallah@"
2015-04-09 20:12:15 +00:00
brad
6abaf2e78d Update to QEMU 2.2.0.
ok rpe@
2014-12-15 18:19:51 +00:00
brad
30facbd95e Update to QEMU 2.1.2.
ok bcallah@
2014-09-28 21:36:45 +00:00
brad
c0d02750eb Update to QEMU 2.1.1.
ok bcallah@
2014-09-20 03:03:19 +00:00
brad
a5111197c2 and this too. 2014-08-14 22:34:54 +00:00
brad
331885c656 commit from the right dir so the actual 2.1.0 Makefile goes in. 2014-08-14 21:14:09 +00:00
brad
fce588d812 Update to QEMU 2.1.0
ok bcallah@ rpe@
2014-08-14 01:05:03 +00:00
brad
33fe61d150 Update to QEMU 2.0.0
ok bcallah@ gsoares@ rpe@
2014-04-25 20:59:43 +00:00
brad
ffdba50c3d Update to QEMU 1.7.1.
ok gsoares@
2014-03-26 14:14:47 +00:00
brad
990f95de44 - Sync PIE bits with what was commited upstream
- Use stack protector strong instead of all

ok sthen@
2014-03-09 22:50:17 +00:00
brad
dbbfb242e6 Update to QEMU 1.7.0.
ok rpe@
2013-11-29 21:21:38 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
brad
5396b30573 Update to QEMU 1.6.1.
ok sthen@
2013-10-30 19:53:29 +00:00
brad
afc65a9928 Update to QEMU 1.6.0.
ok sthen@ rpe@
2013-09-08 14:15:00 +00:00
brad
002dee61a3 Switch TIME_MAX from int to long long.
ok sthen@
2013-08-19 05:28:20 +00:00
brad
06578bfc85 Update to QEMU 1.5.1.
ok sthen@
2013-07-18 20:20:18 +00:00
brad
dd7b90b352 Back port a commit from master to make use of external libfdt
instead of the integrated copy.

ok sthen@
2013-06-23 21:27:55 +00:00
brad
d1f37b1012 Update to QEMU 1.5.0.
ok sthen@
2013-06-03 22:34:24 +00:00
brad
770c6df8bc Update to QEMU 1.4.2. Includes a fix for CVE-2013-2007.
ok sthen@
2013-05-24 22:05:51 +00:00
brad
e1fc1f0ef4 Update to QEMU 1.4.1. Includes a fix for CVE-2013-1922.
ok sthen@
2013-04-19 02:47:43 +00:00
brad
6f9fb3668a Make use of the testsuite.
ok sthen@
2013-04-14 20:28:56 +00:00
brad
0ba56332b3 Update the get_clock() function so it will utilize clock_gettime() with
monotonic time on OpenBSD instead of using gettimeofday().

ok sthen@
2013-04-01 13:40:32 +00:00
brad
d594abfab5 Upgrade to QEMU 1.4.0. Enable the VNC TLS support.
Tested by todd@ kirby@ sthen@ and OK kirby@ sthen@
2013-03-20 00:46:01 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
brad
08fadbcd6b - Build option ROM .S files with separate preprocessor and
assembler steps because the C compiler could be unsuitable.
- When the pxa2xx performance counter related cp14 registers were converted
  from a switch-statement implementation to the new table driven cpregs
  format in commit dc2a9045c, the crn and crm values for all these
  registers were accidentally transposed. Fixes being able to boot
  OpenBSD/zaurus.

ok sthen@
2013-02-02 23:51:45 +00:00
brad
1b2028a51c Update to QEMU 1.3.1.
ok sthen@
2013-02-02 11:30:34 +00:00
sthen
8067630250 32-bit-align PCI data structure for vgabios in Qemu. ok brad@ 2013-01-29 10:57:03 +00:00
brad
b1758a6800 - Remove unused sparc CONFIGURE_ARGS option
- Clear contents of INSTALL_STRIP when using the debug FLAVOR so that
  the binary is not stripped
- Some small tweaks to the README

ok sthen@
2013-01-03 08:30:54 +00:00
brad
06a1ba0314 Update ONLY_FOR_ARCHS and remove a few archs that do not build
or just do not make sense anyway.

ok sthen@
2012-12-31 07:12:19 +00:00
brad
d989ce3fbf Add the CVE id. 2012-12-30 08:49:15 +00:00
brad
1e1449b98c e1000: Also discard oversized packets if LPE is enabled.
ok sthen@
2012-12-20 23:12:20 +00:00
brad
73ce713d49 Upgrade to QEMU 1.2.2.
ok sthen@
2012-12-12 18:01:08 +00:00
brad
ff8edcf108 Update to QEMU 1.2.1.
ok ajacoutot@
2012-11-21 11:41:02 +00:00
brad
df2ec8c067 Update to QEMU 1.2.0.
Ok sthen@
2012-09-24 17:55:36 +00:00
ajacoutot
a3de4b36b8 Remove MESSAGE, people have had several releases to adjust.
ok Brad (maintainer)
2012-09-03 08:47:47 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
pascal
f4ebaa22a9 Link pc-bios/optionrom with -nopie.
ok naddy@
2012-08-30 20:57:03 +00:00
sthen
c8e9177fb3 update to QEMU 1.1.1, from Brad. 2012-08-08 10:44:44 +00:00
sthen
4103296a68 switch from 5.1 to 5.2 in README, ok Brad 2012-07-08 14:30:40 +00:00
ajacoutot
b647b1d764 Update to QEMU 1.1.0.
from Brad (maintainer)
2012-06-15 11:53:28 +00:00
fgsch
02b97ac58f Update to qemu 1.0.1, from Brad. 2012-03-16 11:40:53 +00:00
sthen
9f37f62817 Add a fix for CVE-2012-0029 from QEMU upstream, ok Brad, ajacoutot
"Heap-based buffer overflow in the process_tx_desc function in the
e1000 emulation (hw/e1000.c) [...] allows guest OS users to cause
a denial of service (QEMU crash) and possibly execute arbitrary
code via crafted legacy mode packets."
2012-02-02 22:07:33 +00:00
sthen
d7ebdc9ae9 Update README to use cd51.iso, also talk about SPARC emulation now
that it's usable. OK Brad (maintainer).
2012-01-26 19:19:15 +00:00
sthen
446dbe3284 tidy Makefile, from Brad (maintainer) 2012-01-11 02:21:09 +00:00
sthen
26eea19eff Update to QEMU 1.0, from Brad.
- disable the BSD userland emulation support for now, it's not widely useful yet
- workaround for incorrect time_t type assumption, from stsp@

N.B. As of QEMU 1.0 the i386 target has been renamed from qemu to
qemu-system-i386, you will need to change scripts/command lines as necessary.

ok stsp@ dcoppa@
2011-12-12 10:56:56 +00:00
espie
53295a4812 bye bye FLAVOR:L 2011-12-02 14:36:13 +00:00
sthen
cb2d81f3c8 Drop a patch which originated from FreeBSD which we don't need.
From Brad.
2011-11-07 21:37:30 +00:00
sthen
5e448f75a8 e1000 driver fix; don't set the capabilities list bit in the status register
as the capabiliities pointer is not defined. From Brad (maintainer).
2011-10-19 08:12:06 +00:00
sthen
cf951198a2 update to QEMU 0.15.1, from Brad (maintainer). 2011-10-17 20:27:17 +00:00
sthen
cb36dcdb8c Backport some upstream qemu fixes, from Brad (maintainer) -
- Fix install(1) usage to be compatible with OpenBSD's install(1).
- Allow overriding the location of Samba's smbd,

From Brad

- Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
  them work with older binutils versions. Fixes *-bsd-user build on
  OpenBSD 4.9 which ships binutils 2.15.

From Gerd Hoffmann <kraxel at redhat dot com>
2011-09-21 09:02:30 +00:00