From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYDBJ-00027y-Hf for qemu-devel@nongnu.org; Wed, 18 Mar 2015 08:34:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYDBF-0001xm-Dh for qemu-devel@nongnu.org; Wed, 18 Mar 2015 08:34:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYDBF-0001wh-6T for qemu-devel@nongnu.org; Wed, 18 Mar 2015 08:34:37 -0400 Date: Wed, 18 Mar 2015 13:34:33 +0100 From: "Michael S. Tsirkin" Message-ID: <1426682025-20844-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/8] pci, virtio bugfixes for 2.3 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 18bf9e2f379334306530cbfd44218748eceaf67d: virtio-scsi: remove empty wrapper for cmd (2015-03-11 18:24:30 +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 ce394947a75296fc10f1676932473e92aa8be11a: pcie_aer: fix comment to match pcie spec (2015-03-18 12:48:21 +0100) ---------------------------------------------------------------- pci, virtio bugfixes for 2.3 Just a bunch of bugfixes. Should be nothing remarkable here. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Chen Fan (5): pcie: correct mistaken register bit for End-End TLP Prefix Blocking aer: fix wrong check on expose aer tlp prefix log pcie_aer: fix typos in pcie_aer_inject_error comment aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register pci: fix several trivial typos in comment Jason Wang (1): virtio: validate the existence of handle_output before calling it Michael S. Tsirkin (1): pcie_aer: fix comment to match pcie spec Stefan Weil (1): virtio: Fix memory leaks reported by Coverity include/hw/pci/pci.h | 2 +- include/hw/pci/pcie_aer.h | 2 +- include/hw/pci/pcie_regs.h | 2 +- hw/9pfs/virtio-9p-local.c | 28 ++++++++-------------------- hw/pci/pcie.c | 2 +- hw/pci/pcie_aer.c | 12 ++++++------ hw/virtio/virtio.c | 3 ++- 7 files changed, 20 insertions(+), 31 deletions(-)