All of lore.kernel.org
 help / color / mirror / Atom feed
From: Federico Serafini <federico.serafini@bugseng.com>
To: xen-devel@lists.xenproject.org
Cc: consulting@bugseng.com,
	"Federico Serafini" <federico.serafini@bugseng.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>, "Wei Liu" <wl@xen.org>,
	"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [XEN PATCH v2 0/5] xen: add parameter names and remove function declarations
Date: Thu,  7 Dec 2023 09:47:49 +0100	[thread overview]
Message-ID: <cover.1701936906.git.federico.serafini@bugseng.com> (raw)

This patch series adds the missing parameter names and remove useless function
declarations. No functional changes are introduced.

Federico Serafini (5):
  x86/acpi: remove acpi_pic_sci_set_trigger()
  xen/acpi: address violations of MISRA C:2012 Rule 8.2
  x86/mm: remove compat_subarch_memory_op()
  x86/mm: address violations of MISRA C:2012 Rule 8.2
  AMD/IOMMU: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/acpi.h           |  1 -
 xen/arch/x86/include/asm/mm.h             | 19 +++++++++---------
 xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
 xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
 xen/include/acpi/apei.h                   |  5 +++--
 xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
 xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
 7 files changed, 45 insertions(+), 39 deletions(-)

-- 
2.34.1



             reply	other threads:[~2023-12-07  8:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07  8:47 Federico Serafini [this message]
2023-12-07  8:47 ` [XEN PATCH v2 1/5] x86/acpi: remove acpi_pic_sci_set_trigger() Federico Serafini
2023-12-07  9:19   ` Jan Beulich
2023-12-07 10:09     ` Federico Serafini
2023-12-07 10:42       ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 2/5] xen/acpi: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-08  0:43   ` Stefano Stabellini
2023-12-11 13:20     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 3/5] x86/mm: remove compat_subarch_memory_op() Federico Serafini
2023-12-08  0:34   ` Stefano Stabellini
2023-12-11 13:21     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 4/5] x86/mm: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-08  0:40   ` Stefano Stabellini
2023-12-11 13:21     ` Jan Beulich
2023-12-07  8:47 ` [XEN PATCH v2 5/5] AMD/IOMMU: " Federico Serafini
2023-12-08  0:39   ` Stefano Stabellini
2023-12-11 13:24     ` Jan Beulich

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=cover.1701936906.git.federico.serafini@bugseng.com \
    --to=federico.serafini@bugseng.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=consulting@bugseng.com \
    --cc=jbeulich@suse.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=wl@xen.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.