All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v6 0/2] xen/arm: Consolidate make_timer_node and make_timer_domU_node
@ 2019-08-05 11:43 Viktor Mitin
  2019-08-05 11:43 ` [Xen-devel] [PATCH v6 1/2] xen/arm: extend fdt_property_interrupts to support DomU Viktor Mitin
  2019-08-05 11:43 ` [Xen-devel] [PATCH v6 2/2] xen/arm: consolidate make_timer_node and make_timer_domU_node Viktor Mitin
  0 siblings, 2 replies; 5+ messages in thread
From: Viktor Mitin @ 2019-08-05 11:43 UTC (permalink / raw)
  To: xen-devel; +Cc: Viktor Mitin

Functions make_timer_node and make_timer_domU_node are quite similar,
so it is better to consolidate them to avoid discrepancy.

This patch series achives this goal in two steps:
- Extend fdt_property_interrupts to deal with other domain than the hwdom.
- Consolidate make_timer_node and make_timer_domU_node into one function:
  make_timer_node(const struct kernel_info *kinfo)

Viktor Mitin (2):
  xen/arm: extend fdt_property_interrupts to support DomU
  xen/arm: consolidate make_timer_node and make_timer_domU_node

 xen/arch/arm/domain_build.c | 122 ++++++++++++++----------------------
 1 file changed, 48 insertions(+), 74 deletions(-)

-- 
2.17.1


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-06 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-05 11:43 [Xen-devel] [PATCH v6 0/2] xen/arm: Consolidate make_timer_node and make_timer_domU_node Viktor Mitin
2019-08-05 11:43 ` [Xen-devel] [PATCH v6 1/2] xen/arm: extend fdt_property_interrupts to support DomU Viktor Mitin
2019-08-06 14:06   ` Volodymyr Babchuk
2019-08-05 11:43 ` [Xen-devel] [PATCH v6 2/2] xen/arm: consolidate make_timer_node and make_timer_domU_node Viktor Mitin
2019-08-06 14:12   ` Volodymyr Babchuk

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.