mbox

[PULL,for-2.5,0/3] Net patches for 2.5

Message ID 1448593943-6415-1-git-send-email-jasowang@redhat.com
State New
Headers show

Pull-request

https://github.com/jasowang/qemu.git tags/net-pull-request

Message

Jason Wang Nov. 27, 2015, 3:12 a.m. UTC
The following changes since commit b04fc428356a540fdb9065fa8c3c71ee476c2031:

  Update version for v2.5.0-rc2 release (2015-11-26 17:50:12 +0000)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to b73c1849148da1229a3c3b336311a8194970b35f:

  tap-win32: disable broken async write path (2015-11-27 10:39:55 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Andrew Baumann (2):
      tap-win32: skip unexpected nodes during registry enumeration
      tap-win32: disable broken async write path

Stefan Weil (1):
      eepro100: Prevent two endless loops

 hw/net/eepro100.c | 16 ++++++++++++++++
 net/tap-win32.c   | 49 ++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 54 insertions(+), 11 deletions(-)

Comments

Peter Maydell Nov. 27, 2015, 11:30 a.m. UTC | #1
On 27 November 2015 at 03:12, Jason Wang <jasowang@redhat.com> wrote:
> The following changes since commit b04fc428356a540fdb9065fa8c3c71ee476c2031:
>
>   Update version for v2.5.0-rc2 release (2015-11-26 17:50:12 +0000)
>
> are available in the git repository at:
>
>   https://github.com/jasowang/qemu.git tags/net-pull-request
>
> for you to fetch changes up to b73c1849148da1229a3c3b336311a8194970b35f:
>
>   tap-win32: disable broken async write path (2015-11-27 10:39:55 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
> Andrew Baumann (2):
>       tap-win32: skip unexpected nodes during registry enumeration
>       tap-win32: disable broken async write path
>
> Stefan Weil (1):
>       eepro100: Prevent two endless loops
>
>  hw/net/eepro100.c | 16 ++++++++++++++++
>  net/tap-win32.c   | 49 ++++++++++++++++++++++++++++++++++++++-----------
>  2 files changed, 54 insertions(+), 11 deletions(-)

Applied, thanks.

-- PMM