From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRd7O-0000n0-5u for qemu-devel@nongnu.org; Fri, 26 Oct 2012 02:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRd7M-0006QF-OA for qemu-devel@nongnu.org; Fri, 26 Oct 2012 02:10:06 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:41839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRd7M-0006MZ-Hp for qemu-devel@nongnu.org; Fri, 26 Oct 2012 02:10:04 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so1097544dad.4 for ; Thu, 25 Oct 2012 23:10:02 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Fri, 26 Oct 2012 16:09:57 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/4] QOMify pflash_cfi0x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: vineshp@xilinx.com, peter.maydell@linaro.org, Peter Crosthwaite , john.williams@xilinx.com, pbonzini@redhat.com, edgar.iglesias@gmail.com This series QOMifies the pflash_cfi0x devices to get them working with PL35x in the least hackish way. Regression tested pflash_cfi_01 using petalogix-ml605 and pflash_cfi_02 tested using zynq. Further testing by clients of the pflash would be appreciated. Removed the PL35x and Zynq stuff in V2 to get the non controversial components up and merged. Will resend those patches when they have been reworked. Peter Crosthwaite (4): pflash_cfi0x: remove unused base field pflash_cfi01: remove unused total_len field pflash_cfi0x: QOMified pflash_cfi01: Fix debug mode printfery hw/pflash_cfi01.c | 148 +++++++++++++++++++++++++++++++++--------------- hw/pflash_cfi02.c | 162 +++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 216 insertions(+), 94 deletions(-)