diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2013-05-29 18:01:53 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2013-05-29 18:01:53 +0000 |
| commit | b179b768b455143b32bd626d9ca89da255b9a177 (patch) | |
| tree | cb219037f0f1b71f4902a7cad4a10363a571c308 /emulators/qemu-devel/files/hw_e1000_c.patch | |
| parent | Update to 1.7.1 (diff) | |
- Update to 1.5.0, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html
Full changelog:
http://wiki.qemu.org/ChangeLog/1.5
The new libusb host code needs recent 10-current; for older releases you
can still try the net/usbredir support knob, see pkg-message for details.
- Update pkg-message a bit.
Thanx to: emaste for some suggestions
Diffstat (limited to 'emulators/qemu-devel/files/hw_e1000_c.patch')
| -rw-r--r-- | emulators/qemu-devel/files/hw_e1000_c.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/files/hw_e1000_c.patch b/emulators/qemu-devel/files/hw_e1000_c.patch index 15b2494f0d40..8cd6ded303d3 100644 --- a/emulators/qemu-devel/files/hw_e1000_c.patch +++ b/emulators/qemu-devel/files/hw_e1000_c.patch @@ -1,5 +1,5 @@ ---- qemu-0.14.1/hw/e1000.c.orig Thu Jun 23 17:01:19 2011 -+++ qemu-0.14.1/hw/e1000.c Thu Jun 23 17:02:30 2011 +--- qemu-0.14.1/hw/net/e1000.c.orig ++++ qemu-0.14.1/hw/net/e1000.c @@ -573,7 +573,7 @@ if (rctl & E1000_RCTL_UPE) // promiscuous return 1; |
