mbox

[PULL] pci, virtio, vhost, xen

Message ID 20110717162927.GA27116@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 July 17, 2011, 4:29 p.m. UTC
The following changes since commit 89b9ba661bd2d6155308f895ec075d813f0e129b:

  Fix signal handling of SIG_IPI when io-thread is enabled (2011-07-16 19:43:00 +0000)

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

Anthony PERARD (1):
      hw/piix_pci.c: Fix PIIX3-xen to initialize ids

Michael S. Tsirkin (4):
      vhost: fix double free on device stop
      pci_ids: tweak names to match linux/pci_ids.h
      xen: move to new pci initializers
      virtio: fix indirect descriptor buffer overflow

 hw/pci_ids.h      |    3 ++-
 hw/piix_pci.c     |    3 +++
 hw/vhost.c        |    1 +
 hw/virtio.c       |    8 ++++++++
 hw/xen_platform.c |   15 +++++++--------
 5 files changed, 21 insertions(+), 9 deletions(-)

Comments

Anthony Liguori July 19, 2011, 1:01 p.m. UTC | #1
On 07/17/2011 11:29 AM, Michael S. Tsirkin wrote:
> The following changes since commit 89b9ba661bd2d6155308f895ec075d813f0e129b:
>
>    Fix signal handling of SIG_IPI when io-thread is enabled (2011-07-16 19:43:00 +0000)
>
> are available in the git repository at:
>    git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Anthony PERARD (1):
>        hw/piix_pci.c: Fix PIIX3-xen to initialize ids
>
> Michael S. Tsirkin (4):
>        vhost: fix double free on device stop
>        pci_ids: tweak names to match linux/pci_ids.h
>        xen: move to new pci initializers
>        virtio: fix indirect descriptor buffer overflow
>
>   hw/pci_ids.h      |    3 ++-
>   hw/piix_pci.c     |    3 +++
>   hw/vhost.c        |    1 +
>   hw/virtio.c       |    8 ++++++++
>   hw/xen_platform.c |   15 +++++++--------
>   5 files changed, 21 insertions(+), 9 deletions(-)
>
>