mbox

[PULL,0/6] pc,pci,virtio fixes and cleanups

Message ID 1378023590-11109-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony

Message

Michael S. Tsirkin Sept. 2, 2013, 8:07 a.m. UTC
The following changes since commit 1ae2757c6c4525c9b42f408c86818f843bad7418:

  virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table (2013-08-25 12:52:33 +0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony

for you to fetch changes up to 23fe2b3f9e7df8da53ac1bc32c6875254911d7f4:

  virtio_pci: fix level interrupts with irqfd (2013-09-01 11:15:03 +0300)

----------------------------------------------------------------
pc,pci,virtio fixes and cleanups

This includes pc and pci cleanups and enhancements,
and a virtio bugfix for level interrupts.

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

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      pci: Introduce helper to retrieve a PCI device's DMA address space
      pci: add config space access traces

Markus Armbruster (1):
      hw: Clean up bogus default boot order

Michael S. Tsirkin (3):
      pc: fix regression for 64 bit PCI memory
      pc: reduce duplication, fix PIIX descriptions
      virtio_pci: fix level interrupts with irqfd

 include/hw/boards.h                      |  7 +--
 include/hw/i386/pc.h                     | 19 ++++++-
 include/hw/pci/pci.h                     |  1 +
 hw/alpha/dp264.c                         |  1 -
 hw/arm/collie.c                          |  1 -
 hw/arm/exynos4_boards.c                  |  2 -
 hw/arm/gumstix.c                         |  2 -
 hw/arm/highbank.c                        |  2 -
 hw/arm/integratorcp.c                    |  1 -
 hw/arm/kzm.c                             |  1 -
 hw/arm/mainstone.c                       |  1 -
 hw/arm/musicpal.c                        |  1 -
 hw/arm/nseries.c                         |  6 +--
 hw/arm/omap_sx1.c                        |  2 -
 hw/arm/palm.c                            |  1 -
 hw/arm/realview.c                        |  4 --
 hw/arm/spitz.c                           |  4 --
 hw/arm/stellaris.c                       |  2 -
 hw/arm/tosa.c                            |  1 -
 hw/arm/versatilepb.c                     |  2 -
 hw/arm/vexpress.c                        |  2 -
 hw/arm/xilinx_zynq.c                     |  1 -
 hw/arm/z2.c                              |  1 -
 hw/core/null-machine.c                   |  1 -
 hw/cris/axis_dev88.c                     |  1 -
 hw/i386/pc_piix.c                        | 88 +++++++++++++-------------------
 hw/i386/pc_q35.c                         | 27 +++++-----
 hw/i386/xen_machine_pv.c                 |  1 -
 hw/lm32/lm32_boards.c                    |  2 -
 hw/lm32/milkymist.c                      |  1 -
 hw/m68k/an5206.c                         |  1 -
 hw/m68k/dummy_m68k.c                     |  1 -
 hw/m68k/mcf5208.c                        |  1 -
 hw/microblaze/petalogix_ml605_mmu.c      |  1 -
 hw/microblaze/petalogix_s3adsp1800_mmu.c |  1 -
 hw/mips/mips_fulong2e.c                  |  1 -
 hw/mips/mips_jazz.c                      |  2 -
 hw/mips/mips_malta.c                     |  1 -
 hw/mips/mips_mipssim.c                   |  1 -
 hw/mips/mips_r4k.c                       |  1 -
 hw/openrisc/openrisc_sim.c               |  1 -
 hw/pci-host/piix.c                       |  9 ++--
 hw/pci-host/q35.c                        |  8 +--
 hw/pci/pci.c                             | 24 ++++++---
 hw/pci/pci_host.c                        | 11 +++-
 hw/ppc/e500plat.c                        |  1 -
 hw/ppc/mac_newworld.c                    |  4 +-
 hw/ppc/mac_oldworld.c                    |  4 +-
 hw/ppc/mpc8544ds.c                       |  1 -
 hw/ppc/ppc405_boards.c                   |  2 -
 hw/ppc/ppc440_bamboo.c                   |  1 -
 hw/ppc/prep.c                            |  4 +-
 hw/ppc/spapr.c                           |  4 +-
 hw/ppc/virtex_ml507.c                    |  1 -
 hw/s390x/s390-virtio-ccw.c               |  1 -
 hw/s390x/s390-virtio.c                   |  1 -
 hw/sh4/r2d.c                             |  1 -
 hw/sh4/shix.c                            |  1 -
 hw/sparc/leon3.c                         |  1 -
 hw/sparc/sun4m.c                         | 22 ++++----
 hw/sparc64/sun4u.c                       | 10 ++--
 hw/unicore32/puv3.c                      |  1 -
 hw/virtio/virtio-pci.c                   |  3 +-
 hw/xtensa/xtensa_lx60.c                  |  2 -
 hw/xtensa/xtensa_sim.c                   |  1 -
 vl.c                                     |  4 +-
 trace-events                             |  4 ++
 67 files changed, 144 insertions(+), 180 deletions(-)