Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2010 20:27:30 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/qemu Makefile pkg-message ports/emulators/qemu/files pcap-patch ports/emulators/qemu-devel Makefile pkg-message ports/emulators/qemu-devel/files pcap-patch
Message-ID:  <201002042027.o14KRUHV002064@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nox         2010-02-04 20:27:30 UTC

  FreeBSD ports repository

  Modified files:
    emulators/qemu       Makefile pkg-message 
    emulators/qemu/files pcap-patch 
    emulators/qemu-devel Makefile pkg-message 
    emulators/qemu-devel/files pcap-patch 
  Log:
  - Welcome usable qemu pcap networking! :)
    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]
  
  Revision  Changes    Path
  1.107     +1 -0      ports/emulators/qemu-devel/Makefile
  1.3       +79 -58    ports/emulators/qemu-devel/files/pcap-patch
  1.32      +7 -0      ports/emulators/qemu-devel/pkg-message
  1.108     +1 -0      ports/emulators/qemu/Makefile
  1.5       +90 -53    ports/emulators/qemu/files/pcap-patch
  1.33      +7 -0      ports/emulators/qemu/pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002042027.o14KRUHV002064>