/xen/tools/misc/ |
A D | mkrpm | 19 version=${v[0]} 31 Summary: Xen development build, version $version 33 Version: $version 39 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
A D | mkdeb | 15 version=$2 44 Version: $version 62 dpkg-deb --build -z0 deb xen-upstream-$version.deb
|
/xen/tools/libxc/ |
A D | xc_altp2m.c | 36 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_get_domain_state() 59 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_set_domain_state() 81 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_set_vcpu_enable_notify() 104 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_set_vcpu_disable_notify() 126 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_create_view() 152 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_destroy_view() 175 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_switch_to_view() 197 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_get_suppress_ve() 223 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_set_suppress_ve() 249 arg->version = HVMOP_ALTP2M_INTERFACE_VERSION; in xc_altp2m_set_supress_ve_multi() [all …]
|
A D | xc_core.h | 73 #define XEN_DUMPCORE_FORMAT_MAJOR(version) ((major) >> 32) argument 74 #define XEN_DUMPCORE_FORMAT_MINOR(version) ((minor) & 0xffffffff) argument 83 uint64_t version; member
|
A D | xc_dom_bzimageloader.c | 414 unsigned version; in xc_try_lzo1x_decode() local 440 version = lzo_read_16(cur + 9); in xc_try_lzo1x_decode() 444 if ( version >= 0x0940 ) in xc_try_lzo1x_decode() 459 if ( version >= 0x0940 ) in xc_try_lzo1x_decode() 614 uint16_t version; member 677 if ( hdr->version < VERSION(2,8) ) in xc_dom_probe_bzimage_kernel() 680 " too old (%04x)", __FUNCTION__, hdr->version); in xc_dom_probe_bzimage_kernel()
|
/xen/tools/python/xen/migration/ |
A D | libxc.py | 132 self.version = 0 148 marker, ident, version, options, res1, res2 = \ 159 if not (2 <= version <= 3): 162 (version, )) 164 self.version = version 182 (version, endian)) 448 if self.version < 3: 455 if self.version < 3: 469 if self.version < 3:
|
A D | libxl.py | 90 ident, version, options = self.unpack_exact(HDR_FORMAT) 96 if version != HDR_VERSION: 98 (HDR_VERSION, version))
|
/xen/m4/ |
A D | ax_compare_version.m4 | 13 # This macro compares two version strings. Due to the various number of 14 # minor-version numbers that can exist, and the fact that string 20 # limited to a certain number of minor-version levels. 35 # eq0 - equal up to the length of the shorter version 36 # ne0 - not equal up to the length of the shorter version 37 # eqN - equal up to N sub-version levels 38 # neN - not equal up to N sub-version levels 67 # empty string is the same as version 0. OP is evaluated by autoconf, not 93 # Convert the two version strings to be compared into a format that 94 # allows a simple string comparison. The end result is that a version [all …]
|
A D | python_version.m4 | 2 [AC_MSG_CHECKING([for python version >= $1.$2 ]) 9 [$python_version is too old, minimum required version is $1.$2])
|
A D | ocaml.m4 | 18 OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p'` 19 AC_MSG_RESULT([OCaml version is $OCAMLVERSION]) 37 TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` 51 TMPVERSION=`$OCAMLCDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` 63 TMPVERSION=`$OCAMLOPTDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` 65 AC_MSG_RESULT([version differs from ocamlc; ocamlopt.opt discarded.]) 124 TMPVERSION=`$CAMLP4 -v 2>&1| sed -n -e 's|.*version *\(.*\)$|\1|p'`
|
/xen/docs/ |
A D | conf.py | 42 version = xen_ver + u"." + xen_subver variable 43 release = version + xen_extra 45 version = release = u"unknown version"
|
/xen/xen/ |
A D | Kconfig | 13 def_bool $(success,$(CC) --version | head -n 1 | grep -q gcc) 17 default $(shell,$(BASEDIR)/scripts/gcc-version.sh $(CC)) 20 def_bool $(success,$(CC) --version | head -n 1 | grep -q clang) 24 default $(shell,$(BASEDIR)/scripts/clang-version.sh $(CC))
|
/xen/xen/arch/x86/ |
A D | bzimage.c | 30 uint16_t version; member 64 if ( hdr->version < VERSION(2,8) ) { in bzimage_check() 66 hdr->version >> 8, hdr->version & 0xff); in bzimage_check()
|
A D | tboot.c | 56 uint32_t version; /* currently 6 */ member 110 if ( tboot_shared->version < 4 ) in tboot_probe() 112 printk("unsupported version of tboot (%u)\n", tboot_shared->version); in tboot_probe() 118 printk(" version: %d\n", tboot_shared->version); in tboot_probe() 123 if ( tboot_shared->version >= 6 ) in tboot_probe() 540 if ( g_tboot_shared->version >= 6 && in tboot_wake_ap()
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
/xen/xen/common/ |
A D | unlzo.c | 77 u16 version; in parse_header() local 95 version = get_unaligned_be16(parse); in parse_header() 97 if (version >= 0x0940) in parse_header() 115 if (version >= 0x0940) in parse_header()
|
/xen/xen/scripts/ |
A D | Kconfig.include | 42 # gcc version including patch level 43 gcc-version := $(shell,$(BASEDIR)/scripts/gcc-version.sh $(CC))
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 84 The path may be restored *only* if the restored version of the path is 162 #### /buildinfo/version/ 164 A directory containing version information of the hypervisor. 166 #### /buildinfo/version/extra = STRING 168 Extra version information. 170 #### /buildinfo/version/major = INTEGER 172 The major version of Xen. 174 #### /buildinfo/version/minor = INTEGER 176 The minor version of Xen.
|
A D | dump-core-format.txt | 22 Linking Format(ELF) Specification version 1.2. 218 uint64_t version; 221 This note descriptor stores xen dump-core format version. 222 The 32msb bit is major version and the 32lsb bit is minor 223 version. 224 The minor version will be incremented when the format 227 the major version will be incremented when the format is 230 this format version. 234 Format version history 246 The format version isn't bumped because analysis tools can distinguish it.
|
/xen/xen/arch/arm/vgic/ |
A D | vgic-init.c | 106 switch ( d->arch.vgic.version ) in domain_vgic_register() 165 if ( dist->version == GIC_V2 ) in domain_vgic_init() 174 if ( dist->version == GIC_V2 ) in domain_vgic_init()
|
/xen/docs/specs/ |
A D | libxc-migration-stream.pandoc | 29 * The image has no version information. 59 The image header describes the format of the image (version etc.). 97 includes the version of this specification that the image complies 100 Tools supporting version _V_ of the specification shall always save 101 images using version _V_. Tools shall support restoring from version 102 _V_. If the previous Xen release produced version _V_ - 1 images, 117 | id | version | 130 version 0x00000003. The version of this specification. 169 xen_major The Xen major version when this image was saved. 171 xen_minor The Xen minor version when this image was saved. [all …]
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 56 * change SUPPORT.md heading version number; -unstable or -rc tag 58 * SUPPORT.md: insert correct version number in release-notes link 60 # if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh 61 * rerun ./autogen.sh to update version number in configure 82 git-show # should show commit updating version to right version
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 49 XEN_HYPFS_OP_get_version which will return the highest version of the 51 to bump the interface version. The hypervisor is required to support the 54 version of the interface to use).
|
/xen/tools/console/testsuite/ |
A D | procpipe.c | 36 static void version(const char *name) in version() function 85 version(argv[0]); in main()
|
/xen/tools/ocaml/ |
A D | LICENSE | 2 Public License version 2.1 (included below). 6 with a publicly distributed version of the Library to produce an 10 Public License. By "a publicly distributed version of the Library", 12 modified version of the Library that is distributed under the 29 [This is the first released version of the Lesser GPL. It also counts 30 as the successor of the GNU Library Public License, version 2, hence 31 the version number 2.1.] 95 …version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU Gene… 121 …ith a modified version of the library, if the user installs one, as long as the modified version i… 152 …version is given a distinguishing version number. If the Library specifies a version number of thi… [all …]
|