qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 7fb439: net: synchronize net_host_device_remo


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7fb439: net: synchronize net_host_device_remove with host_...
Date: Fri, 13 Mar 2015 05:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7fb439115de7354b3ac2becf24457acaf828296b
      
https://github.com/qemu/qemu/commit/7fb439115de7354b3ac2becf24457acaf828296b
  Author: Paolo Bonzini <address@hidden>
  Date:   2015-03-12 (Thu, 12 Mar 2015)

  Changed paths:
    M net/net.c

  Log Message:
  -----------
  net: synchronize net_host_device_remove with host_net_remove_completion

Using net_host_check_device is unnecessary.  qemu_del_net_client asserts
for the non-peer case that it can only process NIC type NetClientStates,
and that assertion is valid for the peered case as well, so move it and
use the same check in net_host_device_remove.  host_net_remove_completion
is already checking the type.

Signed-off-by: Paolo Bonzini <address@hidden>
Reviewed-by: Jason Wang <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 069bb5831faf19d02041569580ad77565776bb1c
      
https://github.com/qemu/qemu/commit/069bb5831faf19d02041569580ad77565776bb1c
  Author: Frediano Ziglio <address@hidden>
  Date:   2015-03-12 (Thu, 12 Mar 2015)

  Changed paths:
    M tests/Makefile
    M tests/rtl8139-test.c

  Log Message:
  -----------
  tests: rtl8139: test timers and interrupt

Test behaviour of timers and interrupts related to timeouts.

Signed-off-by: Frediano Ziglio <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 82389dcc133d9d6aa3418fbbb59d784dd8d0e88c
      
https://github.com/qemu/qemu/commit/82389dcc133d9d6aa3418fbbb59d784dd8d0e88c
  Author: Peter Maydell <address@hidden>
  Date:   2015-03-13 (Fri, 13 Mar 2015)

  Changed paths:
    M net/net.c
    M tests/Makefile
    M tests/rtl8139-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into 
staging

# gpg: Signature made Thu Mar 12 20:06:50 2015 GMT using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"

* remotes/stefanha/tags/net-pull-request:
  tests: rtl8139: test timers and interrupt
  net: synchronize net_host_device_remove with host_net_remove_completion

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f9f141b7475a...82389dcc133d

reply via email to

[Prev in Thread] Current Thread [Next in Thread]