mbox

[PULL] pci, virtio, net, migration

Message ID 20110826100636.GA7166@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 Aug. 26, 2011, 10:06 a.m. UTC
The following changes since commit e8906f3529a452276375ab8e7b8598751bc33b01:

  PPC: E500: Set ESR values (2011-08-23 22:24:40 +0200)

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

Isaku Yamahata (2):
      pcie/slot: fix hotplug event
      pcie/aer: fix inject aer error command

Jan Kiszka (1):
      pci: Error on PCI capability collisions

Michael S. Tsirkin (1):
      vhost-net: cleanup host notifiers at last step

 hw/pci.c       |   38 ++++++++++++++++++++++++++++
 hw/pcie.c      |   12 +++++++++
 hw/pcie_aer.c  |    9 ++++---
 hw/vhost.c     |   74 +++++++++++++++++++++++++++++++++++++++++--------------
 hw/vhost.h     |    2 +
 hw/vhost_net.c |   16 ++++++++++--
 6 files changed, 125 insertions(+), 26 deletions(-)

Comments

Anthony Liguori Aug. 29, 2011, 2:52 p.m. UTC | #1
On 08/26/2011 05:06 AM, Michael S. Tsirkin wrote:
> The following changes since commit e8906f3529a452276375ab8e7b8598751bc33b01:
>
>    PPC: E500: Set ESR values (2011-08-23 22:24:40 +0200)

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
>
> Isaku Yamahata (2):
>        pcie/slot: fix hotplug event
>        pcie/aer: fix inject aer error command
>
> Jan Kiszka (1):
>        pci: Error on PCI capability collisions
>
> Michael S. Tsirkin (1):
>        vhost-net: cleanup host notifiers at last step
>
>   hw/pci.c       |   38 ++++++++++++++++++++++++++++
>   hw/pcie.c      |   12 +++++++++
>   hw/pcie_aer.c  |    9 ++++---
>   hw/vhost.c     |   74 +++++++++++++++++++++++++++++++++++++++++--------------
>   hw/vhost.h     |    2 +
>   hw/vhost_net.c |   16 ++++++++++--
>   6 files changed, 125 insertions(+), 26 deletions(-)
>
>