Searched refs:hv (Results 1 – 16 of 16) sorted by relevance
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 40 ``hv-relaxed`` 45 ``hv-vapic`` 50 ``hv-spinlocks`` = xxx 55 ``hv-vpindex`` 58 hv-synic, hv-stimer and other enlightenments which require the guest to know its 62 ``hv-runtime`` 68 ``hv-crash`` 77 ``hv-time`` 85 ``hv-synic`` 94 Requires: ``hv-vpindex`` [all …]
|
/qemu/hw/hyperv/ |
H A D | meson.build | 5 …_ss.add(when: 'CONFIG_HV_BALLOON', if_true: files('hv-balloon.c', 'hv-balloon-page_range_tree.c', … 6 system_ss.add(when: 'CONFIG_HV_BALLOON', if_false: files('hv-balloon-stub.c'))
|
H A D | trace-events | 20 # hv-balloon
|
/qemu/target/ppc/ |
H A D | helper_regs.c | 58 bool hv; in hreg_check_bhrb_enable() local 70 hv = !!(env->msr & (1ull << MSR_HV)); in hreg_check_bhrb_enable() 72 if (hv && pr) { in hreg_check_bhrb_enable() 75 } else if (!hv && pr) { in hreg_check_bhrb_enable()
|
H A D | cpu.c | 144 bool hv = extract32(dawrx, PPC_BIT_NR(61), 1); in ppc_update_daw() local 159 if (!hv && !sv && !pr) { in ppc_update_daw()
|
H A D | tcg-excp_helper.c | 348 bool wt, wti, hv, sv, pr; in ppc_cpu_debug_check_watchpoint() local 363 hv = extract32(dawrx, PPC_BIT_NR(61), 1); in ppc_cpu_debug_check_watchpoint() 369 } else if ((env->msr & ((target_ulong)1 << MSR_HV)) && !hv) { in ppc_cpu_debug_check_watchpoint()
|
H A D | translate.c | 174 bool pr, hv, dr, le_mode; member 1506 if (unlikely(ctx->pr || !ctx->hv)) {\ 1518 if (unlikely(ctx->pr || !ctx->hv || ctx->dr)) { \ 4116 } else if (ctx->hv) { in gen_op_mfspr() 4300 } else if (ctx->hv) { in gen_mtspr() 5667 if (unlikely((CTX)->pr || !(CTX)->hv)) { \ 6510 ctx->hv = (hflags >> HFLAGS_HV) & 1; in ppc_tr_init_disas_context()
|
H A D | cpu.h | 2983 static inline bool ppc_interrupts_little_endian(PowerPCCPU *cpu, bool hv) in ppc_interrupts_little_endian() argument 2989 if (hv && env->has_hv_mode) { in ppc_interrupts_little_endian()
|
/qemu/qapi/ |
H A D | machine.json | 1221 # hv-balloon guest-provided memory status information. 1236 # @query-hv-balloon-status-report: 1238 # Return the hv-balloon driver data contained in the last received 1245 # - If no hv-balloon device is present, guest memory status 1260 { 'command': 'query-hv-balloon-status-report', 'returns': 'HvBalloonInfo' } 1265 # Emitted when the hv-balloon driver receives a "STATUS" message from 1436 # hv-balloon provided memory state information 1467 # @hv-balloon: since 8.2. 1473 'hv-balloon' ] } 1518 # @data: hv-balloon provided memory state information [all …]
|
/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
|
/qemu/target/ppc/translate/ |
H A D | storage-ctrl-impl.c.inc | 200 } else if (!ctx->hv) {
|
H A D | fixedpoint-impl.c.inc | 961 if (ctx->hv && !ctx->pr) {
|
/qemu/scripts/ |
H A D | meson-buildoptions.sh | 342 --enable-hv-balloon) printf "%s" -Dhv_balloon=enabled ;; 343 --disable-hv-balloon) printf "%s" -Dhv_balloon=disabled ;;
|
/qemu/ |
H A D | meson_options.txt | 156 description: 'hv-balloon driver (requires Glib 2.68+ GTree API)')
|
H A D | meson.build | 1693 error('could not enable hv-balloon, update your glib') 1695 warning('could not find glib support for hv-balloon, disabling') 4998 summary_info += {'hv-balloon support': hv_balloon}
|
H A D | MAINTAINERS | 2859 F: hw/hyperv/hv-balloon*.c 2860 F: hw/hyperv/hv-balloon*.h 2862 F: include/hw/hyperv/hv-balloon.h
|