From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzBCE-0001pt-Bl for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzBCD-0000cE-DO for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:36:58 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:50890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzBCD-0000c7-5Z for qemu-devel@nongnu.org; Thu, 01 Sep 2011 13:36:57 -0400 From: Peter Maydell Date: Thu, 1 Sep 2011 18:36:51 +0100 Message-Id: <1314898613-2066-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] versatile: cleanups to remove use of sysbus_mmio_init_cb2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Avi Kivity , patches@linaro.org A couple of patches which do some cleanup work to versatile devices following the recent MemoryRegion conversion. These both remove uses of sysbus_mmio_init_cb2(), which strikes me as kind of ugly and worth avoiding. (After these two patches it will be used by only sh_pci.c and ppce500_pci.c...) Peter Maydell (2): hw/arm11mpcore: Clean up to avoid using sysbus_mmio_init_cb2 hw/versatile_pci: Expose multiple sysbus mmio regions hw/arm11mpcore.c | 13 +------------ hw/realview.c | 12 ++++++++++-- hw/versatile_pci.c | 42 ++++++++---------------------------------- hw/versatilepb.c | 12 ++++++++++-- 4 files changed, 29 insertions(+), 50 deletions(-)