[PATCH 0/5] xen: various function pointer cleanups

Andrew Cooper posted 5 patches 2 years, 5 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20211111175740.23480-1-andrew.cooper3@citrix.com
xen/arch/arm/bootfdt.c   |  9 ++++-
xen/arch/arm/io.c        |  9 ++++-
xen/arch/x86/io_apic.c   | 30 +++++++++++-----
xen/common/domain.c      | 93 ++++++++++++++++++++++++++++--------------------
xen/common/wait.c        | 19 +++++-----
xen/include/xen/domain.h |  1 -
xen/include/xen/sched.h  | 15 +++-----
xen/include/xen/sort.h   | 55 +++++++++++++++++++++++++++-
xen/lib/sort.c           | 80 ++---------------------------------------
9 files changed, 162 insertions(+), 149 deletions(-)
[PATCH 0/5] xen: various function pointer cleanups
Posted by Andrew Cooper 2 years, 5 months ago
Passing CI runs:
  https://cirrus-ci.com/build/6095362789212160
  https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/407123417

Andrew Cooper (5):
  xen/domain: Remove function pointers from domain pause helpers
  xen/domain: Improve pirq handling
  xen/sort: Switch to an extern inline implementation
  xen/wait: Remove indirect jump
  x86/ioapic: Drop function pointers from __ioapic_{read,write}_entry()

 xen/arch/arm/bootfdt.c   |  9 ++++-
 xen/arch/arm/io.c        |  9 ++++-
 xen/arch/x86/io_apic.c   | 30 +++++++++++-----
 xen/common/domain.c      | 93 ++++++++++++++++++++++++++++--------------------
 xen/common/wait.c        | 19 +++++-----
 xen/include/xen/domain.h |  1 -
 xen/include/xen/sched.h  | 15 +++-----
 xen/include/xen/sort.h   | 55 +++++++++++++++++++++++++++-
 xen/lib/sort.c           | 80 ++---------------------------------------
 9 files changed, 162 insertions(+), 149 deletions(-)

-- 
2.11.0