Searched refs:libxc (Results 1 – 25 of 28) sorted by relevance
12
/xen/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.X86_TSC_INFO_FORMAT, 24), 27 (libxc.HVM_PARAMS_ENTRY_FORMAT, 16), [all …]
|
A D | libxl.py | 15 from xen.migration.libxc import VerifyLibxc
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 79 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 D | verify-stream-v2 | 16 from xen.migration.libxc import VerifyLibxc
|
/xen/stubdom/ |
A D | Makefile | 354 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 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/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 | 1 % 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 D | Makefile | 97 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 D | Makefile | 19 …xenevtchn) $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
|
/xen/tools/xenpaging/ |
A D | Makefile | 5 …S_libxenctrl) $(CFLAGS_libxenstore) $(PTHREAD_CFLAGS) -I$(XEN_ROOT)/tools/libxc $(CFLAGS_libxencal…
|
/xen/tools/python/ |
A D | Makefile | 36 LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore) $(PYTHON) -m unittest discover
|
/xen/stubdom/grub/ |
A D | Makefile | 9 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc/include -I$(XEN_ROOT)/tools/include -I.
|
/xen/tools/ocaml/xenstored/ |
A D | Makefile | 72 -ccopt -L -ccopt $(XEN_ROOT)/tools/libxc
|
/xen/tools/ |
A D | Makefile | 9 SUBDIRS-y += libxc 50 SUBDIRS-y := libs libxc xenstore
|
A D | Rules.mk | 23 XEN_LIBXC = $(XEN_ROOT)/tools/libxc
|
/xen/tools/libxl/ |
A D | check-xl-disk-parse | 6 export LD_LIBRARY_PATH=.:../libxc:../xenstore
|
A D | check-xl-vcpupin-parse | 6 export LD_LIBRARY_PATH=.:../libxc:../xenstore:
|
/xen/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.mli | 17 (** Event channel bindings: see tools/libxc/include/xenctrl.h *)
|
/xen/ |
A D | .gitignore | 74 stubdom/libxc-* 196 tools/libxc/*.pc 363 tools/libxc/_*.[ch]
|
A D | CODING_STYLE | 6 libraries (e.g. tools/libxc/*).
|
A D | CONTRIBUTING | 17 - tools/libxc : LGPL v2.1
|
/xen/docs/misc/ |
A D | dump-core-format.txt | 144 The note descriptors are defined in tools/libxc/xc_core.h
|
A D | stubdom.txt | 198 Available libraries are libc, libxc, libxs, zlib and libpci.
|
Completed in 21 milliseconds
12