/qemu/hw/usb/ |
H A D | combined-packet.c | 28 static void usb_combined_packet_add(USBCombinedPacket *combined, USBPacket *p) in usb_combined_packet_add() argument 30 qemu_iovec_concat(&combined->iov, &p->iov, 0, p->iov.size); in usb_combined_packet_add() 31 QTAILQ_INSERT_TAIL(&combined->packets, p, combined_entry); in usb_combined_packet_add() 32 p->combined = combined; in usb_combined_packet_add() 36 static void usb_combined_packet_remove(USBCombinedPacket *combined, in usb_combined_packet_remove() argument 39 assert(p->combined == combined); in usb_combined_packet_remove() 40 p->combined = NULL; in usb_combined_packet_remove() 41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove() 42 if (QTAILQ_EMPTY(&combined->packets)) { in usb_combined_packet_remove() 43 qemu_iovec_destroy(&combined->iov); in usb_combined_packet_remove() [all …]
|
H A D | core.c | 597 p->combined = NULL; in usb_packet_setup() 609 QEMUIOVector *iov = p->combined ? &p->combined->iov : &p->iov; in usb_packet_copy() 630 QEMUIOVector *iov = p->combined ? &p->combined->iov : &p->iov; in usb_packet_skip() 642 return p->combined ? p->combined->iov.size : p->iov.size; in usb_packet_size()
|
H A D | meson.build | 6 'combined-packet.c',
|
H A D | redirect.c | 382 if (p->combined) { in usbredir_cancel_packet() 418 if (p->combined && p != p->combined->first) { in usbredir_fill_already_in_flight_from_ep()
|
H A D | host-libusb.c | 1281 if (p->combined) { in usb_host_cancel_packet()
|
/qemu/tests/unit/ |
H A D | test-keyval.c | 756 QDict *combined = keyval_parse("opt1=ABC,opt2.sub1=def,opt2.sub2=GHI,opt2.sub3=JKL,opt3=xyz", in test_keyval_merge_dict() local 762 g_assert(qobject_is_equal(QOBJECT(combined), QOBJECT(first))); in test_keyval_merge_dict() 765 qobject_unref(combined); in test_keyval_merge_dict() 774 QDict *combined = keyval_parse("opt1.0=abc,opt1.1=def,opt2.0=xyz", in test_keyval_merge_list() local 780 g_assert(qobject_is_equal(QOBJECT(combined), QOBJECT(first))); in test_keyval_merge_list() 783 qobject_unref(combined); in test_keyval_merge_list()
|
/qemu/docs/ |
H A D | throttle.txt | 175 document apply to the combined I/O of all members of a group. 187 combined IOPS limit of 6000, and hd3 and hd5 are members of 'bar'. hd6 332 each one of them and an additional set of limits for the combined I/O 344 chained throttle filters: the drive's own filter and the combined 358 and 3000 respectively but the total combined I/O can never exceed 4000
|
H A D | qcow2-cache.txt | 121 "cache-size": maximum size of both caches combined
|
H A D | igd-assign.txt | 82 video=efifb:off (depending on host BIOS/UEFI) or these can be combined to
|
/qemu/docs/system/ |
H A D | vnc-security.rst | 100 Finally, the previous method can be combined with VNC password 202 Note that all mechanisms, except GSSAPI, should be combined with use of
|
/qemu/docs/system/arm/ |
H A D | emulation.rst | 68 - FEAT_FPACCOMBINE (Faulting on combined pointer authentication instructions) 69 - FEAT_FPACC_SPEC (Speculative behavior of combined pointer authentication instructions)
|
/qemu/docs/interop/ |
H A D | firmware.json | 284 # @combined: the executable file contains both code and 298 'data': [ 'split', 'combined', 'stateless' ] } 317 # @mode is @combined the executable must be
|
H A D | bitmaps.rst | 76 For example, Dirty Bitmaps can be combined with the 'raw' image format, but 537 Incremental backups are simply partial disk images that can be combined with
|
/qemu/tests/tcg/multiarch/ |
H A D | test-aes-main.c.inc | 27 * so the "After SubBytes" column is omitted, using only the combined
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 105 peripherals as needed. This is U-Boot proper combined with an OpenSBI 316 then U-Boot SPL loads the combined payload image of OpenSBI fw_dynamic
|
/qemu/include/hw/ |
H A D | usb.h | 404 USBCombinedPacket *combined; member
|
/qemu/docs/devel/ |
H A D | loads-stores.rst | 79 among other things. The ``MemOp`` and mmu index are combined into 132 that the ``mmuidx`` parameter is not combined with a ``MemOp``,
|
H A D | multi-thread-tcg.rst | 356 can be used directly or combined to emulate other instructions like
|
H A D | qapi-domain.rst | 79 section and they will not be combined.
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 185 The XiveRouter is an abstract model acting as a combined IVRE and
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 139 clear. (a) and (b) can sometimes be combined into a single step.
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 16 Postcopy can be combined with precopy (i.e. normal migration) so that if precopy
|
H A D | main.rst | 336 new subsections are added, especially when combined with versioned
|
/qemu/qapi/ |
H A D | qom.json | 868 # combined with information retrieved from the discoverable part
|
/qemu/tests/qemu-iotests/ |
H A D | 257.out | 5323 …Error", "desc": "Bitmap sync mode 'never' has no meaningful effect when combined with sync mode 'f… 5352 …Error", "desc": "Bitmap sync mode 'never' has no meaningful effect when combined with sync mode 't…
|