All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Fix gcov build
@ 2016-08-31 15:26 Wei Liu
  2016-08-31 15:26 ` [PATCH v2 1/4] arm: acpi/boot.c is only used during initialisation Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Wei Liu @ 2016-08-31 15:26 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu

A small series to fix gcov build for both x86 and arm.

Wei Liu (4):
  arm: acpi/boot.c is only used during initialisation
  arm64: use "b" to branch to start_xen
  xen: fix gcov compilation
  xen: add a gcov Kconfig option

 Config.mk                  | 3 ---
 xen/Kconfig.debug          | 5 +++++
 xen/Rules.mk               | 4 +++-
 xen/arch/arm/acpi/Makefile | 2 +-
 xen/arch/arm/acpi/boot.c   | 2 +-
 xen/arch/arm/arm64/head.S  | 4 +++-
 xen/arch/x86/efi/Makefile  | 1 +
 xen/common/Makefile        | 2 +-
 8 files changed, 15 insertions(+), 8 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2016-08-31 16:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 15:26 [PATCH v2 0/4] Fix gcov build Wei Liu
2016-08-31 15:26 ` [PATCH v2 1/4] arm: acpi/boot.c is only used during initialisation Wei Liu
2016-08-31 15:26 ` [PATCH v2 2/4] arm64: use "b" to branch to start_xen Wei Liu
2016-08-31 15:26 ` [PATCH v2 3/4] xen: fix gcov compilation Wei Liu
2016-08-31 15:29   ` Ian Jackson
2016-08-31 15:26 ` [PATCH v2 4/4] xen: add a gcov Kconfig option Wei Liu
2016-08-31 15:56 ` [PATCH v2 0/4] Fix gcov build Wei Liu

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.