All of lore.kernel.org
 help / color / mirror / Atom feed
From: boris.ostrovsky@oracle.com
To: Juergen Gross <jgross@suse.com>,
	linux-kernel@vger.kernel.org, x86@kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	xen-devel@lists.xenproject.org,
	Stefano Stabellini <sstabellini@kernel.org>,
	Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Subject: Re: [PATCH 0/2] x86/xen: cleanup of xen private headers
Date: Thu, 11 Jul 2024 09:33:32 -0400	[thread overview]
Message-ID: <ea005c78-20f9-4792-b59a-844fe6f7ca4e@oracle.com> (raw)
In-Reply-To: <20240710093718.14552-1-jgross@suse.com>


On 7/10/24 5:37 AM, Juergen Gross wrote:
> Cleanup the private header files in arch/x86/xen by merging them into
> one file and by removing unneeded stuff.
>
> Juergen Gross (2):
>    x86/xen: make some functions static
>    x86/xen: eliminate some private header files
>
>   arch/x86/xen/apic.c          |   2 -
>   arch/x86/xen/debugfs.c       |   2 +-
>   arch/x86/xen/debugfs.h       |   7 --
>   arch/x86/xen/enlighten.c     |   2 -
>   arch/x86/xen/enlighten_hvm.c |   2 -
>   arch/x86/xen/enlighten_pv.c  |   4 -
>   arch/x86/xen/mmu.c           |   3 +-
>   arch/x86/xen/mmu.h           |  28 -------
>   arch/x86/xen/mmu_hvm.c       |   2 +-
>   arch/x86/xen/mmu_pv.c        |  15 ++--
>   arch/x86/xen/multicalls.c    |   3 +-
>   arch/x86/xen/multicalls.h    |  69 ----------------
>   arch/x86/xen/p2m.c           |   2 -
>   arch/x86/xen/pmu.c           |   1 -
>   arch/x86/xen/pmu.h           |  22 ------
>   arch/x86/xen/setup.c         |   1 -
>   arch/x86/xen/smp.c           |   1 -
>   arch/x86/xen/smp.h           |  51 ------------
>   arch/x86/xen/smp_hvm.c       |   2 -
>   arch/x86/xen/smp_pv.c        |   3 -
>   arch/x86/xen/suspend.c       |   2 -
>   arch/x86/xen/xen-ops.h       | 148 ++++++++++++++++++++++++++++++++++-
>   include/xen/events.h         |   2 +
>   23 files changed, 158 insertions(+), 216 deletions(-)
>   delete mode 100644 arch/x86/xen/debugfs.h
>   delete mode 100644 arch/x86/xen/mmu.h
>   delete mode 100644 arch/x86/xen/multicalls.h
>   delete mode 100644 arch/x86/xen/pmu.h
>   delete mode 100644 arch/x86/xen/smp.h


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>



      parent reply	other threads:[~2024-07-11 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10  9:37 [PATCH 0/2] x86/xen: cleanup of xen private headers Juergen Gross
2024-07-10  9:37 ` [PATCH 1/2] x86/xen: make some functions static Juergen Gross
2024-07-10  9:37 ` [PATCH 2/2] x86/xen: eliminate some private header files Juergen Gross
2024-07-11 13:33 ` boris.ostrovsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea005c78-20f9-4792-b59a-844fe6f7ca4e@oracle.com \
    --to=boris.ostrovsky@oracle.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=jgross@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=oleksandr_tyshchenko@epam.com \
    --cc=sstabellini@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.