diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-03-29 17:40:38 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-03-29 17:40:38 +0000 |
commit | 45aa9370f03dfaf05a98af04f0addd7e3998d771 (patch) | |
tree | d33294058708ce0ec0faa156a7ed184dea6cdc1d /emulators/qemu-devel/files/patch-bg | |
parent | - (force commit to note) add new port: games/chessx (diff) |
- Update net/usbredir to 0.6 .
- Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches.
Thanx to: sson, cognet, and others for much improved bsd-user support -
it now runs at least quite a few mips64 and single-threaded
arm binaries, see:
https://wiki.freebsd.org/QemuUserModeHowTo
Notes
Notes:
svn path=/head/; revision=315552
Diffstat (limited to 'emulators/qemu-devel/files/patch-bg')
-rw-r--r-- | emulators/qemu-devel/files/patch-bg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/files/patch-bg b/emulators/qemu-devel/files/patch-bg index b96153595ce5..719e8baf1210 100644 --- a/emulators/qemu-devel/files/patch-bg +++ b/emulators/qemu-devel/files/patch-bg @@ -1,4 +1,4 @@ -Index: qemu/net.h +Index: qemu/include/net/net.h @@ -174,8 +174,8 @@ void net_host_device_remove(Monitor *mon int do_netdev_add(Monitor *mon, const QDict *qdict, QObject **ret_data); int do_netdev_del(Monitor *mon, const QDict *qdict, QObject **ret_data); @@ -10,7 +10,7 @@ Index: qemu/net.h #define DEFAULT_BRIDGE_HELPER CONFIG_QEMU_HELPERDIR "/qemu-bridge-helper" #define DEFAULT_BRIDGE_INTERFACE "br0" -Index: qemu/net/tap.h +Index: qemu/net/tap_int.h @@ -29,8 +29,8 @@ #include "qemu-common.h" #include "qemu-option.h" |