Home
last modified time | relevance | path

Searched refs:libxc (Results 1 – 25 of 28) sorted by relevance

12

/xen/tools/python/xen/migration/
A Dtests.py12 from xen.migration import libxc, libxl
18 for fmt, sz in ( (libxc.IHDR_FORMAT, 24),
19 (libxc.DHDR_FORMAT, 16),
20 (libxc.RH_FORMAT, 8),
22 (libxc.PAGE_DATA_FORMAT, 8),
23 (libxc.X86_PV_INFO_FORMAT, 8),
24 (libxc.X86_PV_P2M_FRAMES_FORMAT, 8),
25 (libxc.X86_PV_VCPU_HDR_FORMAT, 8),
26 (libxc.X86_TSC_INFO_FORMAT, 24),
27 (libxc.HVM_PARAMS_ENTRY_FORMAT, 16),
[all …]
A Dlibxl.py15 from xen.migration.libxc import VerifyLibxc
/xen/tools/python/scripts/
A Dconvert-legacy-stream79 stream_write(pack(libxc.IHDR_FORMAT,
88 dtype = libxc.DHDR_TYPE_x86_pv
90 dtype = libxc.DHDR_TYPE_x86_hvm
92 stream_write(pack(libxc.DHDR_FORMAT,
118 write_record(libxc.REC_TYPE_x86_pv_info,
119 pack(libxc.X86_PV_INFO_FORMAT,
147 stream_write(pack(libxc.RH_FORMAT,
155 write_record(libxc.REC_TYPE_tsc_info,
165 write_record(libxc.REC_TYPE_hvm_params,
305 write_record(libxc.REC_TYPE_end)
[all …]
A Dverify-stream-v216 from xen.migration.libxc import VerifyLibxc
/xen/stubdom/
A DMakefile354 libxc-$(XEN_TARGET_ARCH)/stamp: $(XEN_ROOT)/tools/libxc/Makefile
451 .PHONY: libxc
452 libxc: libxc-$(XEN_TARGET_ARCH)/libxenctrl.a libxc-$(XEN_TARGET_ARCH)/libxenguest.a target
456 libxc-$(XEN_TARGET_ARCH)/libxenguest.a: libxc-$(XEN_TARGET_ARCH)/libxenctrl.a
466 ioemu: cross-zlib cross-libpci libxc ioemu-minios-config.mk
560 ioemu-stubdom: mini-os-$(XEN_TARGET_ARCH)-ioemu lwip-$(XEN_TARGET_ARCH) libxc ioemu
568 c-stubdom: mini-os-$(XEN_TARGET_ARCH)-c lwip-$(XEN_TARGET_ARCH) libxc c
580 pv-grub: mini-os-$(XEN_TARGET_ARCH)-grub libxc grub
584 xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore
684 [ ! -e libxc-$(XEN_TARGET_ARCH)/Makefile ] || $(MAKE) DESTDIR= -C libxc-$(XEN_TARGET_ARCH) clean
[all …]
/xen/docs/features/
A Dmigration.pandoc44 Migration is formed of several layers. `libxc` is responsible for the
54 * `docs/specs/libxc-migration-stream.pandoc`
56 * `libxc`
57 * `tools/libxc/xc_sr_*.[hc]`
85 Changes in libxc should be tested with every guest type (32bit PV, 64bit
A Dfeature-levelling.pandoc67 * `libxc`
68 * `tools/libxc/xc_cpuid_x86.c`
/xen/docs/specs/
A Dlibxl-migration-stream.pandoc27 * The contents of the stream is passed directly through `libxl` to `libxc`.
28 The legacy `libxc` format contained some information which belonged at the
32 * The legacy `libxc` format was inextensible, causing inextensibility in the
188 A libxc context record is a marker, indicating that the stream should be
189 handed to `xc_domain_restore()`. `libxc` shall be responsible for reading its
195 The libxc context record contains no fields; its body_length is 0[^1].
198 [^1]: The sending side cannot calculate ahead of time how much data `libxc`
A Dlibxc-migration-stream.pandoc1 % libxenctrl (libxc) Domain Image Format
591 CHECKPOINT record marks the end of the libxc portion of the stream
595 The higher level stream may then hand the stream back to libxc to
/xen/tools/misc/
A DMakefile97 xen-hptool.o: CFLAGS += -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencall)
104 xen-mfndump.o: CFLAGS += -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencall)
/xen/tools/xcutils/
A DMakefile19 …xenevtchn) $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
/xen/tools/xenpaging/
A DMakefile5 …S_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
/xen/tools/python/
A DMakefile36 LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore) $(PYTHON) -m unittest discover
/xen/stubdom/grub/
A DMakefile9 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include -I$(XEN_ROOT)/tools/include -I.
/xen/tools/ocaml/xenstored/
A DMakefile72 -ccopt -L -ccopt $(XEN_ROOT)/tools/libxc
/xen/tools/
A DMakefile9 SUBDIRS-y += libxc
50 SUBDIRS-y := libs libxc xenstore
A DRules.mk23 XEN_LIBXC = $(XEN_ROOT)/tools/libxc
/xen/tools/libxl/
A Dcheck-xl-disk-parse6 export LD_LIBRARY_PATH=.:../libxc:../xenstore
A Dcheck-xl-vcpupin-parse6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:
/xen/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
/xen/
A D.gitignore74 stubdom/libxc-*
196 tools/libxc/*.pc
363 tools/libxc/_*.[ch]
A DCODING_STYLE6 libraries (e.g. tools/libxc/*).
A DCONTRIBUTING17 - tools/libxc : LGPL v2.1
/xen/docs/misc/
A Ddump-core-format.txt144 The note descriptors are defined in tools/libxc/xc_core.h
A Dstubdom.txt198 Available libraries are libc, libxc, libxs, zlib and libpci.

Completed in 21 milliseconds

12