From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxzH-0008SS-Js for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZxzE-0004Tx-DP for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:17:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxzE-0004Tr-8J for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:17:44 -0400 Date: Thu, 10 Sep 2015 12:17:41 +0300 From: "Michael S. Tsirkin" Message-ID: <1441876643-7467-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/7] virtio,pc,acpi fixes, cleanups 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 fc04a730b7e60f4a62d6260d4eb9c537d1d3643f: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150908' into staging (2015-09-08 18:02:36 +0100) 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 0f288f854b96f56247e38f4207f71647133f0184: hw/pci: fix pci_update_mappings() trace events (2015-09-10 12:15:30 +0300) ---------------------------------------------------------------- virtio,pc,acpi fixes, cleanups Fixes all over the place. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Benjamin Herrenschmidt (1): pci: Fix pci_device_iommu_address_space() bus propagation Cornelia Huck (1): virtio: avoid leading underscores for helpers Eduardo Habkost (1): pc: Remove redundant arguments from xen_hvm_init() Igor Mammedov (2): pc: memhotplug: fix incorrectly set reserved-memory-end pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines Laszlo Ersek (1): hw/pci: fix pci_update_mappings() trace events Richard W.M. Jones (1): acpi: Remove unused definition. include/hw/acpi/aml-build.h | 1 - include/hw/i386/pc.h | 1 + include/hw/virtio/virtio-access.h | 2 +- include/hw/virtio/virtio.h | 11 ++++++----- include/hw/xen/xen.h | 4 ++-- hw/block/virtio-blk.c | 7 ++++--- hw/char/virtio-serial-bus.c | 2 +- hw/i386/pc.c | 8 +++++++- hw/i386/pc_piix.c | 6 +++--- hw/i386/pc_q35.c | 6 +++--- hw/net/vhost_net.c | 2 +- hw/net/virtio-net.c | 31 ++++++++++++++++--------------- hw/pci/pci.c | 17 +++++++---------- hw/scsi/virtio-scsi.c | 8 ++++---- hw/virtio/dataplane/vring.c | 10 +++++----- hw/virtio/vhost.c | 4 ++-- hw/virtio/virtio-balloon.c | 2 +- hw/virtio/virtio.c | 14 +++++++------- xen-hvm-stub.c | 3 +-- xen-hvm.c | 25 ++++++++++++------------- trace-events | 4 ++-- 21 files changed, 86 insertions(+), 82 deletions(-)