Searched refs:docs (Results 1 – 25 of 51) sorted by relevance
123
/xen/docs/ |
A D | gen-html-index | 18 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 D | support-matrix-generate | 72 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 D | README.source | 24 * All ReStructured Text files: docs/*/*.rst 25 * The Sphinx configuration file: docs/conf.py 26 * Content in Sphinx-exclusive subdirs: docs/*-guide/*
|
A D | index.rst | 9 documentation can be found at https://xenbits.xen.org/docs/
|
/xen/ |
A D | Makefile | 72 .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 | .gitignore | 48 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 D | autogen.sh | 10 ( cd docs
|
A D | configure.ac | 42 AX_SUBSYSTEM_DEFAULT_ENABLE([docs])
|
A D | MAINTAINERS | 237 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 D | INSTALL | 14 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 D | configure | 1317 --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 D | branching-checklist.txt | 26 # 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 D | xlexample.pvhlinux | 36 # docs/misc/xl-network-configuration.markdown 41 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.pvlinux | 38 # docs/misc/xl-network-configuration.markdown 43 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.hvm | 37 # docs/misc/xl-network-configuration.markdown 42 # docs/misc/xl-disk-configuration.txt
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`. 66 * `docs/misc/hypfs-paths.pandoc`
|
A D | sched_credit2.pandoc | 30 (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 D | migration.pandoc | 54 * `docs/specs/libxc-migration-stream.pandoc` 55 * `docs/specs/libxl-migration-stream.pandoc`
|
A D | qemu-deprivilege.pandoc | 107 See docs/design/qemu-deprivilege.md for technical details. 135 2018-09-14 1 Xen 4.12 Imported from docs/misc
|
A D | dom0less.pandoc | 16 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 D | big.LITTLE.txt | 45 [1] docs/misc/xen-command-line.markdown 46 [2] docs/man/xl.cfg.pod.5
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 168 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 D | libxl_types_internal.idl | 48 # A console with a name is called a 'channel', see docs/misc/channels.txt
|
/xen/stubdom/grub.patches/ |
A D | 20print_func.diff | 7 * docs/grub.texi: Added print command description.
|
/xen/xen/ |
A D | Kconfig | 3 # see docs/misc/kconfig-language.txt
|
Completed in 28 milliseconds
123