From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTbfm-0008Io-Tb for qemu-devel@nongnu.org; Thu, 24 Nov 2011 10:57:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTbfl-0007OJ-R8 for qemu-devel@nongnu.org; Thu, 24 Nov 2011 10:57:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTbfl-0007O5-KC for qemu-devel@nongnu.org; Thu, 24 Nov 2011 10:57:13 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAOFvCjQ013684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 24 Nov 2011 10:57:12 -0500 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pAOFvBwR006471 for ; Thu, 24 Nov 2011 10:57:12 -0500 From: Avi Kivity Date: Thu, 24 Nov 2011 17:56:59 +0200 Message-Id: <1322150222-12869-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] omap l4 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following three patches are part of the memory API conversion queue; while I don't think there's anything contentious in there, it's not the usual convert-to-memory-API fare. The patches remove a bunch of dead code that has not been in use for more than three years, so they should be quite safe. Avi Kivity (3): omap: remove L4_MUX_HACK omap: eliminate l4_register_io_memory omap_l4: add memory API variant of omap_l4_attach() hw/omap.h | 12 ++-- hw/omap2.c | 14 ++-- hw/omap_dss.c | 16 +++--- hw/omap_gptimer.c | 4 +- hw/omap_i2c.c | 4 +- hw/omap_l4.c | 159 ++++++++++----------------------------------------- hw/omap_mmc.c | 4 +- hw/omap_spi.c | 4 +- hw/omap_synctimer.c | 5 +- hw/omap_tap.c | 5 +- 10 files changed, 65 insertions(+), 162 deletions(-) -- 1.7.7.1