mbox

[PULL] virtio, pci fixes

Message ID 20120416132156.GA13056@redhat.com
State New
Headers show

Pull-request

git://github.com/mstsirkin/qemu.git for_anthony

Message

Michael S. Tsirkin April 16, 2012, 1:21 p.m. UTC
The following changes since commit 4e1957acc854b2f3f3068c75cef2a429f9b97011:

  Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging (2012-04-10 08:21:58 -0500)

are available in the git repository at:


  git://github.com/mstsirkin/qemu.git for_anthony

for you to fetch changes up to cdde6ffc27517bdf069734fbc5693ce2b14edc75:

  pci: fix corrupted pci conf index register by unaligned write (2012-04-15 12:17:23 +0300)

----------------------------------------------------------------
virtio,pci fixes

This brings multiple virtio/pci related fixes,
they all have been on list for a while now.

acpi interface rework fixes a race where guest loses hotplug events
pc compatibility rework makes it easier to add compat properties
ivshmem,vhost,piix all got some fixes

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Alex Williamson (5):
      vhost: Fix size of dirty log sync on resize
      acpi_piix4: Disallow write to up/down PCI hotplug registers
      acpi_piix4: Fix PCI hotplug race
      acpi_piix4: Remove PCI_RMV_BASE write code
      acpi_piix4: Re-define PCI hotplug eject register read

Alexey Korolev (1):
      piix_pci: fix typo in i400FX chipset init code

Avi Kivity (1):
      pci: fix corrupted pci conf index register by unaligned write

David Gibson (1):
      virtio-pci: change virtio balloon PCI class code

Michael S. Tsirkin (4):
      pc: reduce duplication in compat machine types
      vhost: readd assert statement
      ivshmem: add missing msix calls
      acpi: explicitly account for >1 device per slot

 docs/specs/acpi_pci_hotplug.txt |   18 ++-
 hw/acpi_piix4.c                 |  134 ++++++++++--------
 hw/ivshmem.c                    |   48 +++++--
 hw/pc_piix.c                    |  293 +++++++++++----------------------------
 hw/pci_host.c                   |    3 +
 hw/piix_pci.c                   |    2 +-
 hw/vhost.c                      |   10 +-
 hw/virtio-pci.c                 |    8 +-
 8 files changed, 217 insertions(+), 299 deletions(-)

Comments

Anthony Liguori April 16, 2012, 8:14 p.m. UTC | #1
On 04/16/2012 08:21 AM, Michael S. Tsirkin wrote:
> The following changes since commit 4e1957acc854b2f3f3068c75cef2a429f9b97011:
>
>    Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging (2012-04-10 08:21:58 -0500)
>
> are available in the git repository at:
>
>
>    git://github.com/mstsirkin/qemu.git for_anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> for you to fetch changes up to cdde6ffc27517bdf069734fbc5693ce2b14edc75:
>
>    pci: fix corrupted pci conf index register by unaligned write (2012-04-15 12:17:23 +0300)
>
> ----------------------------------------------------------------
> virtio,pci fixes
>
> This brings multiple virtio/pci related fixes,
> they all have been on list for a while now.
>
> acpi interface rework fixes a race where guest loses hotplug events
> pc compatibility rework makes it easier to add compat properties
> ivshmem,vhost,piix all got some fixes
>
> Signed-off-by: Michael S. Tsirkin<mst@redhat.com>
>
> ----------------------------------------------------------------
> Alex Williamson (5):
>        vhost: Fix size of dirty log sync on resize
>        acpi_piix4: Disallow write to up/down PCI hotplug registers
>        acpi_piix4: Fix PCI hotplug race
>        acpi_piix4: Remove PCI_RMV_BASE write code
>        acpi_piix4: Re-define PCI hotplug eject register read
>
> Alexey Korolev (1):
>        piix_pci: fix typo in i400FX chipset init code
>
> Avi Kivity (1):
>        pci: fix corrupted pci conf index register by unaligned write
>
> David Gibson (1):
>        virtio-pci: change virtio balloon PCI class code
>
> Michael S. Tsirkin (4):
>        pc: reduce duplication in compat machine types
>        vhost: readd assert statement
>        ivshmem: add missing msix calls
>        acpi: explicitly account for>1 device per slot
>
>   docs/specs/acpi_pci_hotplug.txt |   18 ++-
>   hw/acpi_piix4.c                 |  134 ++++++++++--------
>   hw/ivshmem.c                    |   48 +++++--
>   hw/pc_piix.c                    |  293 +++++++++++----------------------------
>   hw/pci_host.c                   |    3 +
>   hw/piix_pci.c                   |    2 +-
>   hw/vhost.c                      |   10 +-
>   hw/virtio-pci.c                 |    8 +-
>   8 files changed, 217 insertions(+), 299 deletions(-)
>
>