From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBTR-0000nP-A6 for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbBTN-0005nC-7r for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBTM-0005my-TZ for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:45 -0500 From: Avi Kivity Date: Thu, 15 Dec 2011 15:35:29 +0200 Message-Id: <1323956131-471-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/exec-obsolete Avi Kivity (2): etraxfs_eth: drop bogus cpu_unregister_io_memory() memory: move obsolete exec.c functions to a private header cpu-common.h | 36 ----------------------------- exec-obsolete.h | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ exec.c | 3 ++ hw/etraxfs_eth.c | 3 -- memory.c | 3 ++ 5 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 exec-obsolete.h -- 1.7.7.1