From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ5KH-00005b-3V for qemu-devel@nongnu.org; Wed, 04 Feb 2015 14:09:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ5KC-000308-AZ for qemu-devel@nongnu.org; Wed, 04 Feb 2015 14:09:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ5KC-0002zc-4R for qemu-devel@nongnu.org; Wed, 04 Feb 2015 14:09:20 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t14J9Ija031383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 4 Feb 2015 14:09:19 -0500 From: Alex Williamson Date: Wed, 04 Feb 2015 12:09:17 -0700 Message-ID: <20150204190814.24612.42368.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/2] vfio fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com The following changes since commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2: Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging (2015-02-03 21:37:16 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150204.0 for you to fetch changes up to 3a4dbe6aa934370a92372528c1255ee1504965ee: vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion (2015-02-04 11:45:32 -0700) ---------------------------------------------------------------- VFIO fixes: - Fix wrong initializer (Chen Fan) - Add missing object_unparent (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (1): vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion Chen Fan (1): vfio: fix wrong initialize vfio_group_list hw/vfio/common.c | 2 +- hw/vfio/pci.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)