/linux-4.1.27/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 8 to easily and efficiently run guest operating systems. Normally, these guests 9 *cannot* themselves be hypervisors running their own guests, because in VMX, 10 guests cannot use VMX instructions. 13 hypervisors (which use VMX) with their own nested guests. It does so by 28 Single-level virtualization has two levels - the host (KVM) and the guests. 37 The current code supports running Linux guests under KVM guests.
|
D | mmu.txt | 17 - scaling: need to scale to large memory and large vcpu guests 120 Non-nested guests: 124 Nested guests: 398 For the large memory guests, walking and zapping all pages is really slow
|
D | ppc-pv.txt | 202 PAPR hypercalls are needed to run server PowerPC PAPR guests (-M pseries in QEMU).
|
D | timekeeping.txt | 24 specific recommendations for certain classes of KVM guests. 485 guests. 608 red-pill type detection), and it may allow information to leak between guests
|
D | msr.txt | 98 right shift by 32 bits. With this information, guests can
|
D | api.txt | 65 This section describes ioctls that can be used to control kvm guests. 1010 uniprocessor guests). 1757 Some guests configure the LINT1 NMI input to cause a panic, aiding in 2603 Specify a device address in the guest's physical address space where guests
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 76 situation by sending a message to guests using these VFs, and 78 another message is sent to the guests to re-enable the VFs. 95 situation by sending a message to guests using these VFs, and 97 another message is sent to the guests to re-enable the VFs.
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 110 For example, by reading and writing the "xenbus" file, guests 176 PCI devices to other guests. If you select this to be a module, you 178 you want to make visible to other guests. 197 to other guests via a high-performance shared-memory interface. 199 if guests need generic access to SCSI devices. 277 Support for auto-translated physmap guests.
|
/linux-4.1.27/tools/perf/util/ |
D | machine.c | 123 machines->guests = RB_ROOT; in machines__init() 136 struct rb_node **p = &machines->guests.rb_node; in machines__add() 160 rb_insert_color(&machine->rb_node, &machines->guests); in machines__add() 173 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter() 186 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec() 195 struct rb_node **p = &machines->guests.rb_node; in machines__find() 258 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests() 285 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size() 525 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos() 547 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid() [all …]
|
D | build-id.c | 226 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table() 265 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all() 511 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids() 532 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
|
D | machine.h | 95 struct rb_root guests; member
|
/linux-4.1.27/net/iucv/ |
D | Kconfig | 8 communication link between VM guests.
|
/linux-4.1.27/arch/tile/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/drivers/vhost/ |
D | Kconfig | 22 for use with virtio-scsi guests
|
/linux-4.1.27/arch/arm64/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/arch/mips/kvm/ |
D | Kconfig | 10 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 2 * Xen Virtual Machine for unprivileged guests
|
/linux-4.1.27/Documentation/vm/ |
D | zswap.txt | 18 * Overcommitted guests that share a common I/O resource can 21 impact to the guest workload and guests sharing the I/O subsystem
|
D | hwpoison.txt | 40 The main target right now is KVM guests, but it works for all kinds
|
D | frontswap.txt | 229 then force guests to do their own swapping.
|
/linux-4.1.27/arch/arm/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
D | interrupts.S | 120 @ then it is safer if we deny guests from using it as well.
|
/linux-4.1.27/arch/s390/kvm/ |
D | Kconfig | 11 operating systems inside virtual machines (guests).
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_gpci | 6 counters being accumulated by other guests and to physical
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-list.txt | 30 G - guest counting (in KVM guests) 31 H - host counting (not in KVM guests)
|
/linux-4.1.27/arch/x86/kvm/ |
D | Kconfig | 13 operating systems inside virtual machines (guests).
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 69 guests to continue running and to recover from the error. 146 create/destroy messages that are currently not in use by linux guests.
|
D | proc-entries.txt | 14 number this node is in the system. For some guests, this may be
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 10 QEMU exposes the control and data register to ARM guests as memory mapped
|
/linux-4.1.27/drivers/s390/net/ |
D | Kconfig | 36 link between VM guests. Using ifconfig a point-to-point connection
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 16 - Simple program to create new guests.
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 68 If you manage guests with libvirt, add the following tags to domain XML files.
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 11 other operating systems inside virtual machines (guests).
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 682 Linux kernel between different VM guests. This reduces memory 683 usage with lots of guests but greatly increases kernel size.
|
/linux-4.1.27/Documentation/ |
D | vfio.txt | 301 3) PPC64 guests are paravirtualized but not fully emulated. There is an API 312 and bridge structures above the multiple IOAs). PPC64 guests detect PCI errors
|
D | kernel-parameters.txt | 1038 The xen output can only be used by Xen PV guests. 1701 for all guests.
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 38 Enables ePAPR para-virtualization support for guests.
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbe.txt | 325 model for the guests, and this older CPU model does not support MSI-X
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 210 One use case for this is VM hosts that want to run guests on
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 413 be allocated to other guests. The balloon can also be deflated
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 511 block devices to other guests via a high-performance shared-memory
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 343 want to protect Xen guests with Remus.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1095 will get your guests cpus back. 1565 Sharing a disk between multiple guests
|