Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/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.TSC_INFO_FORMAT, 24),
27 (libxc.HVM_PARAMS_ENTRY_FORMAT, 16),
[all …]
A Dlibxl.py15 from xen.migration.libxc import VerifyLibxc
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream76 stream_write(pack(libxc.IHDR_FORMAT,
85 dtype = libxc.DHDR_TYPE_x86_pv
87 dtype = libxc.DHDR_TYPE_x86_hvm
89 stream_write(pack(libxc.DHDR_FORMAT,
115 write_record(libxc.REC_TYPE_x86_pv_info,
144 stream_write(pack(libxc.RH_FORMAT,
152 write_record(libxc.REC_TYPE_tsc_info,
153 pack(libxc.TSC_INFO_FORMAT,
162 write_record(libxc.REC_TYPE_hvm_params,
299 write_record(libxc.REC_TYPE_end, "")
[all …]
A Dverify-stream-v213 from xen.migration.libxc import VerifyLibxc
/xen-4.10.0-shim-comet/stubdom/
A DMakefile351 libxc-$(XEN_TARGET_ARCH)/stamp: $(XEN_ROOT)/tools/libxc/Makefile
448 .PHONY: libxc
449 libxc: libxc-$(XEN_TARGET_ARCH)/libxenctrl.a libxc-$(XEN_TARGET_ARCH)/libxenguest.a target
453 libxc-$(XEN_TARGET_ARCH)/libxenguest.a: libxc-$(XEN_TARGET_ARCH)/libxenctrl.a
463 ioemu: cross-zlib cross-libpci libxc ioemu-minios-config.mk
557 ioemu-stubdom: mini-os-$(XEN_TARGET_ARCH)-ioemu lwip-$(XEN_TARGET_ARCH) libxc ioemu
565 c-stubdom: mini-os-$(XEN_TARGET_ARCH)-c lwip-$(XEN_TARGET_ARCH) libxc c
577 pv-grub: mini-os-$(XEN_TARGET_ARCH)-grub libxc grub
581 xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore
681 [ ! -e libxc-$(XEN_TARGET_ARCH)/Makefile ] || $(MAKE) DESTDIR= -C libxc-$(XEN_TARGET_ARCH) clean
[all …]
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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.pandoc595 CHECKPOINT record marks the end of the libxc portion of the stream
599 The higher level stream may then hand the stream back to libxc to
/xen-4.10.0-shim-comet/tools/misc/
A DMakefile97 xen-hptool.o: CFLAGS += -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencall)
102 xen-mfndump.o: CFLAGS += -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencall)
/xen-4.10.0-shim-comet/tools/xcutils/
A DMakefile19 …xenevtchn) $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
/xen-4.10.0-shim-comet/tools/xenpaging/
A DMakefile5 …S_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
/xen-4.10.0-shim-comet/tools/python/
A DMakefile36 …export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); $(PYTHON) test.py -b …
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A DMakefile20 CFLAGS += -I$(XEN_ROOT)/tools/libxc
40 MEMSHRLIBS += -L$(XEN_ROOT)/tools/libxc -lxenctrl $(MEMSHR_DIR)/libmemshr.a
/xen-4.10.0-shim-comet/stubdom/grub/
A DMakefile9 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include -I$(XEN_ROOT)/tools/include -I.
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A DMakefile72 -ccopt -L -ccopt $(XEN_ROOT)/tools/libxc
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-disk-parse6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:../blktap2/control
A Dcheck-xl-vcpupin-parse6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:
/xen-4.10.0-shim-comet/tools/
A DMakefile9 SUBDIRS-y += libxc
52 SUBDIRS-y := libs libxc xenstore
A DRules.mk20 XEN_LIBXC = $(XEN_ROOT)/tools/libxc
/xen-4.10.0-shim-comet/
A D.rootkeys771 3fbba6dbDfYvJSsw9500b4SZyUhxjQ tools/libxc/Makefile
773 3fbba6dc1uU7U3IFeF6A-XEOYF2MkQ tools/libxc/rpm.spec
774 3fbba6dcrNxtygEcgJYAJJ1gCQqfsA tools/libxc/xc.h
775 42bbe5b9J1BFuxACiiyj38Fucc2xgg tools/libxc/xc_aout9.h
777 4273458dyF2_sKA6CFkNJQYb8eY2dA tools/libxc/xc_core.c
778 3fbba6dbasJQV-MVElDC0DGSHMiL5w tools/libxc/xc_domain.c
779 40278d99BLsfUv3qxv0I8C1sClZ0ow tools/libxc/xc_elf.h
780 403e0977Bjsm_e82pwvl9VvaJxh8Gg tools/libxc/xc_evtchn.c
781 4227c129ZKjJPNYooHVzBCyinf7Y6Q tools/libxc/xc_gnttab.c
788 3fbba6db7WnnJr0KFrIFrqNlSKvFYg tools/libxc/xc_misc.c
[all …]
A D.gitignore71 stubdom/libxc-*
203 tools/libxc/*.pc
366 tools/libxc/_*.[ch]
A DCODING_STYLE6 libraries (e.g. tools/libxc/*).
/xen-4.10.0-shim-comet/docs/misc/
A Dstubdom.txt93 Available libraries are libc, libxc, libxs, zlib and libpci.

Completed in 26 milliseconds

12