From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTC0x-0006lt-FS for qemu-devel@nongnu.org; Thu, 27 Mar 2014 11:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTC0t-00065l-4D for qemu-devel@nongnu.org; Thu, 27 Mar 2014 11:14:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTC0s-00065g-SE for qemu-devel@nongnu.org; Thu, 27 Mar 2014 11:14:39 -0400 Date: Thu, 27 Mar 2014 16:00:17 +0100 From: Stefan Hajnoczi Message-ID: <20140327150017.GC394@stefanha-thinkpad.redhat.com> References: <1395923731-29066-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395923731-29066-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.0] vvfat: Fix :floppy: option to suppress partition table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, suto@ks-and-ks.ne.jp, qemu-devel@nongnu.org On Thu, Mar 27, 2014 at 01:35:31PM +0100, Markus Armbruster wrote: > Regressed in commit 7ad9be6, v1.5.0. > > Reported-by: Kiyokazu SUTO > Signed-off-by: Markus Armbruster > --- > block/vvfat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan