/qemu/replay/ |
H A D | replay-events.c | 20 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 D | 026.out | 6 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 D | 026.out.nocache | 6 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 D | cxl.json | 14 # @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 D | trace.json | 34 # @name: Event name. 48 # @name: Event name pattern (case-sensitive glob). 69 # @name: Event name pattern (case-sensitive glob).
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 30 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 D | acpi_hw_reduced_hotplug.rst | 2 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 D | rocker.rst | 129 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__.py | 193 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 D | chardev.rs | 34 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 D | protocol.py | 243 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 D | Cargo.toml | 5 description = "IA-PC High Precision Event Timer emulation in Rust"
|
/qemu/tests/ |
H A D | vhost-user-bridge.c | 54 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 D | mptendian.c | 197 reply->Event = cpu_to_le32(reply->Event); in mptsas_fix_event_notification_reply_endianness()
|
H A D | mpi.h | 852 uint32_t Event; /* 14h */ member 866 uint32_t Event; /* 0Ch */ member
|
H A D | mptsas.c | 706 reply.Event = MPI_EVENT_EVENT_CHANGE; in mptsas_process_event_notification()
|
/qemu/scripts/ |
H A D | simpletrace.py | 16 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 D | device.rs | 8 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 D | protocol.py | 37 self.trigger_input: asyncio.Event 41 self.trigger_input = asyncio.Event() 46 self._accepted = asyncio.Event()
|
/qemu/tests/qapi-schema/ |
H A D | doc-good.txt | 270 "EVT_BOXED" (Event)
|
/qemu/chardev/ |
H A D | char-win-stdio.c | 65 KEY_EVENT_RECORD *kev = &buf[i].Event.KeyEvent; in DECLARE_INSTANCE_CHECKER()
|
/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 61 * Event notifiers (inter-thread signalling)
|
H A D | qapi-domain.rst | 128 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 D | testacpi.py2 | 47 …testsuite.add_test("ACPI HPET (High Precision Event Timer Table)", test_hpet, submenu="ACPI Tests")
|
H A D | smbios.py2 | 1052 …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',
|