From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byxd4-0006wA-Tf for qemu-devel@nongnu.org; Tue, 25 Oct 2016 05:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byxd1-0002B5-0S for qemu-devel@nongnu.org; Tue, 25 Oct 2016 05:02:42 -0400 Date: Tue, 25 Oct 2016 11:02:24 +0200 From: Kevin Wolf Message-ID: <20161025090224.GC4695@noname.str.redhat.com> References: <1477309068-1333-1-git-send-email-kwolf@redhat.com> <4d44da4e-ef4a-d8bc-154c-fc91e96a96df@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d44da4e-ef4a-d8bc-154c-fc91e96a96df@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 0/4] fdc: Use separate qdev device for drives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, armbru@redhat.com, mreitz@redhat.com, fred.konrad@greensocs.com Am 24.10.2016 um 20:44 hat John Snow geschrieben: > On 10/24/2016 07:37 AM, Kevin Wolf wrote: > >We have been complaining for a long time about how the floppy controller and > >floppy drives are combined in a single qdev device and how this makes the > >device awkward to work with because it behaves different from all other block > >devices. > > [...] > > >Alberto Garcia (2): > > throttle: Correct access to wrong BlockBackendPublic structures > > qemu-iotests: Test I/O in a single drive from a throttling group > > > >Halil Pasic (1): > > block: improve error handling in raw_open > > > >Pino Toscano (1): > > qapi: fix memory leak in bdrv_image_info_specific_dump > > > > uhhh > > http://i.imgur.com/60YQvmg.png wtf did I do there? :-/ I'll send a new version... But if it continues like this, we'll miss the freeze... Kevin