| /openbmc/qemu/docs/system/i386/ |
| H A D | kvm-pv.rst | 18 - ``kvm-nopiodelay`` 19 - ``kvm-asyncpf`` 20 - ``kvm-steal-time`` 21 - ``kvm-pv-eoi`` 24 ``kvm-msi-ext-dest-id`` feature is enabled by default in x2apic mode with split 37 ``kvm-nopiodelay`` 41 ``kvm-mmu`` 44 ``kvm-asyncpf`` 47 Use ``kvm-asyncpf-int`` instead. 49 ``kvm-steal-time`` [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | fix-strerrorname_np.patch | 4 Subject: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np() 13 Fixes: commit 082e9e4a58ba (target/riscv/kvm: improve 'init_multiext_cfg' error 19 target/riscv/kvm/kvm-cpu.c | 3 +-- 22 diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c 24 --- a/target/riscv/kvm/kvm-cpu.c 25 +++ b/target/riscv/kvm/kvm-cpu.c
|
| /openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-kernel-kvm-don-t-hardcode-objcopy.patch | 4 Subject: [PATCH] kernel/kvm: don't hardcode objcopy 6 testcases/kernel/kvm uses objcopy to contruct a payload binary, but in 10 CC testcases/kernel/kvm/lib_host.o 12 make[3]: *** [ltp/testcases/kernel/kvm/Makefile:67: kvm_svm03-payload.o] Error 1 22 testcases/kernel/kvm/Makefile | 4 ++-- 49 diff --git a/testcases/kernel/kvm/Makefile b/testcases/kernel/kvm/Makefile 51 --- a/testcases/kernel/kvm/Makefile 52 +++ b/testcases/kernel/kvm/Makefile
|
| /openbmc/qemu/bsd-user/ |
| H A D | meson.build | 24 kvm = cc.find_library('kvm', required: true) build 25 bsd_user_ss.add(elf, procstat, kvm)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu-system-native_10.0.0.bb | 12 PACKAGECONFIG ??= "fdt alsa kvm pie slirp png pixman \ 16 # Handle distros such as CentOS 5 32-bit that do not have kvm support 17 PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
|
| H A D | qemu_10.0.0.bb | 19 fdt sdl kvm pie slirp \ 24 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
|
| /openbmc/qemu/accel/kvm/ |
| H A D | meson.build | 3 'kvm-all.c', 4 'kvm-accel-ops.c',
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | qemu.py | 22 port=None, machine='', rootfs='', kernel='', kvm=False, slirp=False, argument 35 self.kvm = kvm 45 use_kvm=kvm, use_slirp=slirp, dump_dir=dump_dir, logger=logger,
|
| /openbmc/qemu/target/loongarch/ |
| H A D | trace-events | 3 #kvm.c 14 kvm_arch_handle_exit(int num) "kvm arch handle exit, the reason number: %d" 15 kvm_set_intr(int irq, int level) "kvm set interrupt, irq num: %d, level: %d"
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | meson.build | 4 'kvm.c', 5 'kvm-cpu.c',
|
| /openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/ |
| H A D | 0005-Add-kvm-group.patch | 4 Subject: [PATCH] Add kvm group 20 +kvm:*:47:
|
| /openbmc/qemu/docs/specs/ |
| H A D | riscv-aia.rst | 31 chooses to use the irqchip in split mode via "-accel kvm,kernel-irqchip=split", 63 * - kvm 70 * - kvm 77 * - kvm
|
| /openbmc/qemu/hw/s390x/ |
| H A D | meson.build | 22 'tod-kvm.c', 23 's390-skeys-kvm.c', 24 's390-stattrib-kvm.c', 25 's390-pci-kvm.c',
|
| /openbmc/qemu/qapi/ |
| H A D | accelerator.json | 28 # @query-kvm: 39 { 'command': 'query-kvm', 'returns': 'KvmInfo' }
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | types.py | 176 def qemu_use_kvm(kvm, target_arch): argument 182 if kvm and boolean(kvm):
|
| /openbmc/webui-vue/src/views/Operations/Kvm/ |
| H A D | KvmConsole.vue | 3 <div ref="toolbar" class="kvm-toolbar"> 37 <div id="terminal-kvm" ref="panel" :class="terminalClass"></div> 115 `wss://${window.location.host}/kvm/0`, 170 '#/console/kvm', 184 .kvm-status {
|
| /openbmc/qemu/target/loongarch/kvm/ |
| H A D | meson.build | 1 loongarch_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
|
| /openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/interfaces/ |
| H A D | bmcweb_%.bbappend | 6 kvm \
|
| /openbmc/qemu/target/riscv/kvm/ |
| H A D | meson.build | 1 riscv_ss.add(when: 'CONFIG_KVM', if_true: files('kvm-cpu.c'))
|
| /openbmc/qemu/target/arm/ |
| H A D | meson.build | 16 arm_system_ss.add(when: 'CONFIG_KVM', if_true: files('hyp_gdbstub.c', 'kvm.c')) 34 arm_common_system_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
|
| /openbmc/bmcweb/features/ |
| H A D | meson.build | 3 subdir('kvm') subdir
|
| /openbmc/phosphor-webui/app/server-control/styles/ |
| H A D | kvm.scss | 12 .kvm-window {
|
| H A D | index.scss | 5 @import "./kvm.scss";
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _kvm.scss | 1 #terminal-kvm {
|
| /openbmc/qemu/docs/system/ppc/ |
| H A D | powernv.rst | 60 KVM acceleration in Linux Power hosts is provided by the kvm-hv and 61 kvm-pr modules. kvm-hv is adherent to PAPR and it's not compliant with 62 powernv. kvm-pr in theory could be used as a valid accel option but 63 this isn't supported by kvm-pr at this moment. 66 to use accel=kvm, the powernv machine will throw an error informing that 67 KVM is not supported. This can be revisited in the future if kvm-pr (or
|