[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PULL 0/6] pci, pc, virtio bug fixes for 1.7
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-stable] [PULL 0/6] pci, pc, virtio bug fixes for 1.7 |
Date: |
Mon, 11 Nov 2013 18:06:07 +0200 |
The following changes since commit c2d30667760e3d7b81290d801e567d4f758825ca:
rtc: remove dead SQW IRQ code (2013-11-05 20:04:03 -0800)
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 ef9e455d645bed6d2360cd658dc00ca11a849877:
Revert "exec: limit system memory size" (2013-11-10 15:11:01 +0200)
----------------------------------------------------------------
pci, pc, virtio bug fixes
This reverts PCI master abort support - we'll want it
eventually but it exposes too many core bugs to be safe for 1.7.
This also reverts a recent exec.c change that was an
attempt to work-around some of these core bugs.
Also included are small fixes in pc and virtio,
and a core loader fix for PPC bamboo.
Signed-off-by: Michael S. Tsirkin <address@hidden>
----------------------------------------------------------------
Cole Robinson (1):
Fix pc migration from qemu <= 1.5
Jason Wang (1):
virtio-net: only delete bh that existed
Marcel Apfelbaum (1):
Revert "hw/pci: partially handle pci master abort"
Michael S. Tsirkin (3):
acpi-build: disable with -no-acpi
loader: drop return value for rom_add_blob_fixed
Revert "exec: limit system memory size"
include/hw/i386/pc.h | 16 ++++++++++++++++
include/hw/loader.h | 2 +-
include/hw/pci-host/q35.h | 1 +
include/hw/pci/pci_bus.h | 1 -
exec.c | 7 +------
hw/i386/acpi-build.c | 5 +++++
hw/net/virtio-net.c | 2 +-
hw/pci-host/piix.c | 9 ++++++++-
hw/pci-host/q35.c | 10 ++++++++--
hw/pci/pci.c | 26 --------------------------
hw/ppc/ppc440_bamboo.c | 3 ++-
11 files changed, 43 insertions(+), 39 deletions(-)
--
MST
- [Qemu-stable] [PULL 0/6] pci, pc, virtio bug fixes for 1.7,
Michael S. Tsirkin <=