From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT5Y0-0006GM-5x for qemu-devel@nongnu.org; Wed, 13 Jun 2018 09:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT5Xz-0001k2-9q for qemu-devel@nongnu.org; Wed, 13 Jun 2018 09:10:48 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:59092 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fT5Xz-0001ix-5G for qemu-devel@nongnu.org; Wed, 13 Jun 2018 09:10:47 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B1FFF4077067 for ; Wed, 13 Jun 2018 13:10:46 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-117-1.ams2.redhat.com [10.36.117.1]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8AE471117633 for ; Wed, 13 Jun 2018 13:10:46 +0000 (UTC) From: Markus Armbruster Date: Wed, 13 Jun 2018 15:10:42 +0200 Message-Id: <20180613131045.17379-1-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/3] Miscellaneous patches for 2018-06-13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 2ab09bf2f9f55b9fb8d2de6eb2ba2a8570e268= e2: Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-req= uest' into staging (2018-06-12 15:34:34 +0100) are available in the Git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-06-13 for you to fetch changes up to 719a30776b94d3da8c613e5047414f483d40256d: Purge uses of banned g_assert_FOO() (2018-06-13 13:47:35 +0200) ---------------------------------------------------------------- Miscellaneous patches for 2018-06-13 ---------------------------------------------------------------- Markus Armbruster (2): Revert "Makefile: add target to print generated files" Purge uses of banned g_assert_FOO() Paolo Bonzini (1): coverity-model: replay data is considered trusted Makefile | 3 --- hw/ide/ahci.c | 2 +- hw/ppc/spapr_ovec.c | 12 ++++++------ hw/usb/dev-smartcard-reader.c | 2 +- qom/object.c | 10 +++++----- scripts/coverity-model.c | 12 ++++++++++++ util/qht.c | 2 +- 7 files changed, 26 insertions(+), 17 deletions(-) --=20 2.17.1