qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1074b8: virtio-net: avoid call tap_enable whe


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 1074b8: virtio-net: avoid call tap_enable when there's onl...
Date: Fri, 31 Mar 2017 03:00:12 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1074b879d1c84232177f9b4e044636639ac4c6a5
      
https://github.com/qemu/qemu/commit/1074b879d1c84232177f9b4e044636639ac4c6a5
  Author: Jason Wang <address@hidden>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M hw/net/virtio-net.c

  Log Message:
  -----------
  virtio-net: avoid call tap_enable when there's only one queue

We call tap_enable() even if for multiqueue is not enabled. This is
wrong since it should be used for multiqueue codes to enable a
disabled queue. Fixing this by only calling this when multiqueue is
used.

Fixes: 16dbaf905b72 ("tap: support enabling or disabling a queue")
Reported-by: Andrew Baumann <address@hidden>
Tested-by: Andrew Baumann <address@hidden>
Cc: address@hidden
Signed-off-by: Jason Wang <address@hidden>


  Commit: b4053c64833762f1249b2d704d2da30b5b10c8ff
      
https://github.com/qemu/qemu/commit/b4053c64833762f1249b2d704d2da30b5b10c8ff
  Author: Jason Wang <address@hidden>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M hw/net/e1000.c

  Log Message:
  -----------
  e1000: disable debug by default

Disable debug output by default, the information were not needed for
release.

Cc: Peter Maydell <address@hidden>
Cc: Stefan Hajnoczi <address@hidden>
Cc: Leonid Bloch <address@hidden>
Cc: Dmitry Fleytman <address@hidden>
Cc: address@hidden
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: a0ee3797bf4917b1b7a4554a4dffbb45f387f087
      
https://github.com/qemu/qemu/commit/a0ee3797bf4917b1b7a4554a4dffbb45f387f087
  Author: Peter Maydell <address@hidden>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M hw/net/e1000.c
    M hw/net/virtio-net.c

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

# gpg: Signature made Fri 31 Mar 2017 01:50:55 BST
# gpg:                using RSA key 0xEF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211

* remotes/jasowang/tags/net-pull-request:
  e1000: disable debug by default
  virtio-net: avoid call tap_enable when there's only one queue

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


Compare: https://github.com/qemu/qemu/compare/ddc2c3a57e07...a0ee3797bf49

reply via email to

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