Searched refs:legacy (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 15 from xen.migration import legacy, public, libxc, libxl, xl 364 if marker == legacy.CHUNK_end: 374 if marker > legacy.MAX_BATCH: 394 elif marker == legacy.CHUNK_vcpu_info: 397 if max_id > legacy.MAX_VCPU_ID: 417 elif marker == legacy.CHUNK_hvm_ident_pt: 422 elif marker == legacy.CHUNK_hvm_vm86_tss: 427 elif marker == legacy.CHUNK_tmem: 430 elif marker == legacy.CHUNK_tmem_extra: 433 elif marker == legacy.CHUNK_tsc_info: [all …]
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | migration.pandoc | 49 is architecture neutral. Compatibility with legacy streams is 50 maintained via the `convert-legacy-stream` script which transforms a 51 legacy stream into a migration v2 stream. 63 * `tools/python/scripts/convert-legacy-stream` 70 parameter, `stream_version`, which is used to distinguish between legacy and 71 v2 migration streams, and hence whether legacy conversion is required.
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | Makefile | 23 $(INSTALL_PROG) scripts/convert-legacy-stream $(DESTDIR)$(LIBEXEC_BIN) 29 rm -f $(DESTDIR)$(LIBEXEC_BIN)/convert-legacy-stream
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 28 The legacy `libxc` format contained some information which belonged at the 32 * The legacy `libxc` format was inextensible, causing inextensibility in the 33 legacy `libxl` handling. 84 the legacy conversion tool. 158 emulator_id 0x00000000: Unknown (In the case of a legacy stream)
|
A D | libxc-migration-stream.pandoc | 106 The marker field can be used to distinguish between legacy images and 178 The legacy stream conversion tool writes a `xen_major` version of 0, and sets 355 [^2]: In the legacy format, this is the list of unmapped PFNs in the 686 Restoring legacy images from older tools shall be handled by 687 translating the legacy format image into this new format. 689 It shall not be possible to save in the legacy format. 691 There are two different legacy images depending on whether they were 703 Table: Possible values for octet 4-7 in legacy images
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | booting.txt | 51 Xen 4.4 supported a different set of legacy compatible strings 93 To be compatible with Xen 4.4 as well use the legacy names:
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | x86-xenpv-bootloader.markdown | 7 a bootloader (examples include the pvgrub-legacy and grub2 targeting
|
A D | 9pfs.markdown | 416 [paper]: https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/hensbergen/hensberge…
|
A D | xen-command-line.markdown | 1223 Specifies the number of interrupts to be use for pin (IO-APIC or legacy PIC) 1305 instead continue to use the legacy PIC. This is _not_ recommended with 1657 A true boolean value enables legacy behavior (1s timeout), while `cap`
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | edd.S | 39 # bytes are used to store the legacy cylinders, heads, and sectors from fn08.
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | dmi_scan.c | 298 const struct smbios_eps __iomem *legacy; member 329 else if (!smbios.legacy) in _dmi_iterate()
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 34 this new construct, while legacy guests should just ignore it.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_stream_read.c | 237 if (stream->legacy) { in libxl__stream_read_start()
|
A D | libxl_types.idl | 549 # for legacy purposes.
|
A D | libxl_create.c | 1125 dcs->srs.legacy = (dcs->restore_params.stream_version == 1); in domcreate_bootloader_done()
|
A D | libxl_internal.h | 3112 bool legacy; member
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 407 # Access to the legacy PCI configuration space on x86 via port 0xCF8/CFC
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 41 (or, for legacy apps, even impossible) to predict all possible
|
A D | xl.cfg.pod.5.in | 1124 B<gfx_passthru> also enables various legacy VGA memory ranges, BARs, MMIOs, 1210 Allow the guest to access specific legacy I/O ports. Each B<IOPORT_RANGE> 1719 B<Note>: While the option "altp2mhvm" is deprecated, legacy applications for
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | clext.c | 996 cmp ax, #0x100 ;; legacy VGA mode
|
Completed in 38 milliseconds