All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mini-os: test and document config variations
@ 2016-09-02  8:56 Juergen Gross
  2016-09-02  8:56 ` [PATCH 1/3] mini-os: fix builds with uncommon config settings Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Juergen Gross @ 2016-09-02  8:56 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: Juergen Gross, samuel.thibault, wei.liu2

Add a "testbuild" target to Makefile which builds various configurations.
Repair some minor issues uncovered by those test builds.
Document the config framework.

Juergen Gross (3):
  mini-os: fix builds with uncommon config settings
  mini-os: add testbuild target to Makefile
  mini-os: update README to reflect recent changes

 Makefile                      | 10 ++++++++++
 README                        | 31 +++++++++++++++++++++++++++++++
 arch/x86/arch.mk              |  2 ++
 arch/x86/testbuild/all-no     | 18 ++++++++++++++++++
 arch/x86/testbuild/all-yes    | 19 +++++++++++++++++++
 arch/x86/testbuild/balloon    |  2 ++
 arch/x86/testbuild/newxen     |  1 +
 arch/x86/testbuild/newxen-yes | 20 ++++++++++++++++++++
 arch/x86/testbuild/std        |  0
 include/x86/os.h              |  5 +++++
 include/xenbus.h              |  6 ++++--
 11 files changed, 112 insertions(+), 2 deletions(-)
 create mode 100644 arch/x86/testbuild/all-no
 create mode 100644 arch/x86/testbuild/all-yes
 create mode 100644 arch/x86/testbuild/balloon
 create mode 100644 arch/x86/testbuild/newxen
 create mode 100644 arch/x86/testbuild/newxen-yes
 create mode 100644 arch/x86/testbuild/std

-- 
2.6.6


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

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

end of thread, other threads:[~2016-09-05 11:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02  8:56 [PATCH 0/3] mini-os: test and document config variations Juergen Gross
2016-09-02  8:56 ` [PATCH 1/3] mini-os: fix builds with uncommon config settings Juergen Gross
2016-09-03  0:38   ` Samuel Thibault
2016-09-02  8:56 ` [PATCH 2/3] mini-os: add testbuild target to Makefile Juergen Gross
2016-09-03  0:41   ` Samuel Thibault
2016-09-05  6:12     ` Juergen Gross
2016-09-02  8:56 ` [PATCH 3/3] mini-os: update README to reflect recent changes Juergen Gross
2016-09-03  0:43   ` Samuel Thibault
2016-09-05 11:17 ` [PATCH 0/3] mini-os: test and document config variations 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.