From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boRHC-0004f4-CV for qemu-devel@nongnu.org; Mon, 26 Sep 2016 04:28:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boRHB-0003vT-Hu for qemu-devel@nongnu.org; Mon, 26 Sep 2016 04:28:38 -0400 Date: Mon, 26 Sep 2016 10:28:27 +0200 From: Kevin Wolf Message-ID: <20160926082827.GB6093@noname.str.redhat.com> References: <1474595152-4383-1-git-send-email-jsnow@redhat.com> <3f7aa705-f78e-c14d-0de5-61cdd867a8c2@redhat.com> <2a587c9b-dd0b-1be5-973c-0defba7aa145@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a587c9b-dd0b-1be5-973c-0defba7aa145@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 0/3] block: allow flush on devices with open tray List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Max Reitz , qemu-block@nongnu.org, qemu-stable@nongnu.org, qemu-devel@nongnu.org Am 23.09.2016 um 21:38 hat John Snow geschrieben: > On 09/23/2016 11:35 AM, Max Reitz wrote: > >On 23.09.2016 03:45, John Snow wrote: > >> block/block-backend.c | 22 ---------------------- > >> block/io.c | 25 +++++++++++++++++++++++++ > >> cpus.c | 4 ++-- > >> hw/i386/xen/xen_platform.c | 2 -- > >> hw/ide/piix.c | 4 ++++ > >> include/block/block.h | 1 + > >> include/sysemu/block-backend.h | 1 - > >> 7 files changed, 32 insertions(+), 27 deletions(-) > > > >Reviewed-by: Max Reitz > > Since Fam acked this, I suppose it's for Kevin's tree? If nobody else wants the patches, I'll take them. Thanks, applied to the block branch. Kevin