Home
last modified time | relevance | path

Searched refs:hv (Results 1 – 16 of 16) sorted by relevance

/qemu/docs/system/i386/
H A Dhyperv.rst40 ``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 Dmeson.build5 …_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 Dtrace-events20 # hv-balloon
/qemu/target/ppc/
H A Dhelper_regs.c58 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 Dcpu.c144 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 Dtcg-excp_helper.c348 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 Dtranslate.c174 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 Dcpu.h2983 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 Dmachine.json1221 # 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 Dpowernv.rst60 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 Dstorage-ctrl-impl.c.inc200 } else if (!ctx->hv) {
H A Dfixedpoint-impl.c.inc961 if (ctx->hv && !ctx->pr) {
/qemu/scripts/
H A Dmeson-buildoptions.sh342 --enable-hv-balloon) printf "%s" -Dhv_balloon=enabled ;;
343 --disable-hv-balloon) printf "%s" -Dhv_balloon=disabled ;;
/qemu/
H A Dmeson_options.txt156 description: 'hv-balloon driver (requires Glib 2.68+ GTree API)')
H A Dmeson.build1693 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 DMAINTAINERS2859 F: hw/hyperv/hv-balloon*.c
2860 F: hw/hyperv/hv-balloon*.h
2862 F: include/hw/hyperv/hv-balloon.h