From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1XV7-0005VF-Q3 for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:40:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1XV3-0005Wy-1a for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:40:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1XV2-0005WZ-S1 for qemu-devel@nongnu.org; Wed, 25 Nov 2015 05:40:32 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 068F3A0B2B for ; Wed, 25 Nov 2015 10:40:31 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-45.ams2.redhat.com [10.36.116.45]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAPAeUsP032420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 25 Nov 2015 05:40:31 -0500 From: Markus Armbruster Date: Wed, 25 Nov 2015 11:40:24 +0100 Message-Id: <1448448029-32466-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.5 0/5] ivshmem patches for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 4b6eda626fdb8bf90472c6868d502a2ac09abe= eb: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151124' into s= taging (2015-11-24 17:05:06 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-ivshmem-2015-11-25 for you to fetch changes up to 1d649244b3695cb148dd2ae66999db0f6f9566b3: ivshmem: Rename property memdev to x-memdev for 2.5 (2015-11-25 10:24:2= 7 +0100) ---------------------------------------------------------------- ivshmem patches for 2.5 ---------------------------------------------------------------- Markus Armbruster (5): qemu-doc: Fix ivshmem example markup qemu-doc: Fix ivshmem usage example with shm=3D... tests/ivshmem-test: Supply missing initializer in get_device() ivshmem: Mark questionable socket type test FIXME ivshmem: Rename property memdev to x-memdev for 2.5 hw/misc/ivshmem.c | 9 ++++----- qemu-doc.texi | 10 +++++----- tests/ivshmem-test.c | 3 ++- 3 files changed, 11 insertions(+), 11 deletions(-) --=20 2.4.3