Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 26) sorted by relevance

12

/qemu/hw/usb/
H A Dcombined-packet.c28 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 Dcore.c597 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 Dmeson.build6 'combined-packet.c',
H A Dredirect.c382 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 Dhost-libusb.c1281 if (p->combined) { in usb_host_cancel_packet()
/qemu/tests/unit/
H A Dtest-keyval.c756 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 Dthrottle.txt175 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 Dqcow2-cache.txt121 "cache-size": maximum size of both caches combined
H A Digd-assign.txt82 video=efifb:off (depending on host BIOS/UEFI) or these can be combined to
/qemu/docs/system/
H A Dvnc-security.rst100 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 Demulation.rst68 - FEAT_FPACCOMBINE (Faulting on combined pointer authentication instructions)
69 - FEAT_FPACC_SPEC (Speculative behavior of combined pointer authentication instructions)
/qemu/docs/interop/
H A Dfirmware.json284 # @combined: the executable file contains both code and
298 'data': [ 'split', 'combined', 'stateless' ] }
317 # @mode is @combined the executable must be
H A Dbitmaps.rst76 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 Dtest-aes-main.c.inc27 * so the "After SubBytes" column is omitted, using only the combined
/qemu/docs/system/riscv/
H A Dsifive_u.rst105 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 Dusb.h404 USBCombinedPacket *combined; member
/qemu/docs/devel/
H A Dloads-stores.rst79 among other things. The ``MemOp`` and mmu index are combined into
132 that the ``mmuidx`` parameter is not combined with a ``MemOp``,
H A Dmulti-thread-tcg.rst356 can be used directly or combined to emulate other instructions like
H A Dqapi-domain.rst79 section and they will not be combined.
/qemu/docs/specs/
H A Dppc-xive.rst185 The XiveRouter is an abstract model acting as a combined IVRE and
/qemu/docs/devel/testing/
H A Dacpi-bits.rst139 clear. (a) and (b) can sometimes be combined into a single step.
/qemu/docs/devel/migration/
H A Dpostcopy.rst16 Postcopy can be combined with precopy (i.e. normal migration) so that if precopy
H A Dmain.rst336 new subsections are added, especially when combined with versioned
/qemu/qapi/
H A Dqom.json868 # combined with information retrieved from the discoverable part
/qemu/tests/qemu-iotests/
H A D257.out5323 …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…

12