From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2doQ-0005KX-MV for qemu-devel@nongnu.org; Fri, 26 Jul 2013 04:55:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2doP-0000BI-7I for qemu-devel@nongnu.org; Fri, 26 Jul 2013 04:55:46 -0400 Received: from [222.73.24.84] (port=20679 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2doO-0000BD-SG for qemu-devel@nongnu.org; Fri, 26 Jul 2013 04:55:45 -0400 Date: Fri, 26 Jul 2013 16:54:35 +0800 From: Hu Tao Message-ID: <20130726085435.GE22195@localhost.localdomain> References: <1374655591-30796-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 In-Reply-To: <1374655591-30796-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH qom-next for-1.6] onenand: QOM'ify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On Wed, Jul 24, 2013 at 10:46:31AM +0200, Andreas F=C3=A4rber wrote: > Signed-off-by: Andreas F=C3=A4rber > --- > hw/block/onenand.c | 30 ++++++++++++++++++++---------- > 1 file changed, 20 insertions(+), 10 deletions(-) Reviewed-by: Hu Tao =