From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>
Cc: mst@redhat.com, aik@ozlabs.ru, armbru@redhat.com,
qemu-stable@nongnu.org, pbonzini@redhat.com, imammedo@redhat.com,
david@gibson.dropbear.id.au
Subject: [Qemu-devel] [PULL 0/6] pc,pci,virtio fixes and cleanups
Date: Mon, 2 Sep 2013 11:07:03 +0300 [thread overview]
Message-ID: <1378023590-11109-1-git-send-email-mst@redhat.com> (raw)
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(-)
next reply other threads:[~2013-09-02 8:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 8:07 Michael S. Tsirkin [this message]
2013-09-02 8:07 ` [Qemu-devel] [PULL 1/6] pci: Introduce helper to retrieve a PCI device's DMA address space Michael S. Tsirkin
2013-09-02 8:07 ` [Qemu-devel] [PULL 2/6] pc: fix regression for 64 bit PCI memory Michael S. Tsirkin
2013-09-02 8:07 ` [Qemu-devel] [PULL 3/6] pci: add config space access traces Michael S. Tsirkin
2013-09-02 8:07 ` [Qemu-devel] [PULL 4/6] hw: Clean up bogus default boot order Michael S. Tsirkin
2013-09-02 8:07 ` [Qemu-devel] [PULL 5/6] pc: reduce duplication, fix PIIX descriptions Michael S. Tsirkin
2013-09-02 8:07 ` [Qemu-devel] [PULL 6/6] virtio_pci: fix level interrupts with irqfd Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378023590-11109-1-git-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=aik@ozlabs.ru \
--cc=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=imammedo@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).