Home
last modified time | relevance | path

Searched refs:e (Results 226 – 250 of 451) sorted by relevance

12345678910>>...19

/qemu/include/exec/
H A Dmemory.h1058 bool match_data, uint64_t data, EventNotifier *e);
1074 bool match_data, uint64_t data, EventNotifier *e);
2335 EventNotifier *e);
2355 EventNotifier *e);
/qemu/tests/vm/
H A Dbasevm.py667 except Exception as e:
668 if isinstance(e, SystemExit) and e.code == 0:
/qemu/docs/system/
H A Dreplay.rst73 events (e.g. keyboard input) and simulating deterministic ones (e.g. reading
181 and replaying must contain identical specifications of audio hardware, e.g.:
H A Dtarget-i386-desc.rst.inc68 machine property, i.e.
/qemu/hw/vfio/
H A Dmigration.c847 MigrationEvent *e, Error **errp) in vfio_migration_state_notifier() argument
855 trace_vfio_migration_state_notifier(vbasedev->name, e->type); in vfio_migration_state_notifier()
857 if (e->type == MIG_EVENT_PRECOPY_FAILED) { in vfio_migration_state_notifier()
H A Dpci.h34 EventNotifier e; member
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml97 - echo -e '[job.output.testlogs]\nstatuses = ["FAIL", "INTERRUPT"]'
/qemu/docs/system/i386/
H A Dhyperv.rst23 QEMU, individual enlightenments can be enabled through CPU flags, e.g:
59 Virtual Processor indices (e.g. when VP index needs to be passed in a
165 Note: some virtualization features (e.g. Posted Interrupts) are disabled when
263 In some cases (e.g. during development) it may make sense to use QEMU in
/qemu/scripts/qapi/
H A Dexpr.py204 return ', '.join("'" + e + "'" for e in sorted(elems))
/qemu/docs/config/
H A Dq35-emulated.cfg43 # 00:1e.0 PCI bridge (legacy PCI bridge)
123 addr = "1e.0"
/qemu/tests/migration/guestperf/
H A Dengine.py489 except Exception as e:
491 print("Failed: %s" % str(e))
/qemu/util/
H A Dmain-loop.c648 void event_notifier_set_handler(EventNotifier *e, in event_notifier_set_handler() argument
652 aio_set_event_notifier(iohandler_ctx, e, handler, NULL, NULL); in event_notifier_set_handler()
/qemu/docs/devel/
H A Dtcg-plugins.rst4 Written by Emilio Cota and Alex Bennée
141 synchronous exception (e.g. SIGILL) triggered by the instruction
150 Unsuccessful operations (i.e. faults) will not be visible to memory
152 (e.g. entering a exception handler).
174 callbacks (e.g. memory access callbacks) might be called very
187 We support the uninstallation of a plugin at any time (e.g. from
H A Dmulti-process.rst45 it needs to provide its service, e.g., a disk service could be given
57 emulation. i.e., the control process would also be the CPU emulation
82 VM. (e.g., via the QEMU command line as *-device foo*)
191 object code (e.g., the code that implements disk images for disk driver
231 (e.g., disk, network, etc.) in a single process, so that all backends of
307 replace. i.e., the proxy object for an LSI SCSI controller will be a
612 well as which bus the range resides on (e.g., on an x86machine, it can
615 A device can have multiple physical address ranges it responds to (e.g.,
629 | id | range ID (e.g., PCI BAR) |
636 MMIO type (e.g., load or store), and its length and data. It also
[all …]
H A Dtcg-ops.rst189 - Single instructions are simplified, e.g.
630 instruction only when necessary i.e., for SMP guests and when MTTCG is
698 | The *memidx* selects the qemu tlb index to use (e.g. user or kernel access).
809 - | Shift all elements from v1 by a scalar *i2*/*s2*. I.e.
831 - | Shift elements from *v1* by elements from *v2*. I.e.
868 a constant (e.g. addi for add, movi for mov).
965 often modified, e.g. the integer registers and the condition
/qemu/block/
H A Dnfs.c568 const QDictEntry *e; in nfs_options_qdict_to_qapi() local
583 while ((e = qdict_first(options))) { in nfs_options_qdict_to_qapi()
584 qdict_del(options, e->key); in nfs_options_qdict_to_qapi()
/qemu/contrib/gitdm/
H A Daliases12 # you can just apply --use-mailmap to you git-log command, e.g:
/qemu/qapi/
H A Dreplay.json72 # i.e. at instruction counts greater than the current one. The
H A Dmisc.json21 # "@dbus-display" or the name of a character device (e.g. from
186 # only available during the preconfig state (i.e. when the --preconfig
/qemu/docs/specs/
H A Dpvpanic.rst6 management apps (e.g. libvirt) to be notified and respond to the event.
/qemu/docs/system/devices/
H A Dccid.rst24 reader and smart card (i.e. not backed by a physical device) using this device.
122 …vscclient -e "db=\"sql:$PWD\" use_hw=no soft=(,Test,CAC,,id-cert,signing-cert,encryption-cert)" <q…
/qemu/docs/system/s390x/
H A D3270.rst30 * Start the guest. In the guest, use ``chccwdev -e 0.0.000a`` to enable
/qemu/
H A Dtrace-events10 # 2. Call the trace event from code using trace_##name, e.g. multiwrite_cb() ->
/qemu/accel/tcg/
H A Datomic_common.c.inc8 * Written by Alex Bennée <alex.bennee@linaro.org>
/qemu/docs/devel/migration/
H A Dvirtio.rst111 virtio_load() returned (like e.g. code depending on features).

12345678910>>...19