All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] pci, virtio, net, migration
@ 2011-08-26 10:06 Michael S. Tsirkin
  2011-08-29 14:52 ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2011-08-26 10:06 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori; +Cc: jan.kiszka, yamahata, ddutile, mst

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL] pci, virtio, net, migration
  2011-08-26 10:06 [Qemu-devel] [PULL] pci, virtio, net, migration Michael S. Tsirkin
@ 2011-08-29 14:52 ` Anthony Liguori
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2011-08-29 14:52 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: jan.kiszka, ddutile, qemu-devel, yamahata

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(-)
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL] pci, virtio, net, migration
  2010-12-12 11:25 Michael S. Tsirkin
@ 2010-12-17 14:48 ` Anthony Liguori
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2010-12-17 14:48 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: qemu-devel

On 12/12/2010 05:25 AM, Michael S. Tsirkin wrote:
> The following changes since commit 962630f207a33b7de4316022884b5241e05491cd:
>
>    Pass boot device list to firmware. (2010-12-11 21:32:48 +0000)
>    

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 (1):
>        pci: make command SERR bit writable
>
> Michael S. Tsirkin (10):
>        cpus: flush all requests on each vm stop
>        migration/savevm: no need to flush requests
>        virtio-net: don't dma while vm is stopped
>        virtio-net: stop/start bh when appropriate
>        pci: untangle pci/msi dependency
>        Makefile: make msix/msi depend on CONFIG_PCI
>        pci/aer: fix error injection
>        pci/aer: fix interrupt on config write
>        pci/aer: remove dead code
>        pci/aer: factor out common code
>
> Mike Ryan (1):
>        net/sock: option to specify local address
>
>   Makefile.objs   |    3 +-
>   cpus.c          |    2 +
>   hw/pc_piix.c    |   20 ++++++++++
>   hw/pci.c        |   24 ++---------
>   hw/pci.h        |    7 ++-
>   hw/pcie.c       |    8 ++-
>   hw/pcie_aer.c   |  111 ++++++++++++++++++++++++++-----------------------------
>   hw/virtio-net.c |   69 ++++++++++++++++++++++++++--------
>   migration.c     |    2 -
>   net.c           |    4 ++
>   net/socket.c    |   52 +++++++++++++++++++------
>   qemu-options.hx |   11 ++++-
>   savevm.c        |    4 --
>   13 files changed, 195 insertions(+), 122 deletions(-)
>
>
>    

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [PULL] pci, virtio, net, migration
@ 2010-12-12 11:25 Michael S. Tsirkin
  2010-12-17 14:48 ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2010-12-12 11:25 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori

The following changes since commit 962630f207a33b7de4316022884b5241e05491cd:

  Pass boot device list to firmware. (2010-12-11 21:32:48 +0000)

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

Isaku Yamahata (1):
      pci: make command SERR bit writable

Michael S. Tsirkin (10):
      cpus: flush all requests on each vm stop
      migration/savevm: no need to flush requests
      virtio-net: don't dma while vm is stopped
      virtio-net: stop/start bh when appropriate
      pci: untangle pci/msi dependency
      Makefile: make msix/msi depend on CONFIG_PCI
      pci/aer: fix error injection
      pci/aer: fix interrupt on config write
      pci/aer: remove dead code
      pci/aer: factor out common code

Mike Ryan (1):
      net/sock: option to specify local address

 Makefile.objs   |    3 +-
 cpus.c          |    2 +
 hw/pc_piix.c    |   20 ++++++++++
 hw/pci.c        |   24 ++---------
 hw/pci.h        |    7 ++-
 hw/pcie.c       |    8 ++-
 hw/pcie_aer.c   |  111 ++++++++++++++++++++++++++-----------------------------
 hw/virtio-net.c |   69 ++++++++++++++++++++++++++--------
 migration.c     |    2 -
 net.c           |    4 ++
 net/socket.c    |   52 +++++++++++++++++++------
 qemu-options.hx |   11 ++++-
 savevm.c        |    4 --
 13 files changed, 195 insertions(+), 122 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-29 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-26 10:06 [Qemu-devel] [PULL] pci, virtio, net, migration Michael S. Tsirkin
2011-08-29 14:52 ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2010-12-12 11:25 Michael S. Tsirkin
2010-12-17 14:48 ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.