From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWjeo-0004a6-Js for qemu-devel@nongnu.org; Mon, 08 Aug 2016 08:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWjej-0002aU-Iq for qemu-devel@nongnu.org; Mon, 08 Aug 2016 08:27:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWjej-0002aO-Cu for qemu-devel@nongnu.org; Mon, 08 Aug 2016 08:27:45 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E299237E61 for ; Mon, 8 Aug 2016 12:27:44 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u78CRh5H018439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 8 Aug 2016 08:27:44 -0400 From: Markus Armbruster Date: Mon, 8 Aug 2016 14:27:40 +0200 Message-Id: <1470659262-18351-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.7 0/2] Monitor patches for 2016-08-08 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit cbda16c010a2e1e7cd6e5441cef87663fbe1ef= 75: Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160808= ' into staging (2016-08-08 11:32:01 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2016-08-08 for you to fetch changes up to a384c205acaa4b6fe6d4d392af47b49b2c448eb4: audio: clean up before monitor clean up (2016-08-08 14:17:00 +0200) ---------------------------------------------------------------- Monitor patches for 2016-08-08 ---------------------------------------------------------------- Marc-Andr=C3=A9 Lureau (2): monitor: fix crash when leaving qemu with spice audio audio: clean up before monitor clean up audio/audio.c | 26 ++++++++++++++++++-------- audio/audio.h | 3 +++ audio/coreaudio.c | 12 ++---------- include/monitor/monitor.h | 1 + monitor.c | 20 ++++++++++++++++++++ vl.c | 2 ++ 6 files changed, 46 insertions(+), 18 deletions(-) Marc-Andr=C3=A9 Lureau (2): monitor: fix crash when leaving qemu with spice audio audio: clean up before monitor clean up audio/audio.c | 26 ++++++++++++++++++-------- audio/audio.h | 3 +++ audio/coreaudio.c | 12 ++---------- include/monitor/monitor.h | 1 + monitor.c | 20 ++++++++++++++++++++ vl.c | 2 ++ 6 files changed, 46 insertions(+), 18 deletions(-) --=20 2.5.5