/qemu/ui/ |
H A D | clipboard.c | 33 VMSTATE_INT32(selection, QemuClipboardInfo), 81 QemuClipboardSelection selection) in qemu_clipboard_peer_owns() argument 83 QemuClipboardInfo *info = qemu_clipboard_info(selection); in qemu_clipboard_peer_owns() 89 QemuClipboardSelection selection) in qemu_clipboard_peer_release() argument 93 if (qemu_clipboard_peer_owns(peer, selection)) { in qemu_clipboard_peer_release() 95 info = qemu_clipboard_info_new(NULL, selection); in qemu_clipboard_peer_release() 105 !cbinfo[info->selection] || in qemu_clipboard_check_serial() 106 !cbinfo[info->selection]->has_serial) { in qemu_clipboard_check_serial() 112 ok = info->serial >= cbinfo[info->selection]->serial; in qemu_clipboard_check_serial() 114 ok = info->serial > cbinfo[info->selection]->serial; in qemu_clipboard_check_serial() [all …]
|
H A D | dbus-clipboard.c | 69 info->selection, in dbus_clipboard_update_info() 79 req = &dpy->clipboard_request[info->selection]; in dbus_clipboard_update_info() 96 info->selection, in dbus_clipboard_update_info() 154 info->selection, in dbus_clipboard_qemu_request() 317 "Invalid clipboard selection: %d", arg_selection); in dbus_clipboard_grab() 380 "Invalid clipboard selection: %d", arg_selection); in dbus_clipboard_request()
|
H A D | vdagent.c | 80 [VD_AGENT_CAP_CLIPBOARD_SELECTION] = "clipboard-selection", 341 *s = info->selection; in vdagent_send_clipboard_grab() 344 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_grab() 352 info->serial = vd->last_serial[info->selection]++; in vdagent_send_clipboard_grab() 382 *s = info->selection; in vdagent_send_clipboard_release() 384 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_release() 404 *s = info->selection; in vdagent_send_clipboard_data() 407 } else if (info->selection != QEMU_CLIPBOARD_SELECTION_CLIPBOARD) { in vdagent_send_clipboard_data() 423 QemuClipboardSelection selection, in vdagent_send_empty_clipboard_data() argument 426 g_autoptr(QemuClipboardInfo) info = qemu_clipboard_info_new(&vd->cbpeer, selection); in vdagent_send_empty_clipboard_data() [all …]
|
H A D | dbus-display1.xml | 672 .. _dbus-clipboard-selection: 674 **Selection values**:: 715 @selection: a :ref:`selection value<dbus-clipboard-selection>`. 722 <arg type="u" name="selection"/> 729 @selection: a :ref:`selection value<dbus-clipboard-selection>`. 734 <arg type="u" name="selection"/> 739 @selection: a :ref:`selection value<dbus-clipboard-selection>` 750 <arg type="u" name="selection"/>
|
H A D | gtk-clipboard.c | 80 QemuClipboardSelection s = info->selection; in gd_clipboard_update_info() 147 text = gtk_clipboard_wait_for_text(gd->gtkcb[info->selection]); in gd_clipboard_request()
|
H A D | trace-events | 144 vdagent_cb_grab_selection(const char *name) "selection %s" 145 vdagent_cb_grab_discard(const char *name, int cur, int recv) "selection %s, cur:%d recv:%d" 161 dbus_clipboard_grab(int selection, unsigned int serial) "selection=%d serial=%u"
|
/qemu/include/ui/ |
H A D | clipboard.h | 49 * @QEMU_CLIPBOARD_SELECTION_PRIMARY: primary selection (select + middle mouse button). 50 * @QEMU_CLIPBOARD_SELECTION_SECONDARY: secondary selection (dunno). 51 * @QEMU_CLIPBOARD_SELECTION__COUNT: selection count. 127 * @selection: clipboard selection. 137 int selection; /* QemuClipboardSelection */ member 167 * @selection: clipboard selection. 172 QemuClipboardSelection selection); 178 * @selection: clipboard selection. 183 QemuClipboardSelection selection); 188 * @selection: clipboard selection. [all …]
|
/qemu/include/hw/misc/ |
H A D | aspeed_scu.h | 99 * SCU08 Clock Selection Register 103 * 27 2D Engine GCLK clock source selection 105 * 25:23 APB PCLK divider selection 106 * 22:20 LPC Host LHCLK divider selection 108 * 18:16 MAC AHB bus clock divider selection 110 * 14:12 SD/SDIO divider selection 115 * 3:2 ECLK clock source selection 124 * 18 H-PLL parameter selection 169 * 23,18 Clock source selection 171 * 16 SuperIO configuration address selection [all …]
|
H A D | tz-ppc.h | 34 * In the hardware, selection of which downstream port to use is done by
|
/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 100 This function is useful for selection from valid values except current one. 108 This function is useful for selection from valid values except current one. 116 This function is useful for selection from valid values except current one. 143 # TODO: remove validators after implementation of intelligent selection
|
/qemu/docs/config/ |
H A D | q35-virtio-serial.cfg | 14 # The guest will have a selection of VirtIO devices 23 # plus a small selection of core PCI devices and
|
H A D | q35-virtio-graphical.cfg | 13 # The guest will have a selection of VirtIO devices 22 # plus a small selection of core PCI devices and
|
H A D | q35-emulated.cfg | 13 # The guest will have a selection of emulated devices that 22 # plus a small selection of core PCI devices and
|
/qemu/include/hw/intc/ |
H A D | loongarch_pic_common.h | 60 * 0x3e0 interrupt level polarity selection
|
/qemu/include/hw/isa/ |
H A D | i8259_internal.h | 62 uint8_t elcr; /* PIIX edge/trigger selection*/
|
/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 47 FIELD(CR1, PS, 9, 1) /* Parity selection */ 82 FIELD(CR3, WUS, 20, 2) /* Wakeup from Stop mode interrupt flag selection */ 84 FIELD(CR3, DEP, 15, 1) /* Driver enable polarity selection */ 96 FIELD(CR3, HDSEL, 3, 1) /* Half-duplex selection */
|
/qemu/docs/system/devices/ |
H A D | keyboard.rst | 35 .. list-table:: Language selection values for escc.chnA-sunkbd-layout
|
/qemu/hw/intc/ |
H A D | aspeed_vic.c | 135 case 0x98: /* Interrupt Selection */ in aspeed_vic_read() 216 case 0x98: /* Interrupt Selection */ in aspeed_vic_write()
|
/qemu/qapi/ |
H A D | cxl.json | 444 # @selection-policy: The "Selection Policy" bits as defined in 468 'selection-policy': 'CxlExtentSelectionPolicy',
|
/qemu/hw/misc/ |
H A D | aspeed_hace.c | 41 /* Hash algorithm selection */ 48 /* SHA512 algorithm selection */ 521 "%s: Invalid hash algorithm selection 0x%"PRIx64"\n", in aspeed_hace_write()
|
/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 17 If steering BPF is not set for kernel's TUN module, the TUN uses automatic selection
|
H A D | secure-coding-practices.rst | 20 There is a wide selection of resources available covering secure C coding. For
|
/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 76 raise ValueError('Paths are unsupported for test selection, '
|
/qemu/target/arm/ |
H A D | kvm_arm.h | 159 * Validate the kvm-steal-time property selection and set its default
|
/qemu/hw/i2c/ |
H A D | i2c_mux_pca954x.c | 142 "%s: extra data after channel selection mask\n", in pca954x_write_data()
|