From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eF2G0-0002zo-4V for qemu-devel@nongnu.org; Wed, 15 Nov 2017 13:17:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eF2Fw-0002bl-3w for qemu-devel@nongnu.org; Wed, 15 Nov 2017 13:17:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37410) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eF2Fv-0002ay-RF for qemu-devel@nongnu.org; Wed, 15 Nov 2017 13:17:48 -0500 Date: Wed, 15 Nov 2017 20:17:41 +0200 From: "Michael S. Tsirkin" Message-ID: <1510769835-31902-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/10] pc, pci, virtio: fixes for rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit 1fa0f627d03cd0d0755924247cafeb42969016= bf: Update version for v2.11.0-rc1 release (2017-11-14 18:37:49 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to 6ed0c1c3ab0925009d15cffb944d9ccb04718846: build-sys: restrict vmcoreinfo to fw_cfg+dma capable targets (2017-11-1= 5 20:13:13 +0200) ---------------------------------------------------------------- pc, pci, virtio: fixes for rc1 A bunch of fixes all over the place. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Alexey Kardashevskiy (1): pci: Initialize pci_dev->name before use Daniel P. Berrange (2): tests: report errors when iasl exits with non-zero status test: fix detection of errors from iasl Dou Liyang (1): NUMA: Enable adding NUMA node implicitly Marc-Andr=C3=A9 Lureau (2): vmcoreinfo: put it in the 'misc' device category build-sys: restrict vmcoreinfo to fw_cfg+dma capable targets Marcel Apfelbaum (2): hw/pci-host: Fix x86 Host Bridges 64bit PCI hole hw/pcie-pci-bridge: restrict to X86 and ARM Michael S. Tsirkin (1): tests/acpi-test-data: update _CRS in DSDT linzhecheng (1): fix: unrealize virtio device if we fail to hotplug it default-configs/arm-softmmu.mak | 2 ++ default-configs/i386-softmmu.mak | 1 + default-configs/x86_64-softmmu.mak | 1 + include/hw/boards.h | 1 + include/hw/i386/pc.h | 10 ++++++++- include/hw/pci-host/q35.h | 1 + hw/i386/pc.c | 23 +++++++++++++++++++ hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + hw/misc/vmcoreinfo.c | 1 + hw/pci-host/piix.c | 32 ++++++++++++++++++++++++-- hw/pci-host/q35.c | 42 +++++++++++++++++++++++++++++= +++--- hw/pci/pci.c | 2 +- hw/virtio/virtio.c | 1 + numa.c | 21 +++++++++++++++++- tests/bios-tables-test.c | 26 ++++++++++++++++------ vl.c | 3 +-- hw/misc/Makefile.objs | 2 +- hw/pci-bridge/Makefile.objs | 4 ++-- tests/acpi-test-data/pc/DSDT | Bin 5098 -> 5144 bytes tests/acpi-test-data/pc/DSDT.bridge | Bin 6957 -> 7003 bytes tests/acpi-test-data/pc/DSDT.cphp | Bin 5561 -> 5607 bytes tests/acpi-test-data/pc/DSDT.ipmikcs | Bin 5170 -> 5216 bytes tests/acpi-test-data/pc/DSDT.memhp | Bin 6463 -> 6509 bytes tests/acpi-test-data/q35/DSDT | Bin 7782 -> 7828 bytes tests/acpi-test-data/q35/DSDT.bridge | Bin 7799 -> 7845 bytes tests/acpi-test-data/q35/DSDT.cphp | Bin 8245 -> 8291 bytes tests/acpi-test-data/q35/DSDT.ipmibt | Bin 7857 -> 7903 bytes tests/acpi-test-data/q35/DSDT.memhp | Bin 9147 -> 9193 bytes 29 files changed, 155 insertions(+), 20 deletions(-)