[Xen-devel] [PATCH 0/4] xen/x86: Rework inclusion between struct pirq and

Julien Grall posted 4 patches 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200113213342.8206-1-julien@xen.org
xen/arch/arm/irq.c            |  5 +++++
xen/arch/x86/hvm/irq.c        |  7 ++++---
xen/arch/x86/irq.c            | 39 ++++++++++++++++++++++++-----------
xen/common/domain.c           |  7 +------
xen/drivers/char/ehci-dbgp.c  |  1 +
xen/drivers/passthrough/io.c  |  1 +
xen/include/asm-x86/hvm/irq.h | 19 +++++++++++++++++
xen/include/asm-x86/irq.h     | 20 +++---------------
xen/include/xen/domain.h      |  5 +++--
9 files changed, 64 insertions(+), 40 deletions(-)
[Xen-devel] [PATCH 0/4] xen/x86: Rework inclusion between struct pirq and
Posted by Julien Grall 4 years, 3 months ago
Hi all,

The main goal of this series is to make easier to understand and use
struct pirq. Patch #1 and #3 are cleanups.

Cheers,

Julien Grall (4):
  xen/x86: Remove unused forward declaration in asm-x86/irq.h
  xen/char: ehci: Directly include xen/timer.h rather rely on dependency
  xen/domain: Remove #ifndef surrounding alloc_pirq_struct()
  xen/x86: Rework inclusion between struct pirq and struct hvm_pirq_dpci

 xen/arch/arm/irq.c            |  5 +++++
 xen/arch/x86/hvm/irq.c        |  7 ++++---
 xen/arch/x86/irq.c            | 39 ++++++++++++++++++++++++-----------
 xen/common/domain.c           |  7 +------
 xen/drivers/char/ehci-dbgp.c  |  1 +
 xen/drivers/passthrough/io.c  |  1 +
 xen/include/asm-x86/hvm/irq.h | 19 +++++++++++++++++
 xen/include/asm-x86/irq.h     | 20 +++---------------
 xen/include/xen/domain.h      |  5 +++--
 9 files changed, 64 insertions(+), 40 deletions(-)

-- 
2.24.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel