From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:32920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDXEs-00057C-VZ for qemu-devel@nongnu.org; Mon, 08 Apr 2019 12:35:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDXEq-0005yJ-Vg for qemu-devel@nongnu.org; Mon, 08 Apr 2019 12:35:18 -0400 From: Kevin Wolf Date: Mon, 8 Apr 2019 18:34:37 +0200 Message-Id: <20190408163439.18818-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/2] Block layer patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org The following changes since commit f55a585d1037e5de6088f25e75443c2776786e= 29: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2019-04-07 14:54:55 +0100) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to ab63817119b03b95f7dce6fae036e6d063ad63fb: hmp: Fix drive_add ... format=3Dhelp crash (2019-04-08 17:42:06 +0200) ---------------------------------------------------------------- Block layer patches: - hmp: Fix drive_add ... format=3Dhelp crash - block: Forward 'discard' to temporary overlay ---------------------------------------------------------------- Kevin Wolf (1): block: Forward 'discard' to temporary overlay Markus Armbruster (1): hmp: Fix drive_add ... format=3Dhelp crash block.c | 3 ++- device-hotplug.c | 2 +- tests/test-hmp.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D58F7C10F14 for ; Mon, 8 Apr 2019 16:37:03 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AAA612087F for ; Mon, 8 Apr 2019 16:37:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AAA612087F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:56047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDXGY-0006DC-Va for qemu-devel@archiver.kernel.org; Mon, 08 Apr 2019 12:37:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDXEs-00057C-VZ for qemu-devel@nongnu.org; Mon, 08 Apr 2019 12:35:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDXEq-0005yJ-Vg for qemu-devel@nongnu.org; Mon, 08 Apr 2019 12:35:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38588) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDXEk-0005v5-W1; Mon, 08 Apr 2019 12:35:11 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6D1AD85550; Mon, 8 Apr 2019 16:35:09 +0000 (UTC) Received: from linux.fritz.box.com (ovpn-117-165.ams2.redhat.com [10.36.117.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id 602FC1001DDA; Mon, 8 Apr 2019 16:35:08 +0000 (UTC) From: Kevin Wolf To: qemu-block@nongnu.org Date: Mon, 8 Apr 2019 18:34:37 +0200 Message-Id: <20190408163439.18818-1-kwolf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Mon, 08 Apr 2019 16:35:09 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 0/2] Block layer patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190408163437.5HKK-S7XYIvkIl58ytcE1hp8UOo-QMfW5wr8pKco_-U@z> The following changes since commit f55a585d1037e5de6088f25e75443c2776786e= 29: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (2019-04-07 14:54:55 +0100) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to ab63817119b03b95f7dce6fae036e6d063ad63fb: hmp: Fix drive_add ... format=3Dhelp crash (2019-04-08 17:42:06 +0200) ---------------------------------------------------------------- Block layer patches: - hmp: Fix drive_add ... format=3Dhelp crash - block: Forward 'discard' to temporary overlay ---------------------------------------------------------------- Kevin Wolf (1): block: Forward 'discard' to temporary overlay Markus Armbruster (1): hmp: Fix drive_add ... format=3Dhelp crash block.c | 3 ++- device-hotplug.c | 2 +- tests/test-hmp.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-)