Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 51) sorted by relevance

123

/xen/docs/
A Dgen-html-index18 our @docs;
29 ($outdir,@docs) = @ARGV;
96 my ($dir,@docs) = @_;
98 foreach my $of (sort { make_linktext($a) cmp make_linktext($b) } @docs) {
123 for (@docs) { s,^\Q$outdir\E/,, }
125 @docs = grep { -e "$outdir/$_" && (make_linktext($_) ne "NO-INDEX") } @docs;
143 foreach my $of (grep { !m{/} } @docs) {
147 foreach my $od (sort { $a cmp $b } uniq map { dirs($_) } @docs) {
148 my @d = (grep /^\Q$od\E/, @docs);
A Dsupport-matrix-generate72 cat docs/misc/support-matrix-head.html
165 docs/parse-support-md "${args[@]}"
170 by docs/support-matrix-generate and docs/parse-support-md.
A DREADME.source24 * All ReStructured Text files: docs/*/*.rst
25 * The Sphinx configuration file: docs/conf.py
26 * Content in Sphinx-exclusive subdirs: docs/*-guide/*
A Dindex.rst9 documentation can be found at https://xenbits.xen.org/docs/
/xen/
A DMakefile72 .PHONY: build-docs
73 build-docs:
74 $(MAKE) -C docs build
126 docs: dist-docs target
151 .PHONY: install-docs
152 install-docs:
229 .PHONY: clean-docs
230 clean-docs:
231 $(MAKE) -C docs clean
258 distclean-docs:
[all …]
A D.gitignore48 docs/tmp.*
49 docs/html/
50 docs/man/xl.cfg.5.pod
51 docs/man/xl.1.pod
52 docs/man1/
53 docs/man5/
54 docs/man7/
55 docs/man8/
56 docs/pdf/
57 docs/txt/
[all …]
A Dautogen.sh10 ( cd docs
A Dconfigure.ac42 AX_SUBSYSTEM_DEFAULT_ENABLE([docs])
A DMAINTAINERS237 F: docs/misc/arm/
338 F: docs/misc/kconfig{,-language}.txt
366 F: docs/misc/livepatch.pandoc
429 F: docs/README.remus
475 F: docs/Makefile
476 F: docs/man/
518 F: docs/misc/vtpm-platforms.txt
599 F: docs/misc/xsm-flask.txt
A DINSTALL14 The xen source contains four subsystems: xen, tools, stubdom and docs.
26 See docs/misc/kconfig.txt.
47 stubdom, and docs directory.
54 --disable-docs
322 See docs/misc/qemu-deprivilege.txt for an explanation on what you need
A Dconfigure1317 --disable-docs Disable build and install of docs
2270 docs=y
2279 docs=n
2290 docs=y
2299 if test "x$docs" = "xy" || test "x$docs" = "x" ; then
/xen/docs/process/
A Dbranching-checklist.txt26 # update xendocs@xenbits docs generator to generate new stable branch
27 # docs too. commit to git.
28 * make 13:37 <ijc> https://xenbits.xen.org/docs/4.2-testing/ is now live true
30 # xenbits-docs-all.sh in the obvious way. git commit
34 ed xenbits-docs-all.sh
/xen/tools/examples/
A Dxlexample.pvhlinux36 # docs/misc/xl-network-configuration.markdown
41 # docs/misc/xl-disk-configuration.txt
A Dxlexample.pvlinux38 # docs/misc/xl-network-configuration.markdown
43 # docs/misc/xl-disk-configuration.txt
A Dxlexample.hvm37 # docs/misc/xl-network-configuration.markdown
42 # docs/misc/xl-disk-configuration.txt
/xen/docs/features/
A Dhypervisorfs.pandoc43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`.
66 * `docs/misc/hypfs-paths.pandoc`
A Dsched_credit2.pandoc30 (see `docs/misc/xen-command-line.markdown` for a complete list and
35 described in `docs/man/xlcpupool.cfg.pod.5` (and as exemplified
A Dmigration.pandoc54 * `docs/specs/libxc-migration-stream.pandoc`
55 * `docs/specs/libxl-migration-stream.pandoc`
A Dqemu-deprivilege.pandoc107 See docs/design/qemu-deprivilege.md for technical details.
135 2018-09-14 1 Xen 4.12 Imported from docs/misc
A Ddom0less.pandoc16 to be passed to Xen. See docs/misc/arm/device-tree/booting.txt for more
90 See docs/misc/arm/device-tree/booting.txt for more information.
/xen/docs/misc/arm/
A Dbig.LITTLE.txt45 [1] docs/misc/xen-command-line.markdown
46 [2] docs/man/xl.cfg.pod.5
/xen/docs/misc/
A Dxenstore-paths.pandoc168 a guest can make use of. See [docs/misc/libxl_memory.txt][LIBXLMEM]
314 [docs/misc/pvcalls.markdown][PVCALLS]
397 A PVCalls backend. Described in [docs/misc/pvcalls.markdown][PVCALLS].
644 [BLKIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,blkif.h.html
645 [FBIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,fbif.h.html
647 [KBDIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,kbdif.h.html
648 [LIBXLMEM]: https://xenbits.xen.org/docs/unstable/misc/libxl_memory.txt
649 [NETIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,netif.h.html
650 [SCSIIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,vscsiif.h.html
652 [USBIF]: https://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,io,usbif.h.html
[all …]
/xen/tools/libxl/
A Dlibxl_types_internal.idl48 # A console with a name is called a 'channel', see docs/misc/channels.txt
/xen/stubdom/grub.patches/
A D20print_func.diff7 * docs/grub.texi: Added print command description.
/xen/xen/
A DKconfig3 # see docs/misc/kconfig-language.txt

Completed in 19 milliseconds

123