/qemu/qapi/ |
H A D | trace.json | 18 # @unavailable: The event is statically disabled. 27 'data': ['unavailable', 'disabled', 'enabled'] } 73 # @ignore-unavailable: Do not match unavailable events with @name. 84 'data': {'name': 'str', 'enable': 'bool', '*ignore-unavailable': 'bool' } }
|
H A D | misc-i386.json | 131 # If unavailable due to an incompatible configuration the returned 171 # - If the launch measurement is unavailable, either due to an 288 # unavailable, either due to an invalid guest configuration
|
/qemu/monitor/ |
H A D | qmp-cmds-control.c | 45 GString *unavailable = NULL; in qmp_caps_accept() local 52 if (!unavailable) { in qmp_caps_accept() 53 unavailable = g_string_new(QMPCapability_str(list->value)); in qmp_caps_accept() 55 g_string_append_printf(unavailable, ", %s", in qmp_caps_accept() 62 if (unavailable) { in qmp_caps_accept() 63 error_setg(errp, "Capability %s not available", unavailable->str); in qmp_caps_accept() 64 g_string_free(unavailable, true); in qmp_caps_accept()
|
/qemu/tests/qemu-iotests/ |
H A D | 233.out | 33 disk size: unavailable 37 disk size: unavailable 52 disk size: unavailable 83 disk size: unavailable 94 disk size: unavailable
|
H A D | 302.out | 6 disk size: unavailable 11 disk size: unavailable
|
H A D | 259.out | 9 disk size: unavailable
|
/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 151 Troubleshooting unavailable tests 155 unavailable and won't execute. This can happen if a test or driver did not set 160 It is possible to troubleshoot unavailable tests by running:: 184 # name='arm/raspi2b' type=0 cmd_line='-M raspi2b ' [UNAVAILABLE] 195 The ``arm/raspi2b`` machine node is listed as "UNAVAILABLE". Although it is 196 reachable from the root via '' -> 'arm/raspi2b' the node is unavailable because 201 If a test is unexpectedly listed as "UNAVAILABLE", first check that the "ALL 206 first unavailable node in the path is the reason why the test is unavailable.
|
/qemu/include/hw/net/ |
H A D | npcm7xx_emc.h | 107 /* Enable Transmit Descriptor Unavailable Interrupt */ 113 /* Enable Receive Descriptor Unavailable Interrupt */ 124 /* Transmit Descriptor Unavailable Interrupt */ 132 /* Receive Descriptor Unavailable Interrupt */
|
H A D | npcm_gmac.h | 220 /* Receive Buffer Unavailable */ 230 /* Transmit Buffer Unavailable */ 267 /* Receive Buffer Unavailable Enable */ 277 /* Transmit Buffer Unavailable Enable */
|
/qemu/target/ppc/ |
H A D | power8-pmu-regs.c.inc | 20 * Facility Unavailable Interrupt will occur. 39 * generate a Facility Unavailable Interrupt. 204 * Monitor, and a read attempt results in a Facility Unavailable 237 * Monitor, and a write attempt results in a Facility Unavailable
|
H A D | excp_helper.c | 604 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in powerpc_excp_6xx() 766 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in powerpc_excp_7xx() 916 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in powerpc_excp_74xx() 928 case POWERPC_EXCP_VPU: /* Vector unavailable exception */ in powerpc_excp_74xx() 1066 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in powerpc_excp_booke() 1067 case POWERPC_EXCP_APU: /* Auxiliary processor unavailable */ in powerpc_excp_booke() 1097 case POWERPC_EXCP_SPEU: /* SPE/embedded floating-point unavailable/VPU */ in powerpc_excp_booke() 1422 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in powerpc_excp_books() 1482 case POWERPC_EXCP_VPU: /* Vector unavailable exception */ in powerpc_excp_books() 1483 case POWERPC_EXCP_VSXU: /* VSX unavailable exception */ in powerpc_excp_books() [all …]
|
/qemu/trace/ |
H A D | qmp.c | 28 /* error for unavailable event */ in check_events() 36 /* error for unavailable events */ in check_events()
|
/qemu/target/s390x/ |
H A D | cpu_models_system.c | 28 strList **unavailable) in check_unavailable_features() argument 36 list_add_feat("type", unavailable); in check_unavailable_features() 43 s390_feat_bitmap_to_ascii(missing, unavailable, list_add_feat); in check_unavailable_features() 68 /* check for unavailable features */ in create_cpu_model_list()
|
/qemu/docs/specs/ |
H A D | ppc-spapr-xive.rst | 104 (3) QEMU fails at CAS with ``Guest requested unavailable interrupt 127 (1) QEMU warns with ``warning: kernel_irqchip requested but unavailable: 132 (2) QEMU fails with ``kernel_irqchip requested but unavailable: 150 (3) QEMU fails at CAS with ``Guest requested unavailable interrupt
|
/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 194 case POWERPC_EXCP_FPU: /* Floating-point unavailable exception */ in cpu_loop() 195 case POWERPC_EXCP_APU: /* Auxiliary processor unavailable */ in cpu_loop() 197 case POWERPC_EXCP_VPU: /* Vector unavailable exception */ in cpu_loop()
|
/qemu/tests/functional/ |
H A D | test_cpu_queries.py | 28 self.assertNotIn('', c['unavailable-features'], c['name'])
|
/qemu/scripts/ |
H A D | compare-machine-types.py | 72 return 'Unavailable method' 198 return 'Unavailable driver' 300 "Unavailable method" - means that this script doesn't know how to get \ 303 "Unavailable driver" - means that this script doesn't know this driver. \
|
/qemu/hw/s390x/ |
H A D | cpu-topology.c | 240 error_setg(errp, "Unavailable socket: %d", socket_id); in s390_topology_check() 244 error_setg(errp, "Unavailable book: %d", book_id); in s390_topology_check() 248 error_setg(errp, "Unavailable drawer: %d", drawer_id); in s390_topology_check()
|
/qemu/linux-user/ |
H A D | trace-events | 4 signal_table_init(int i) "number of unavailable signals: %d"
|
/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 71 # Check that we will fail after non-zero timeout if server is still unavailable
|
/qemu/system/ |
H A D | balloon.c | 44 "Using KVM without synchronous MMU, balloon unavailable"); in have_balloon()
|
/qemu/hw/intc/ |
H A D | aspeed_vic.c | 236 qemu_log_mask(LOG_UNIMP, "%s: Software interrupts unavailable. " in aspeed_vic_write() 241 qemu_log_mask(LOG_UNIMP, "%s: Software interrupts unavailable. " in aspeed_vic_write()
|
/qemu/hw/arm/ |
H A D | kzm.c | 35 * 0xb0000000-0xb3ffffff Unavailable IGNORED
|
/qemu/target/riscv/ |
H A D | debug.h | 45 TRIGGER_TYPE_UNAVAIL = 15, /* trigger exists, but unavailable */
|
/qemu/target/i386/kvm/ |
H A D | tdx.c | 640 * tdx_adjust_cpuid_features() if XFD is unavailable on the hardware in tdx_add_supported_cpuid_by_xfam() 814 uint64_t actual, requested, unavailable, forced_on; in tdx_check_features() local 875 unavailable = requested & ~actual; in tdx_check_features() 876 mark_unavailable_features(cpu, w, unavailable, unav_prefix); in tdx_check_features() 877 if (unavailable) { in tdx_check_features()
|