/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | tests.py | 12 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 D | libxl.py | 15 from xen.migration.libxc import VerifyLibxc
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 76 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 D | verify-stream-v2 | 13 from xen.migration.libxc import VerifyLibxc
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | Makefile | 351 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 D | migration.pandoc | 44 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 D | feature-levelling.pandoc | 67 * `libxc` 68 * `tools/libxc/xc_cpuid_x86.c`
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 27 * 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 D | libxc-migration-stream.pandoc | 595 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 D | Makefile | 97 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 D | Makefile | 19 …xenevtchn) $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | Makefile | 5 …S_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | Makefile | 36 …export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); $(PYTHON) test.py -b …
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | Makefile | 20 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 D | Makefile | 9 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include -I$(XEN_ROOT)/tools/include -I.
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | Makefile | 72 -ccopt -L -ccopt $(XEN_ROOT)/tools/libxc
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.mli | 17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-disk-parse | 6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:../blktap2/control
|
A D | check-xl-vcpupin-parse | 6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:
|
/xen-4.10.0-shim-comet/tools/ |
A D | Makefile | 9 SUBDIRS-y += libxc 52 SUBDIRS-y := libs libxc xenstore
|
A D | Rules.mk | 20 XEN_LIBXC = $(XEN_ROOT)/tools/libxc
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 771 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 | .gitignore | 71 stubdom/libxc-* 203 tools/libxc/*.pc 366 tools/libxc/_*.[ch]
|
A D | CODING_STYLE | 6 libraries (e.g. tools/libxc/*).
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | stubdom.txt | 93 Available libraries are libc, libxc, libxs, zlib and libpci.
|