From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd4AC-0006H9-9s for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:11:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd4A8-0001pQ-7t for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:11:44 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:33834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd4A8-0001pG-1U for qemu-devel@nongnu.org; Tue, 20 Dec 2011 13:11:40 -0500 From: Peter Maydell Date: Tue, 20 Dec 2011 18:11:30 +0000 Message-Id: <1324404696-31368-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/6] omap1: Separate omap1 subdevices from omap_mpu_state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Juha=20Riihim=C3=A4ki?= , Riku Voipio , patches@linaro.org This patchset is some minor cleanup which pulls out the data fields of omap_mpu_state which are really specific to the omap1 into their own structures in omap1.c. (At some point they can then be converted fully into qdev devices I guess.) There's also a couple of trivial cleanups from me in there. Juha Riihimäki (4): hw/omap1.c: Separate PWL from omap_mpu_state hw/omap1.c: Separate PWT from omap_mpu_state hw/omap1.c: Separate dpll_ctl from omap_mpu_state hw/omap1.c: Separate clkm from omap_mpu_state Peter Maydell (2): hw/omap1.c: omap_mpuio_init() need not be public hw/omap1.c: Drop unused includes hw/omap.h | 44 +--------- hw/omap1.c | 278 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 165 insertions(+), 157 deletions(-)