qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 442469: MAINTAINERS: add Jason Wang as net su


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 442469: MAINTAINERS: add Jason Wang as net subsystem maint...
Date: Fri, 06 Feb 2015 08:30:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 442469e61d276440d485b80514c0df89266fdc13
      
https://github.com/qemu/qemu/commit/442469e61d276440d485b80514c0df89266fdc13
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add Jason Wang as net subsystem maintainer

Jason Wang will be co-maintaining the QEMU net subsystem with me.  He
has contributed improvements and reviewed patches over the past years as
part of working on virtio-net and virtualized networking.

Jason has already been backing me up with patch reviews.  For the time
being I will continue to submit pull requests.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Acked-by: Jason Wang <address@hidden>


  Commit: 237c255c6cefefda9c5dd077860cfa20a77d9a6a
      
https://github.com/qemu/qemu/commit/237c255c6cefefda9c5dd077860cfa20a77d9a6a
  Author: Paolo Bonzini <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M hw/net/rtl8139.c

  Log Message:
  -----------
  rtl8139: simplify timer logic

Pavel Dovgalyuk reports that TimerExpire and the timer are not restored
correctly on the receiving end of migration.

It is not clear to me whether this is really the case, but we can take
the occasion to get rid of the complicated code that computes PCSTimeout
on the fly upon changes to IntrStatus/IntrMask.  Just always keep a
timer running, it will fire every ~130 seconds at most if the interrupt
is masked with TimerInt != 0.

This makes rtl8139_set_next_tctr_time idempotent (when the virtual clock
is stopped between two calls, as is the case during migration).

Tested with Frediano's qtest.

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


  Commit: a6efd6ae7b8696bfeb0336826b01bfe0e1840154
      
https://github.com/qemu/qemu/commit/a6efd6ae7b8696bfeb0336826b01bfe0e1840154
  Author: Jason Wang <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M net/hub.c

  Log Message:
  -----------
  monitor: print hub port name during info network

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


  Commit: 07636d53999092daa9e3d281ea137be0795d7078
      
https://github.com/qemu/qemu/commit/07636d53999092daa9e3d281ea137be0795d7078
  Author: Jason Wang <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M net/hub.c

  Log Message:
  -----------
  net: remove the wrong comment in net_init_hubport()

Not only nic could be the one to peer.

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


  Commit: 64a55d60665245174acf6445e0e3f1ec7a53cfe0
      
https://github.com/qemu/qemu/commit/64a55d60665245174acf6445e0e3f1ec7a53cfe0
  Author: Jason Wang <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M net/net.c

  Log Message:
  -----------
  net: del hub port when peer is deleted

We should del hub port when peer is deleted since it will not be reused
and will only be freed during exit.

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


  Commit: 2c4681f512822b4aa35371683e164d4818f21dce
      
https://github.com/qemu/qemu/commit/2c4681f512822b4aa35371683e164d4818f21dce
  Author: Jason Wang <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M monitor.c

  Log Message:
  -----------
  monitor: more accurate completion for host_net_remove()

Current completion for host_net_remove will show hub ports and clients
that were not peered with hub ports. Fix this.

Cc: Luiz Capitulino <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: cebbae86b4f7ee3d3dd9df906b97d269e70d9cc7
      
https://github.com/qemu/qemu/commit/cebbae86b4f7ee3d3dd9df906b97d269e70d9cc7
  Author: Peter Maydell <address@hidden>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M MAINTAINERS
    M hw/net/rtl8139.c
    M monitor.c
    M net/hub.c
    M net/net.c

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

# gpg: Signature made Fri 06 Feb 2015 14:10:40 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:
  monitor: more accurate completion for host_net_remove()
  net: del hub port when peer is deleted
  net: remove the wrong comment in net_init_hubport()
  monitor: print hub port name during info network
  rtl8139: simplify timer logic
  MAINTAINERS: add Jason Wang as net subsystem maintainer

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


Compare: https://github.com/qemu/qemu/compare/b93acb92cad1...cebbae86b4f7

reply via email to

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