Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 88) sorted by relevance

1234

/xen/automation/tests-artifacts/alpine/
A D3.18-arm64v8.dockerfile13 apk update && \
39 rc-update add udev && \
40 rc-update add udev-trigger && \
41 rc-update add udev-settle && \
44 rc-update add bootmisc boot && \
45 rc-update add devfs sysinit && \
46 rc-update add dmesg sysinit && \
47 rc-update add hostname boot && \
48 rc-update add hwclock boot && \
52 rc-update add modules boot && \
[all …]
A D3.18.dockerfile13 apk update && \
42 rc-update add udev && \
43 rc-update add udev-trigger && \
44 rc-update add udev-settle && \
46 rc-update add bootmisc boot && \
47 rc-update add devfs sysinit && \
48 rc-update add dmesg sysinit && \
49 rc-update add hostname boot && \
50 rc-update add hwclock boot && \
52 rc-update add modules boot && \
[all …]
/xen/
A DMakefile30 .PHONY: mini-os-dir-force-update
31 mini-os-dir-force-update: mini-os-dir
157 tools/firmware/seabios-dir-force-update:
161 tools/firmware/ovmf-dir-force-update:
199 .PHONY: subtree-force-update
200 subtree-force-update: mini-os-dir-force-update
201 $(MAKE) -C tools subtree-force-update
203 .PHONY: subtree-force-update-all
204 subtree-force-update-all: mini-os-dir-force-update
205 $(MAKE) -C tools subtree-force-update-all
[all …]
/xen/stubdom/vtpmmgr/
A Dcalc.pl44 open my $update, '>', $dst or die $!;
64 print $update rsa_sign($cfg);
65 print $update $cfg;
66 print $update map { pack 'n/a3', $_ } @pcrs;
67 close $update;
/xen/tools/firmware/
A DMakefile94 .PHONY: ovmf-dir-force-update
95 ovmf-dir-force-update: ovmf-dir
108 .PHONY: seabios-dir-force-update
109 seabios-dir-force-update: seabios-dir
122 subtree-force-update:
124 $(MAKE) seabios-dir-force-update
127 $(MAKE) ovmf-dir-force-update
130 subtree-force-update-all:
131 $(MAKE) seabios-dir-force-update
132 $(MAKE) ovmf-dir-force-update
A Dovmf-makefile19 if test -e .git ; then $(GIT) submodule update --init --recursive ; fi
/xen/tools/
A DMakefile149 .PHONY: qemu-xen-traditional-dir-force-update
196 .PHONY: qemu-xen-dir-force-update
197 qemu-xen-dir-force-update: qemu-xen-dir-find
275 subtree-force-update:
277 $(MAKE) qemu-xen-dir-force-update
280 $(MAKE) qemu-xen-traditional-dir-force-update
283 $(MAKE) -C firmware subtree-force-update
286 subtree-force-update-all:
287 $(MAKE) qemu-xen-dir-force-update
288 $(MAKE) qemu-xen-traditional-dir-force-update
[all …]
/xen/tools/libs/util/
A Dlibxlu_disk_l.l87 char **update, const char *value) { in savestring() argument
88 if (*update) { in savestring()
89 if (**update) { xlu__disk_err(dpc,value,what_respecified); return; } in savestring()
90 free(*update); /* do not complain about overwriting empty strings */ in savestring()
92 *update = strdup(value); in savestring()
/xen/automation/build/debian/
A Dbookworm-cppcheck.dockerfile9 RUN apt-get update && \
42 RUN apt-get update && \
A D12-x86_64-gcc-ibt.dockerfile9 apt-get -y update
65 apt-get -y update
A Dbookworm-arm64v8-arm32-gcc.dockerfile14 RUN apt-get update && \
A D11-ppc64le.dockerfile16 apt-get -y update
A D11-riscv64.dockerfile16 apt-get -y update
A D12-ppc64le.dockerfile16 apt-get -y update
A D12-riscv64.dockerfile16 apt-get -y update
A Dbookworm-i386.dockerfile15 RUN apt-get update && \
A Dbookworm-arm64v8.dockerfile13 RUN apt-get update && \
/xen/m4/
A DREADME.source16 git repository [0]. If you update the m4 library update this file
/xen/tools/xenstored/
A Ddomain.h108 int domain_nbentry_fix(unsigned int domid, int num, bool update);
149 int acc_fix_domains(struct list_head *head, bool chk_quota, bool update);
/xen/docs/designs/
A Dxenstore-migration.md122 This record is only relevant for live update. It contains details of global
151 For live update the image format will contain a `CONNECTION_DATA` record for
197 In case of live update the connection record for the connection via which
198 the live update command was issued will contain the response for the live
199 update command in the pending not yet written data.
247 This type of connection is only relevant for live update, where the xenstored
367 For live update the image format will contain a `NODE_DATA` record for each
470 This record is only relevant for live update. It contains the global settings
509 future live migration/update streams).
557 future live migration/update streams).
/xen/docs/misc/
A Dgrant-tables.txt279 mmu_update_t update;
322 update.ptr = MMU_EXTENDED_COMMAND;
323 update.ptr |= ((gref & 0x00FF) << 2);
324 update.ptr |= mfn << PAGE_SHIFT;
326 update.val = MMUEXT_TRANSFER_PAGE;
327 update.val |= (domid << 16);
328 update.val |= (gref & 0xFF00);
330 ret = HYPERVISOR_mmu_update(&update, 1, NULL);
/xen/automation/build/ubuntu/
A Dxenial-xilinx.dockerfile13 RUN apt-get update && \
/xen/xen/tools/
A Dscmversion52 [ -w . ] && git update-index --refresh --unmerged > /dev/null
/xen/xen/include/public/io/
A Dfbif.h57 struct xenfb_update update; member
/xen/docs/admin-guide/
A Dmicrocode-loading.rst12 firmware update is the preferred way of obtaining updated microcode. However,
34 Xen will report during boot if it performed a microcode update::
139 If these checks pass, the entire system will be rendezvoused and an update
148 (XEN) 4 cores are to update their microcode

Completed in 44 milliseconds

1234