From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLKIK-0007bZ-5g for qemu-devel@nongnu.org; Sun, 06 Jun 2010 14:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLKII-0006SG-TB for qemu-devel@nongnu.org; Sun, 06 Jun 2010 14:10:00 -0400 Received: from dspnet.fr ([188.165.44.67]:35644) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLKII-0006RH-P0 for qemu-devel@nongnu.org; Sun, 06 Jun 2010 14:09:58 -0400 Date: Sun, 6 Jun 2010 20:09:49 +0200 From: Olivier Galibert Message-ID: <20100606180949.GA9099@dspnet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Moving a memory mapping List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I create a mmio memory mapping with cpu_register_io_memory followed by cpu_register_physical_memory. The host then twiddles a control register that changes the mapping address. How can I move the mapping to the new address? I could not find a cpu_unregister_physical_memory function or equivalent. Best, OG.