mbox

[PULL] vhost, netdev, e1000, pci

Message ID 20101116131620.GA24121@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Message

Michael S. Tsirkin Nov. 16, 2010, 1:16 p.m. UTC
Here are some fixes I collected in my tree.
Please merge.

The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a:

  Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09 -0500)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Alex Williamson (2):
      e1000: Fix TCP checksum overflow with TSO
      PCI: Bus number from the bridge, not the device

Michael S. Tsirkin (3):
      tap: clear vhost_net backend on cleanup
      tap: make set_offload a nop after netdev cleanup
      pci: allow hotplug removal of cold-plugged devices

 hw/acpi_piix4.c |   14 ++++++++++----
 hw/e1000.c      |    5 ++++-
 hw/pci.c        |   13 ++++++++-----
 hw/pci.h        |   10 +++++++++-
 hw/pcie.c       |   10 ++++++----
 net/tap.c       |    7 ++++++-
 6 files changed, 43 insertions(+), 16 deletions(-)

Comments

Luiz Capitulino Nov. 16, 2010, 2:35 p.m. UTC | #1
On Tue, 16 Nov 2010 15:16:20 +0200
"Michael S. Tsirkin" <mst@redhat.com> wrote:

> Here are some fixes I collected in my tree.
> Please merge.
> 
> The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a:
> 
>   Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09 -0500)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
> 
> Alex Williamson (2):
>       e1000: Fix TCP checksum overflow with TSO
>       PCI: Bus number from the bridge, not the device
> 
> Michael S. Tsirkin (3):
>       tap: clear vhost_net backend on cleanup
>       tap: make set_offload a nop after netdev cleanup
>       pci: allow hotplug removal of cold-plugged devices

IMHO it's good practice to re-send patches in the pull request itself,
so that:

 1. the submitter knows his/her patches changed from state 'applied in
    maintainer's tree' to 'submitted for merging in master'

 2. you minimize the risk of merging something that wasn't sent to the
    list first

 3. people have a chance to review what you picked up, in case they didn't
Anthony Liguori Nov. 16, 2010, 2:51 p.m. UTC | #2
On 11/16/2010 07:16 AM, Michael S. Tsirkin wrote:
> Here are some fixes I collected in my tree.
> Please merge.
>
> The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a:
>
>    Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09 -0500)
>    

Pulled.  Thanks.

Regards,

Anthony Liguori

> are available in the git repository at:
>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
>
> Alex Williamson (2):
>        e1000: Fix TCP checksum overflow with TSO
>        PCI: Bus number from the bridge, not the device
>
> Michael S. Tsirkin (3):
>        tap: clear vhost_net backend on cleanup
>        tap: make set_offload a nop after netdev cleanup
>        pci: allow hotplug removal of cold-plugged devices
>
>   hw/acpi_piix4.c |   14 ++++++++++----
>   hw/e1000.c      |    5 ++++-
>   hw/pci.c        |   13 ++++++++-----
>   hw/pci.h        |   10 +++++++++-
>   hw/pcie.c       |   10 ++++++----
>   net/tap.c       |    7 ++++++-
>   6 files changed, 43 insertions(+), 16 deletions(-)
>
>
>