Home
last modified time | relevance | path

Searched refs:event (Results 251 – 275 of 458) sorted by relevance

1...<<111213141516171819

/qemu/tests/qemu-iotests/
H A D071.out48 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
87 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
H A D176.out172 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
209 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
221 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
259 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
271 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
309 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
321 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
356 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
H A D22975 event = "write_aio"
H A D296174 event = ('JOB_STATUS_CHANGE',
176 if vm.events_wait([event], timeout=0.0) is not None:
H A D120.out8 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
H A D143.out13 {"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"g…
H A D11849 for event in self.vm.get_qmp_events(wait=False):
50 if (event['event'] == 'DEVICE_TRAY_MOVED' and
51 (event['data']['device'] == 'drive0' or
52 event['data']['id'] == self.device_name)):
53 if event['data']['tray-open'] == False:
H A D21575 event = "cor_write"
/qemu/trace/
H A Dcontrol.h17 size_t event; member
/qemu/tests/qtest/
H A Dmigration-helpers.h26 QDict *event, void *opaque);
/qemu/ui/
H A Dinput.c151 InputEvent *event = e->value; in qmp_input_send_event() local
153 if (!qemu_input_find_handler(1 << event->type, con)) { in qmp_input_send_event()
156 InputEventKind_str(event->type)); in qmp_input_send_event()
353 s->handler->event(s->dev, src, evt); in qemu_input_event_send_impl()
H A Dinput-legacy.c133 .event = legacy_kbd_event,
242 s->h.event = legacy_mouse_event; in qemu_add_mouse_event_handler()
/qemu/hw/sensor/
H A Dlsm303dlhc_mag.c415 static int lsm303dlhc_mag_event(I2CSlave *i2c, enum i2c_event event) in lsm303dlhc_mag_event() argument
419 switch (event) { in lsm303dlhc_mag_event()
540 k->event = lsm303dlhc_mag_event; in lsm303dlhc_mag_class_init()
/qemu/hw/timer/
H A Darmv7m_systick.c217 static void systick_cpuclk_update(void *opaque, ClockEvent event) in systick_cpuclk_update() argument
230 static void systick_refclk_update(void *opaque, ClockEvent event) in systick_refclk_update() argument
H A Dimx_gpt.c182 static void imx_gpt_compute_next_timeout(IMXGPTState *s, bool event) in imx_gpt_compute_next_timeout() argument
196 if (event) { in imx_gpt_compute_next_timeout()
251 imx_gpt_compute_next_timeout(s, event); in imx_gpt_compute_next_timeout()
/qemu/qapi/
H A Dacpi.json93 # @source: an integer containing the source event
141 { 'event': 'ACPI_DEVICE_OST',
/qemu/tests/qtest/libqos/
H A Dlibqos.h32 void prepare_blkdebug_script(const char *debug_fn, const char *event);
/qemu/hw/char/
H A Dterminal3270.c148 static void chr_event(void *opaque, QEMUChrEvent event) in chr_event() argument
159 switch (event) { in chr_event()
H A Dmcf_uart.c262 static void mcf_uart_event(void *opaque, QEMUChrEvent event) in mcf_uart_event() argument
266 switch (event) { in mcf_uart_event()
/qemu/hw/virtio/
H A Dvhost-user-scmi.c198 static void vu_scmi_event(void *opaque, QEMUChrEvent event) in vu_scmi_event() argument
202 switch (event) { in vu_scmi_event()
/qemu/docs/
H A Dmultiseat.txt9 multihead/multiseat and input event routing. Right now this
74 multiseat. For tablet events the event source is sent to the spice
78 event source isn't included in the spice protocol, so the wire
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst317 check-exception interrupt, then provides an RTAS event log via an
329 :ref:`hot-plug-unplug-event-structure`. Note that these events are not formally
331 also described below under :ref:`hot-plug-unplug-event-structure`, and so are
341 surfaced to the guest via check-exception RTAS calls, but use a dedicated event
342 source to signal the guest. This event source is advertised to the guest by the
343 addition of a ``hot-plug-events`` node under ``/event-sources`` node of the
347 .. _hot-plug-unplug-event-structure:
349 Hot plug/unplug event structure
/qemu/hw/misc/
H A Dbcm2835_cprman.c110 static void pll_xosc_update(void *opaque, ClockEvent event) in pll_xosc_update() argument
213 static void pll_channel_pll_in_update(void *opaque, ClockEvent event) in pll_channel_pll_in_update() argument
308 static void clock_mux_src_update(void *opaque, ClockEvent event) in clock_mux_src_update() argument
386 static void dsi0hsck_mux_in_update(void *opaque, ClockEvent event) in dsi0hsck_mux_in_update() argument
/qemu/io/
H A Dchannel-watch.c284 qemu_socket_select(sockfd, ioc->event, in qio_channel_create_socket_watch()
299 ssource->fd.fd = (gintptr)ioc->event; in qio_channel_create_socket_watch()
/qemu/scripts/tracetool/format/
H A Dh.py31 event = e.api(e.QEMU_EVENT))

1...<<111213141516171819