xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] repair stubdoms
@ 2016-08-30 11:51 Juergen Gross
  2016-08-30 11:51 ` [PATCH 1/3] mini-os: support newer xen interface Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Juergen Gross @ 2016-08-30 11:51 UTC (permalink / raw)
  To: minios-devel, xen-devel; +Cc: Juergen Gross, samuel.thibault, wei.liu2

Adding support for HVMlite Mini-OS broke some stubdom functionality
as various parts of the stubdom code was built without specifying
any Mini-OS configuration defines. This led to inconsistencies when
those parts included Mini-OS headers now depending on the config of
Mini9-OS. Some of those cases did work just by pure luck.

Juergen Gross (3):
  mini-os: support newer xen interface
  mini-os: provide irq on/off/save/restore functions for Mini-OS apps
  mini-os: support "make config" for out-of-tree users

 .gitignore       |  1 +
 Config.mk        |  4 +++-
 Makefile         |  5 +++++
 arch/arm/mm.c    |  2 +-
 arch/x86/mm.c    |  2 +-
 arch/x86/sched.c | 28 ++++++++++++++++++++++++++++
 balloon.c        |  2 --
 gnttab.c         |  4 ++--
 include/gnttab.h |  2 +-
 include/x86/os.h | 13 +++++++++++++
 minios.mk        |  1 -
 11 files changed, 55 insertions(+), 9 deletions(-)

-- 
2.6.6


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

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

end of thread, other threads:[~2016-09-02  8:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 11:51 [PATCH 0/3] repair stubdoms Juergen Gross
2016-08-30 11:51 ` [PATCH 1/3] mini-os: support newer xen interface Juergen Gross
2016-08-30 13:53   ` Wei Liu
2016-08-30 21:30     ` Samuel Thibault
2016-08-30 11:51 ` [PATCH 2/3] mini-os: provide irq on/off/save/restore functions for Mini-OS apps Juergen Gross
2016-08-30 13:54   ` [Minios-devel] " Wei Liu
2016-08-30 14:08     ` Juergen Gross
2016-08-30 21:34       ` Samuel Thibault
2016-08-30 11:51 ` [PATCH 3/3] mini-os: support "make config" for out-of-tree users Juergen Gross
2016-08-30 13:57   ` [Minios-devel] " Wei Liu
2016-09-02  1:22     ` Samuel Thibault
2016-08-30 21:38   ` Samuel Thibault
2016-09-01  6:21     ` Juergen Gross
2016-09-02  1:21       ` Samuel Thibault
2016-09-02  5:42         ` Juergen Gross
2016-09-02  7:02           ` Samuel Thibault
2016-09-02  8:26 ` [Minios-devel] [PATCH 0/3] repair stubdoms Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).