/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-vbd.h | 103 struct list_head images; member 134 list_for_each_entry_safe((image), (tmp), &(vbd)->images, next) 147 list_add_tail(&image->next, &vbd->images); in tapdisk_vbd_add_image() 153 return list_is_last(&image->next, &vbd->images); in tapdisk_vbd_is_last_image() 162 return list_entry(vbd->images.prev, td_image_t, next); in tapdisk_vbd_last_image()
|
A D | tapdisk-vbd.c | 120 INIT_LIST_HEAD(&vbd->images); in tapdisk_vbd_create() 192 INIT_LIST_HEAD(&vbd->images); in tapdisk_vbd_close_vdi() 299 list_add(&log->next, &vbd->images); in tapdisk_vbd_add_dirty_log() 389 struct list_head *images; in __tapdisk_vbd_open_vdi() local 401 LIST_HEAD(images); in __tapdisk_vbd_open_vdi() 403 err = tapdisk_vbd_open_level(vbd, &images, in __tapdisk_vbd_open_vdi() 412 list_splice(&images, &vbd->images); in __tapdisk_vbd_open_vdi() 849 if (list_empty(&vbd->images)) in tapdisk_vbd_get_image_info() 1139 if (list_empty(&vbd->images)) in tapdisk_vbd_check_queue() 1722 return list_entry(vbd->images.next, td_image_t, next); in tapdisk_vbd_first_image()
|
A D | tapdisk-control.c | 273 if (!list_empty(&vbd->images)) { in tapdisk_control_list() 274 td_image_t *image = list_entry(vbd->images.next, in tapdisk_control_list() 389 if (list_empty(&vbd->images)) { in tapdisk_control_detach_vbd()
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | LiloConf.py | 90 self.images = [] 148 self.images.append(image) 157 for i in range(len(self.images)): 158 if self.images[i].title == self._default: 175 for i in g.images:
|
A D | ExtLinuxConf.py | 123 self.images = [] 188 self.images.append(image) 191 for i in range(len(self.images)): 192 if self.images[i].title == self._default: 212 for i in g.images:
|
A D | pygrub | 282 i = self.cf.images[y] 480 for i in range(len(self.cf.images)): 481 if self.cf.images[i].title == title: 486 if sel > len(self.cf.images): 557 img = self.cf.images[self.selected_image] 611 for i in range(len(cf.images)): 612 if entry == cf.images[i].title: 629 for i in range(len(g.cf.images)): 630 img = g.cf.images[i] 653 img = g.cf.images[sel] [all …]
|
A D | GrubConf.py | 170 self.images = [] 225 self.images.append(image) 472 for i in g.images:
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-scan.c | 106 struct vhd_image **images; member 134 if (!scan.images) in vhd_util_scan_pretty_allocate_list() 151 free(scan.images); in vhd_util_scan_pretty_allocate_list() 167 free(scan.images); in vhd_util_scan_pretty_free_list() 178 img = scan.images[i]; in vhd_util_scan_pretty_add_image() 208 scan.images = list; in vhd_util_scan_pretty_add_image() 311 qsort(scan.images, scan.cur, sizeof(scan.images[0]), in vhd_util_scan_pretty_print_images() 315 image = scan.images[i]; in vhd_util_scan_pretty_print_images() 340 image = scan.images[i]; in vhd_util_scan_pretty_print_images() 349 image = scan.images[i]; in vhd_util_scan_pretty_print_images() [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtpm-platforms.txt | 21 # dd if=/dev/zero of=/images/vtpmmgr-stubdom.img bs=2M count=1 22 # dd if=/dev/zero of=/images/vtpm-guest1.img bs=2M count=1 23 # dd if=/dev/zero of=/images/vtpm-guest2.img bs=2M count=1 31 disk=["file:/images/vtpmmgr-stubdom.img,hda,w"] 40 disk=["file:/images/vtpm-guest1.img,hda,w"] 47 disk=["file:/images/vtpm-guest2.img,hda,w"] 55 disk=["file:/images/guest1.img,xvda,w"] 62 disk=["file:/images/guest2.img,xvda,w"]
|
A D | stubdom.txt | 29 This replaces pygrub to boot domU images safely: it runs the regular grub
|
A D | amd-ucode-container.txt | 55 Initrd images can be modified to contain AMD microcode containers in cpio
|
A D | pvcalls.markdown | 85 for containers (Open Containers Initiative images to be precise). PV
|
A D | xen-command-line.markdown | 1726 'scan' instructs the hypervisor to scan the multiboot images for an cpio
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 101 images using version _V_. Tools shall support restoring from version 102 _V_. If the previous Xen release produced version _V_ - 1 images, 106 The marker field can be used to distinguish between legacy images and 107 those corresponding to this specification. Legacy images will have at 137 The endianness shall be 0 (little-endian) for images generated on an 686 Restoring legacy images from older tools shall be handled by 691 There are two different legacy images depending on whether they were 703 Table: Possible values for octet 4-7 in legacy images 721 type. This allows old images with the old record to still be
|
A D | libxl-migration-stream.pandoc | 89 The endianness shall be 0 (little-endian) for images generated on an 318 type. This allows old images with the old record to still be
|
/xen-4.10.0-shim-comet/tools/pygrub/ |
A D | README | 1 pygrub is a grub-like bootloader for xen. This tool is to use to boot domU images.
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 25 - Accessing file-based images from userspace avoids problems related 59 - VHD, including snapshots and sparse images 60 - Qcow, including snapshots and sparse images 90 /blktap2/vhd) can be used to build sparse copy-on-write vhd images. 127 Mounting images in Dom0 using the blktap2 driver 136 tapdisk2 -n aio:/home/images/rawFile.img
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 113 ELF images (dom0) will be logged in the Xen ring buffer.
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | README | 95 . added PCI data structure for the Cirrus VGABIOS images
|
A D | ChangeLog | 23 - added PCI data structure for the Cirrus VGABIOS images 44 - the biossums utility no longer modifies VGABIOS images with proper checksum
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 277 created the vTPM and the domU; for example, a system that only constructs images
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 193 " partition where GRUB images reside, specify the option `--stage2'"
|