summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-include-qemu-aes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QEMU update to 2.4.0Sean Bruno2015-09-021-18/+0
| | | | | - remove patch files accepted and merge upstream - Add new vgabios-virtio
* - Update to 1.5.1, announce message is here:Juergen Lock2013-07-061-0/+18
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html - Simplify bsd-user ld script handling. [1] - Make STATIC_LINK work again. - Add GTK knob. - Neither graphical UI can be built static, set IGNORE in that case. - Properly fix AES_* link errors by #defining those functions as QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at least) by -lcurl. - Add back CURL knob in the process. - Fix "Warning: vlan %d is not connected to host network" when using pcap. - Switch to USES= gmake. - Note: I did not backport sson's latest bsd-user patches which he has now in a github tree based on qemu git head, tho I have a seperate port of that tree on redports: svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/ See also: https://wiki.freebsd.org/QemuUserModeHowTo Submitted by: emaste [1]