]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
mini-os: make frontends and xenbus optional
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Thu, 9 Feb 2012 18:33:32 +0000 (18:33 +0000)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Thu, 9 Feb 2012 18:33:32 +0000 (18:33 +0000)
This adds compile-time logic to disable certain frontends in mini-os:
 - pcifront is disabled by default, enabled for ioemu
 - blkfront, netfront, fbfront, kbdfront, consfront are enabled by default
 - xenbus is required for any frontend, and is enabled by default

If all frontends and xenbus are disabled, mini-os will run without
needing to communicate with xenstore, making it suitable to run the
xenstore daemon. The console frontend is not required for the initial
console, only consoles opened via openpt or ptmx.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ioemu-minios.cfg

index bbf1d083cb9e097791c0cfd951334861e02bc8e6..d6905537c1325769988bd160473f4829b6366d3b 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_START_NETWORK=n
 CONFIG_QEMU_XS_ARGS=y
+CONFIG_PCIFRONT=y