Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 30) sorted by relevance

12

/qemu/tests/qapi-schema/
H A Dalternate-nested.err1 alternate-nested.json: In alternate 'Alt2':
2 alternate-nested.json:4: branch 'nested' cannot use alternate type 'Alt1'
H A Dalternate-nested.json1 # we reject a nested alternate branch
5 'data': { 'nested': 'Alt1', 'b': 'bool' } }
H A Dnested-struct-data-invalid-dict.err1 nested-struct-data-invalid-dict.json: In command 'foo':
2 nested-struct-data-invalid-dict.json:3: 'data' member 'a' misses key 'type'
H A Dnested-struct-data.err1 nested-struct-data.json: In command 'foo':
2 nested-struct-data.json:2: 'data' member 'a' should be a type name or array
H A Dinclude-nested-err.err1 In file included from include-nested-err.json:1:
H A Dargs-member-array-bad.json2 { 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }
H A Dmeson.build21 'alternate-nested.json',
122 'include-nested-err.json',
137 'nested-struct-data.json',
138 'nested-struct-data-invalid-dict.json',
H A Dqapi-schema-test.json45 # for testing nested structs
/qemu/tests/unit/
H A Dtest-nested-aio-poll.c28 bool nested; member
50 g_assert(!td->nested); in io_poll_ready()
51 td->nested = true; in io_poll_ready()
59 td->nested = false; in io_poll_ready()
H A Dcheck-block-qdict.c641 QDict *src, *nested; in qdict_crumple_test_bad_inputs() local
664 nested = qdict_new(); in qdict_crumple_test_bad_inputs()
665 qdict_put(nested, "x", qdict_new()); in qdict_crumple_test_bad_inputs()
666 qdict_put(src, "rule.a", nested); in qdict_crumple_test_bad_inputs()
H A Dmeson.build118 'test-nested-aio-poll': [testblock],
/qemu/docs/devel/
H A Dnested-papr.txt4 This API aims at providing support to enable nested virtualization with
5 KVM on PowerVM. While the existing support for nested KVM on PowerNV was
6 introduced with cap-nested-hv option, however, with a slight design change,
7 to enable this on papr/pseries, a new cap-nested-papr option is added. eg:
9 qemu-system-ppc64 -cpu POWER10 -machine pseries,cap-nested-papr=true ...
25 hypervisor and run nested guests through the use of hypercalls, if the
44 KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
110 docs: powerpc: Document nested KVM on POWER
112 Document support for nested KVM on POWER using the existing API as well
H A Ddecodetree.rst208 close-brace or close-bracket. Groups may be nested, increasing the
209 required indentation of the lines within the nested group to two
220 to be nested inside overlap groups.
H A Drcu.txt74 read-side critical sections may be nested and/or overlapping.
188 nested.
/qemu/hw/ppc/
H A Dspapr_nested.c19 spapr->nested.capabilities_set = false; in spapr_nested_reset()
24 spapr->nested.api = 0; in spapr_nested_reset()
30 return spapr->nested.api; in spapr_nested_api()
42 patb = spapr->nested.ptcr & PTCR_PATB; in spapr_get_pate_nested_hv()
43 pats = spapr->nested.ptcr & PTCR_PATS; in spapr_get_pate_nested_hv()
343 if (spapr->nested.ptcr == 0) { in h_enter_nested()
1253 if (!spapr->nested.capabilities_set) { in h_guest_set_capabilities()
1254 spapr->nested.capabilities_set = true; in h_guest_set_capabilities()
1290 if (!spapr->nested.capabilities_set) { in h_guest_create()
1294 if (!spapr->nested.guests) { in h_guest_create()
[all …]
H A Dspapr_caps.c494 spapr->nested.api = NESTED_API_KVM_HV; in cap_nested_kvm_hv_apply()
525 spapr->nested.api = NESTED_API_PAPR; in cap_nested_papr_apply()
/qemu/docs/system/ppc/
H A Dpseries.rst11 capable of acting as a hypervisor OS, providing, on that role, nested
180 As KVM-PR can be run inside a pSeries guest, it can also provide nested
202 pSeries guests as well, making nested virtualization possible with KVM-HV.
218 nested. Combinations not shown in the table are not available.
251 .. [2] KVM-HV cannot run nested on POWER8 machines.
/qemu/docs/system/i386/
H A Dhyperv.rst143 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When
160 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When
166 hv-evmcs is enabled. It may make sense to measure your nested workload with and
174 is delivered via normal interrupt. It is known that nested Hyper-V can only
229 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When
249 The enlightenment is nested specific, it targets Hyper-V on KVM guests. When
/qemu/tests/qemu-iotests/
H A D072.out3 === Testing nested image formats ===
H A D089.out3 === Testing nested image formats ===
/qemu/python/scripts/
H A Dmkvenv.py381 nested = ""
383 nested = f"(with packages from '{builder.get_parent_libpath()}') "
/qemu/docs/specs/
H A Dppc-spapr-xive.rst64 XIVE native exploitation mode is not supported for KVM nested guests,
129 In some cases (old host kernels or KVM nested guests), one may hit a
/qemu/docs/system/arm/
H A Demulation.rst96 - FEAT_NV2 (Enhanced nested virtualization support)
/qemu/docs/system/
H A Dauthz.rst122 Due to the way this driver requires setting nested properties, creating
/qemu/include/hw/ppc/
H A Dspapr.h219 SpaprMachineStateNested nested; member

12