/qemu/tests/unit/ |
H A D | test-clone-visitor.c | 128 src->alt = g_new(UserDefAlternate, 1); in test_clone_complex2() 129 src->alt->type = QTYPE_QDICT; in test_clone_complex2() 130 src->alt->u.udfu.integer = 42; in test_clone_complex2() 132 src->alt->u.udfu.string = NULL; in test_clone_complex2() 133 src->alt->u.udfu.enum1 = ENUM_ONE_VALUE3; in test_clone_complex2() 134 src->alt->u.udfu.u.value3.intb = 99; in test_clone_complex2() 135 src->alt->u.udfu.u.value3.has_a_b = true; in test_clone_complex2() 136 src->alt->u.udfu.u.value3.a_b = true; in test_clone_complex2() 140 g_assert(dst->alt); in test_clone_complex2() 141 g_assert_cmpint(dst->alt->type, ==, QTYPE_QDICT); in test_clone_complex2() [all …]
|
H A D | test-qobject-input-visitor.c | 791 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QNUM); in test_visitor_in_alternate() 792 g_assert_cmpint(wrap->alt->u.i, ==, 42); in test_visitor_in_alternate() 797 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QSTRING); in test_visitor_in_alternate() 798 g_assert_cmpint(wrap->alt->u.e, ==, ENUM_ONE_VALUE1); in test_visitor_in_alternate() 804 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QDICT); in test_visitor_in_alternate() 805 g_assert_cmpint(wrap->alt->u.udfu.integer, ==, 1); in test_visitor_in_alternate() 806 g_assert_cmpstr(wrap->alt->u.udfu.string, ==, "str"); in test_visitor_in_alternate() 807 g_assert_cmpint(wrap->alt->u.udfu.enum1, ==, ENUM_ONE_VALUE1); in test_visitor_in_alternate() 808 g_assert_cmpint(wrap->alt->u.udfu.u.value1.boolean, ==, true); in test_visitor_in_alternate() 809 g_assert_cmpint(wrap->alt->u.udfu.u.value1.has_a_b, ==, false); in test_visitor_in_alternate() [all …]
|
/qemu/qapi/ |
H A D | common.json | 190 # @alt-alt: left and right alt key 203 'data': [ 'ctrl-ctrl', 'alt-alt', 'shift-shift','meta-meta', 'scrolllock',
|
H A D | ui.json | 945 # 'alt+print' was pressed. This flaw is now fixed and the 'sysrq' key 954 'shift', 'shift_r', 'alt', 'alt_r', 'ctrl', 1291 # :title: Press ctrl-alt-del
|
/qemu/hw/misc/ |
H A D | mac_via.c | 453 trace_via1_rtc_internal_status(v1s->cmd, v1s->alt, v1s->data_out); in via1_rtc_update() 513 if (v1s->alt == REG_EMPTY) { in via1_rtc_update() 553 v1s->alt = addr; in via1_rtc_update() 565 v1s->PRAM[sector * 32 + v1s->alt] = v1s->data_out; in via1_rtc_update() 567 trace_via1_rtc_cmd_pram_sect_write(sector, v1s->alt, sector * 32 + v1s->alt, in via1_rtc_update() 569 v1s->alt = REG_EMPTY; in via1_rtc_update() 1223 v1s->alt = REG_EMPTY; in mos6522_q800_via1_reset_hold() 1306 VMSTATE_INT32(alt, MOS6522Q800VIA1State),
|
H A D | trace-events | 324 via1_rtc_internal_status(int cmd, int alt, int value) "cmd=0x%02x alt=0x%02x value=0x%02x" 330 via1_rtc_internal_set_alt(int alt, int sector, int offset) "alt=0x%02x sector=%u offset=%u"
|
/qemu/tests/qapi-schema/ |
H A D | doc-good.json | 139 # @alt-feat: a feature 142 'features': [ 'alt-feat' ],
|
H A D | doc-good.out | 40 feature alt-feat 154 feature=alt-feat
|
H A D | doc-good.txt | 156 "alt-feat"
|
H A D | qapi-schema-test.json | 109 'data': { 'alt': 'UserDefAlternate' } } 280 'data': { 'alt-cmd-arg': 'TestIfAlternate' },
|
H A D | qapi-schema-test.out | 97 member alt: UserDefAlternate optional=False 309 member alt-cmd-arg: TestIfAlternate optional=False
|
/qemu/docs/devel/ |
H A D | qapi-domain.rst | 272 ``:alt:`` 279 :syntax: ``:alt type name: Lorem ipsum, dolor sit amet ...`` 297 :alt string s: the string value 298 :alt null n: no string value 312 This is fundamentally the same as ``:arg:`` and ``:alt:``, but uses the 370 * ``:qapi:alt:`StrOrNull``` -- Reference a QAPI alternate. 693 ``:alt:`` or ``:feat:`` info field list entries. 701 :alt int ec: An error code, like the type you're used to. 702 :alt string em: An expletive-laced error message, if your 713 :alt int ec: An error code, like the type you're used to. [all …]
|
/qemu/include/hw/misc/ |
H A D | mac_via.h | 60 int alt; member
|
/qemu/hw/usb/ |
H A D | host-libusb.c | 877 int pid, ep, alt; in usb_host_ep_update() local 896 alt = udev->altsetting[intf->bInterfaceNumber]; in usb_host_ep_update() 898 if (alt != 0) { in usb_host_ep_update() 899 assert(alt < conf->interface[i].num_altsetting); in usb_host_ep_update() 900 intf = &conf->interface[i].altsetting[alt]; in usb_host_ep_update() 1434 static void usb_host_set_interface(USBHostDevice *s, int iface, int alt, in usb_host_set_interface() argument 1440 trace_usb_host_set_interface(s->bus_num, s->addr, iface, alt); in usb_host_set_interface() 1449 rc = libusb_set_interface_alt_setting(s->dh, iface, alt); in usb_host_set_interface() 1459 udev->altsetting[iface] = alt; in usb_host_set_interface()
|
H A D | desc.c | 395 int nif, int alt) in usb_desc_find_interface() argument 407 iface->bAlternateSetting == alt) { in usb_desc_find_interface() 415 iface->bAlternateSetting == alt) { in usb_desc_find_interface()
|
H A D | redirect.c | 1062 int interface, int alt) in usbredir_set_interface() argument 1067 DPRINTF("set interface %d alt %d id %"PRIu64"\n", interface, alt, p->id); in usbredir_set_interface() 1076 set_alt.alt = alt; in usbredir_set_interface() 1886 alt_setting_status->alt, id); in usbredir_alt_setting_status() 1891 dev->dev.data_buf[0] = alt_setting_status->alt; in usbredir_alt_setting_status()
|
H A D | trace-events | 247 usb_set_interface(int addr, int iface, int alt, int ret) "dev %d, interface %d, altsetting %d, ret … 323 usb_host_set_interface(int bus, int addr, int interface, int alt) "dev %d:%d, interface %d, alt %d" 338 usb_host_parse_interface(int bus, int addr, int num, int alt, int active) "dev %d:%d, num %d, alt %…
|
/qemu/hw/core/ |
H A D | qdev-properties-system.c | 815 g_autofree GenericAlternate *alt; in set_pci_devfn() 820 if (!visit_start_alternate(v, name, &alt, sizeof(*alt), errp)) { in set_pci_devfn() 824 switch (alt->type) { in set_pci_devfn() 865 visit_end_alternate(v, (void **) &alt); in set_pci_devfn() 814 g_autofree GenericAlternate *alt; set_pci_devfn() local
|
/qemu/docs/system/ |
H A D | tls.rst | 16 constraints data, key purpose, key usage and subject alt name. 133 the subject alt name extension data. The ``tls_www_server`` keyword is 185 The subject alt name extension data is not required for clients, so 271 always validate the server hostname against the certificate subject alt
|
/qemu/hw/display/ |
H A D | tcx.c | 82 MemoryRegion alt; member 804 memory_region_init_io(&s->alt, obj, &tcx_dummy_ops, s, "tcx.alt", in tcx_initfn() 806 sysbus_init_mmio(sbd, &s->alt); in tcx_initfn()
|
/qemu/target/arm/tcg/ |
H A D | m_helper.c | 2781 bool alt = op & 2; in HELPER() local 2794 if (alt) { in HELPER() 2818 if (arm_current_el(env) != 0 || alt) { in HELPER()
|
/qemu/ |
H A D | hmp-commands.hx | 611 .help = "send keys to the VM (e.g. 'sendkey ctrl-alt-f1', default hold time=100 ms)", 622 sendkey ctrl-alt-f1 625 intercepts at low level, such as ``ctrl-alt-f1`` in X Window.
|
/qemu/ui/ |
H A D | cocoa.m | 1005 // handle control + alt Key Combos (ctrl+alt+[1..9,g] is reserved for QEMU)
|
/qemu/pc-bios/keymaps/ |
H A D | et | 244 # evdev 56 (0x38), QKeyCode "alt", number 0x38
|
H A D | ar | 292 # evdev 56 (0x38), QKeyCode "alt", number 0x38
|