From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Liu Subject: [RFC PATCH 00/11] tmem: some basic cleanup Date: Mon, 4 Nov 2013 20:40:43 +0800 Message-ID: <1383568854-30521-1-git-send-email-bob.liu@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VdJT0-000384-4h for xen-devel@lists.xenproject.org; Mon, 04 Nov 2013 12:41:14 +0000 Received: by mail-pd0-f180.google.com with SMTP id p10so6639315pdj.11 for ; Mon, 04 Nov 2013 04:41:11 -0800 (PST) List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Bob Liu , keir@xen.org, ian.campbell@citrix.com, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org There are too many typedefs and referenced once functions in tmem, perhaps the reason was tmem was designed can be ported to other hypersivor easily. But when I try to read tmem source code, some of them are not very straightforward. This patchset try to clean up them. It's only my thoughts so I tag this patchset with RFC. Bob Liu (11): tmem: cleanup: drop COMPARE_COPY_PAGE_SSE2 tmem: cleanup: drop pfp_t typedef tmem: cleanup: drop tmem_cli_mfn_t typedef tmem: cleanup: rename 'tmh_' with 'tmem_' tmem: cleanup: drop most of the typedefs tmem: cleanup: drop tmem_alloc/free_infra tmem: cleanup: drop tmem_client_t tmem: cleanup: drop useless wrap function tmem: cleanup: drop unused function 'domain_fully_allocated' tmem: cleanup: drop useless _subpage function wrap tmem: cleanup: drop unneeded functions xen/common/tmem.c | 851 ++++++++++++++++++++++---------------------- xen/common/tmem_xen.c | 171 +++------ xen/include/public/tmem.h | 3 +- xen/include/xen/tmem_xen.h | 252 ++++--------- 4 files changed, 541 insertions(+), 736 deletions(-) -- 1.7.10.4