Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 27) sorted by relevance

12

/qemu/replay/
H A Dreplay-events.c20 typedef struct Event { struct
26 QTAILQ_ENTRY(Event) events; argument
27 } Event; typedef
29 static QTAILQ_HEAD(, Event) events_list = QTAILQ_HEAD_INITIALIZER(events_list);
34 static void replay_run_event(Event *event) in replay_run_event()
88 Event *event = QTAILQ_FIRST(&events_list); in replay_flush_events()
104 Event e; in replay_add_event()
113 Event *event = g_new0(Event, 1); in replay_add_event()
164 static void replay_save_event(Event *event) in replay_save_event()
203 Event *event = QTAILQ_FIRST(&events_list); in replay_save_events()
[all …]
/qemu/tests/qemu-iotests/
H A D026.out6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
H A D026.out.nocache6 Event: l1_update; errno: 5; imm: off; once: on; write
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
16 Event: l1_update; errno: 5; imm: off; once: off; write
23 Event: l1_update; errno: 5; imm: off; once: off; write -b
30 Event: l1_update; errno: 28; imm: off; once: on; write
35 Event: l1_update; errno: 28; imm: off; once: on; write -b
40 Event: l1_update; errno: 28; imm: off; once: off; write
47 Event: l1_update; errno: 28; imm: off; once: off; write -b
54 Event: l2_load; errno: 5; imm: off; once: on; write
62 Event: l2_load; errno: 5; imm: off; once: on; write -b
[all …]
/qemu/qapi/
H A Dcxl.json14 # @informational: Information Event Log
16 # @warning: Warning Event Log
18 # @failure: Failure Event Log
20 # @fatal: Fatal Event Log
34 # Inject an event record for a General Media Event (CXL r3.0
42 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
43 # Record Format, Event Record Flags for subfield definitions.
47 # Media Event Record, Physical Address.
49 # @descriptor: Memory Event Descriptor with additional memory event
50 # information. See CXL r3.0 Table 8-43 General Media Event
[all …]
H A Dtrace.json34 # @name: Event name.
48 # @name: Event name pattern (case-sensitive glob).
69 # @name: Event name pattern (case-sensitive glob).
/qemu/docs/specs/
H A Dppc-xive.rst30 routing by matching an event source number with an Event
65 esb: Event State Buffer (Array of PQ bits in an IVSE)
66 eas: Event Assignment Structure
67 end: Event Notification Descriptor
108 an Event State Buffer (ESB) array and can be controlled by MMIOs.
110 If the event is let through, the IVRE looks up in the Event Assignment
111 Structure (EAS) table for an Event Notification Descriptor (END)
112 configured for the source. Each Event Notification Descriptor defines
113 a notification path to a CPU and an in-memory Event Queue, in which
129 - Event-Based Branch (user level)
[all …]
H A Dacpi_hw_reduced_hotplug.rst2 QEMU and ACPI BIOS Generic Event Device interface
5 The ACPI *Generic Event Device* (GED) is a HW reduced platform
61 [0x0-0x3] Event selector bit field (32 bit) set by QEMU.
H A Drocker.rst129 1 Event descriptor ring completion
158 table insertion/deletion, and more. Event processing provides an async
485 TYPE 4 Event type, one of:
488 INFO <nest> Event info (details below)
490 Link Changed Event
503 MAC VLAN Seen Event
/qemu/scripts/tracetool/
H A D__init__.py193 class Event(object): class
273 return Event(self.name, list(self.properties), self.fmt,
290 m = Event._CRE.match(line_str)
311 return Event(name, props, fmt, args, lineno, filename)
341 fmt = Event.QEMU_TRACE
368 event = Event.build(line, lineno, fname)
/qemu/rust/qemu-api/src/
H A Dchardev.rs34 pub type Event = bindings::QEMUChrEvent; typedef
98 EventFn: for<'a> FnCall<(&'a T, Event)>, in enable_handlers() argument
131 unsafe extern "C" fn rust_event_cb<T, F: for<'a> FnCall<(&'a T, Event)>>( in enable_handlers()
133 event: Event, in enable_handlers() argument
148 let event_cb: Option<unsafe extern "C" fn(*mut c_void, Event)> = if EventFn::is_some() { in enable_handlers()
/qemu/python/qemu/qmp/
H A Dprotocol.py243 self._runstate_changed: Optional[asyncio.Event] = None
247 self._accepted: Optional[asyncio.Event] = None
462 def _runstate_event(self) -> asyncio.Event:
467 self._runstate_changed = asyncio.Event()
555 self._accepted = asyncio.Event()
/qemu/rust/hw/timer/hpet/
H A DCargo.toml5 description = "IA-PC High Precision Event Timer emulation in Rust"
/qemu/tests/
H A Dvhost-user-bridge.c54 typedef struct Event { struct
57 } Event; argument
62 Event events[FD_SETSIZE];
164 Event *e = &dispr->events[sock]; in dispatcher_wait()
/qemu/hw/scsi/
H A Dmptendian.c197 reply->Event = cpu_to_le32(reply->Event); in mptsas_fix_event_notification_reply_endianness()
H A Dmpi.h852 uint32_t Event; /* 14h */ member
866 uint32_t Event; /* 0Ch */ member
H A Dmptsas.c706 reply.Event = MPI_EVENT_EVENT_CHANGE; in mptsas_process_event_notification()
/qemu/scripts/
H A Dsimpletrace.py16 from tracetool import read_events, Event
84 dropped_event = Event.build("Dropped_Event(uint64_t num_events_dropped)",
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs8 chardev::{CharBackend, Chardev, Event},
608 fn event(&self, event: Event) { in event() argument
611 if event == Event::CHR_EVENT_BREAK && !regs.loopback_enabled() { in event()
/qemu/python/tests/
H A Dprotocol.py37 self.trigger_input: asyncio.Event
41 self.trigger_input = asyncio.Event()
46 self._accepted = asyncio.Event()
/qemu/tests/qapi-schema/
H A Ddoc-good.txt270 "EVT_BOXED" (Event)
/qemu/chardev/
H A Dchar-win-stdio.c65 KEY_EVENT_RECORD *kev = &buf[i].Event.KeyEvent; in DECLARE_INSTANCE_CHECKER()
/qemu/docs/devel/
H A Dmultiple-iothreads.rst61 * Event notifiers (inter-thread signalling)
H A Dqapi-domain.rst128 Event, Enum, Object and Alternate directives.
304 Document a member of an Event or Object.
306 :availability: This field list is available in the body of Event or
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py247 …testsuite.add_test("ACPI HPET (High Precision Event Timer Table)", test_hpet, submenu="ACPI Tests")
H A Dsmbios.py21052 …0x0E: 'Logging disabled for a specific Event Type - too many errors of the same type received in a…
1070 0x02: 'Multiple-Event',
1071 0x03: 'Multiple-Event Handle',
1074 0x06: 'Multiple-Event System Management Type',

12