Home
last modified time | relevance | path

Searched refs:e (Results 251 – 275 of 451) sorted by relevance

1...<<111213141516171819

/qemu/qapi/
H A Dblock-export.json347 # Describes a block export, i.e. how single node should be exported on
421 # - if @mode is 'safe' and the export is still in use (e.g. by
453 # @shutting-down: True if the export is shutting down (e.g. after a
H A Dintrospect.json57 # This is a @SchemaInfo's meta type, i.e. the kind of entity it
201 # @variants: variant members, i.e. additional members that depend on
/qemu/hw/ppc/
H A Dspapr_rtas.c238 CPUPPCState *e = &c->env; in rtas_ibm_suspend_me() local
244 if (!cs->halted || (e->msr & (1ULL << MSR_EE))) { in rtas_ibm_suspend_me()
/qemu/docs/system/s390x/
H A Dprotvirt.rst52 s390-ccw BIOS. I.e., the bootmap is interpreted, multiple components
H A Dcss.rst46 The auto-assigned-properties in QEMU (as seen via e.g. ``info qtree``)
/qemu/docs/system/i386/
H A Dkvm-pv.rst25 irqchip (e.g. "-machine ...,kernel-irqchip=split -cpu ...,x2apic").
/qemu/docs/specs/
H A Dpci-ids.rst45 official ID when the code leaves the test lab (i.e. when seeking
H A Dvmgenid.rst15 This allows management applications (e.g. libvirt) to notify the guest
17 configuration (e.g. snapshot execution or creation from a template). The
H A Dppc-spapr-hcalls.rst50 disabled, i.e. guest effective address equals to guest physical address), it
H A Dvmw_pvscsi-spec.rst88 e. Issue ``PVSCSI_CMD_SETUP_MSG_RING`` command again, provide
/qemu/target/xtensa/core-test_kc705_be/
H A Dgdb-config.c.inc89 "03:40:4e:2b","03:40:4e:7a",0,0,0,0)
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py58 except Exception as e:
60 stderr = str(e)
/qemu/docs/system/devices/
H A Dcan.rst137 if [ -e $ifc/device/vendor ] ; then
144 if [ -e $ifc/device/device ] ; then
H A Dnvme.rst161 Buffer support (i.e, the CMB is initially disabled and must be explicitly
252 The ``RUHLIST`` is a semicolon separated list (i.e. ``0;1;2;3``) and may
253 include ranges (i.e. ``0;8-15``). If no reclaim unit handle list is specified,
/qemu/docs/system/arm/
H A Dsbsa.rst39 (i.e. CPUs and memory). As a result it must have a firmware specifically built
/qemu/block/
H A Dvmdk.c272 VmdkExtent *e; in vmdk_free_extents() local
276 e = &s->extents[i]; in vmdk_free_extents()
277 g_free(e->l1_table); in vmdk_free_extents()
278 g_free(e->l2_cache); in vmdk_free_extents()
279 g_free(e->l1_backup_table); in vmdk_free_extents()
280 g_free(e->type); in vmdk_free_extents()
281 if (e->file != bs->file) { in vmdk_free_extents()
282 bdrv_unref_child(bs, e->file); in vmdk_free_extents()
/qemu/hw/hyperv/
H A Dvmbus.c1276 static void channel_event_cb(EventNotifier *e) in channel_event_cb() argument
1278 VMBusChannel *chan = container_of(e, VMBusChannel, notifier); in channel_event_cb()
1279 if (event_notifier_test_and_clear(e)) { in channel_event_cb()
2228 static void vmbus_signal_event(EventNotifier *e) in vmbus_signal_event() argument
2231 VMBus *vmbus = container_of(e, VMBus, notifier); in vmbus_signal_event()
2236 if (!event_notifier_test_and_clear(e)) { in vmbus_signal_event()
/qemu/docs/system/
H A Dvirtio-net-failover.rst48 -device vfio-pci,host=5e:00.2,id=hostdev0,bus=root1,failover_pair_id=net1
/qemu/docs/devel/
H A Dstable-process.rst10 and marked by an additional version number, e.g. 2.10.1. Occasionally,
H A Ddecodetree.rst40 Field definitions that involve loops (i.e. where a field is defined
47 cannot currently do both at once (i.e. pattern P uses format F; F has
/qemu/tests/qemu-iotests/
H A D124151 e = self.vm.event_wait(name="JOB_STATUS_CHANGE")
152 if e['data']['status'] == 'null':
H A Dqed.py230 except TypeError as e:
/qemu/target/sparc/
H A Dvis_helper.c477 unsigned e = (mask >> (28 - i*4)) & 0xf; in helper_bshuffle() local
478 r.VIS_B64(i) = s.b[e ^ host]; in helper_bshuffle()
/qemu/target/arm/tcg/
H A Dsve_helper.c1418 for (int e = 0; e < opr_sz / 4; e++) { in HELPER() local
1419 d[e] = do_cdot_s(n[e], m[e], a[e], sel_a, sel_b, sub_i); in HELPER()
1433 for (int e = 0; e < opr_sz / 8; e++) { in HELPER() local
1434 d[e] = do_cdot_d(n[e], m[e], a[e], sel_a, sel_b, sub_i); in HELPER()
1451 for (int e = 0; e < 4; e++) { in HELPER() local
1452 d[seg + e] = do_cdot_s(n[seg + e], seg_m, a[seg + e], in HELPER()
1471 for (int e = 0; e < 2; e++) { in HELPER() local
1472 d[seg + e] = do_cdot_d(n[seg + e], seg_m, a[seg + e], in HELPER()
/qemu/docs/interop/
H A Dpr-helper.rst71 and only if the SCSI status is 0x00, i.e. GOOD)

1...<<111213141516171819