From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebDqd-0001Cz-8E for qemu-devel@nongnu.org; Mon, 15 Jan 2018 18:07:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebDqc-00022f-BH for qemu-devel@nongnu.org; Mon, 15 Jan 2018 18:07:23 -0500 References: <20180106153730.30313-1-hpoussin@reactos.org> <20180106153730.30313-2-hpoussin@reactos.org> From: John Snow Message-ID: Date: Mon, 15 Jan 2018 18:07:09 -0500 MIME-Version: 1.0 In-Reply-To: <20180106153730.30313-2-hpoussin@reactos.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 01/16] fdc: move object structures to header file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Herv=c3=a9_Poussineau?= , Aurelien Jarno , Yongbok Kim , "Michael S . Tsirkin" , Paolo Bonzini , qemu-devel@nongnu.org Cc: Kevin Wolf , Max Reitz , "open list:Floppy" On 01/06/2018 10:37 AM, Herv=C3=A9 Poussineau wrote: > We are now able to embed floppy controllers in another object. >=20 > Acked-by: Michael S. Tsirkin > Acked-by: Paolo Bonzini > Signed-off-by: Herv=C3=A9 Poussineau Hmm, if it's necessary to have the entire state... I'll give you the benefit of the doubt because I don't really want to construct something "better" :) Acked-by: John Snow