Home
last modified time | relevance | path

Searched full:forward (Results 1 – 25 of 115) sorted by relevance

12345

/qemu/tests/unit/
H A Dtest-forward-visitor.c12 #include "qapi/forward-visitor.h"
187 g_test_add_func("/visitor/forward/struct", test_forward_struct); in main()
188 g_test_add_func("/visitor/forward/alternate", test_forward_alternate); in main()
189 g_test_add_func("/visitor/forward/string", test_forward_string); in main()
190 g_test_add_func("/visitor/forward/size", test_forward_size); in main()
191 g_test_add_func("/visitor/forward/number", test_forward_number); in main()
192 g_test_add_func("/visitor/forward/any", test_forward_any); in main()
193 g_test_add_func("/visitor/forward/list", test_forward_list); in main()
/qemu/docs/system/i386/
H A Dnitro-enclave.rst49 The forward-cid option below with value 1 forwards all connections from the enclave
50 VM to the host machine and the forward-listen (port numbers separated by '+') is used
54 --vm guest-cid=4,forward-cid=1,forward-listen=9001+9002,socket=/tmp/vhost4.socket
77 VM's CID) and use the forward-listen (e.g., 9001+9002) option of vhost-device-vsock
78 to forward the ports they connect to.
/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json23 'data': { 'enum1': 'EnumOne', # Intentional forward reference
47 'base': 'UserDefZero', # intentional forward reference
49 '*enum1': 'EnumOne' } } # intentional forward reference
88 'base': 'UserDefUnionBase', # intentional forward reference
105 'data': { 'value1' : 'UserDefC', # intentional forward reference
174 '*user': ['Status'] } } # intentional forward ref. to sub-module
/qemu/tests/qtest/
H A Dsse-timer-test.c59 * need to move the timer forward the specified number of ticks. in clock_step_ticks()
152 * Check that when we advance forward to the reload time the interrupt in test_timer()
167 /* Check that when we move forward to the reload time it fires again */ in test_timer()
176 * give the right values. We do the forward movement in in test_timer()
/qemu/tests/perf/block/qcow2/
H A Dconvert-blockstatus51 # test-case forward
63 echo -n "forward: "
/qemu/tests/functional/
H A Dreverse_debugging.py143 logger.info('stepping forward')
159 # visit the recorded instruction in forward order
160 logger.info('stepping forward')
/qemu/include/qemu/
H A Dqueue.h47 * A singly-linked list is headed by a single forward pointer. The
53 * efficiency. A singly-linked list may only be traversed in the forward
57 * A list is headed by a single forward pointer (or an array of forward
62 * may only be traversed in the forward direction.
69 * list. A simple queue may only be traversed in the forward direction.
/qemu/linux-headers/asm-arm/
H A Dunistd.h11 * Please forward _all_ changes to this file to rmk@arm.linux.org.uk,
/qemu/docs/system/devices/
H A Dvhost-user-rng.rst10 be reviewed before moving forward with the content in this file.
/qemu/docs/devel/migration/
H A Dbest-practices.rst40 emulation code can work with older firmware to allow forward migration.
/qemu/include/tcg/
H A Dtcg-mo.h43 TCG_BAR_LDAQ = 0x10, /* Following ops will not come forward */
/qemu/linux-headers/asm-arm64/
H A Dsve_context.h19 * To help ensure forward portability, this is much larger than the
/qemu/include/exec/
H A Dicount.h42 * cpus-tcg vCPU thread so the main-loop can see time has moved forward.
/qemu/qapi/
H A Dqapi-forward-visitor.c2 * Forward Visitor
14 #include "qapi/forward-visitor.h"
H A Dmeson.build5 'qapi-forward-visitor.c',
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c305 * Forward available buffers.
322 /* Forward to the device as many available buffers as possible */ in vhost_handle_guest_kick()
504 /* Forward as many used buffers as possible. */ in vhost_svq_flush()
577 * Forward used buffers.
H A Dvirtio-md-pci.c96 * Forward the async request or turn it into a sync request (handling it in virtio_md_pci_unplug_request()
/qemu/hw/core/
H A Dqdev.c164 enum ListenerDirection { Forward, Reverse }; enumerator
171 case Forward: \
193 DEVICE_LISTENER_CALL(realize, Forward, dev); in device_listener_add()
500 DEVICE_LISTENER_CALL(realize, Forward, dev); in device_set_realized()
/qemu/docs/system/arm/
H A Dvmapple.rst41 installed target disk images. I recommend to port forward the VM's ssh and vnc ports to the host
/qemu/hw/intc/
H A Dpnv_xive.c1375 #define PNV_XIVE_FORWARD_IPI 0x800 /* Forward IPI */
1376 #define PNV_XIVE_FORWARD_HW 0x880 /* Forward HW */
1377 #define PNV_XIVE_FORWARD_OS_ESC 0x900 /* Forward OS escalation */
1378 #define PNV_XIVE_FORWARD_HW_ESC 0x980 /* Forward Hyp escalation */
1379 #define PNV_XIVE_FORWARD_REDIS 0xa00 /* Forward Redistribution */
1416 /* Forward the store on the remote IC notify page. */ in pnv_xive_end_notify()
1420 xive_error(xive, "IC: Forward notif END %x/%x [%x] failed @%" in pnv_xive_end_notify()
1454 * Forward the source event notification directly to the Router. in pnv_xive_ic_hw_trigger()
/qemu/docs/devel/
H A Dmaintainers.rst75 Maintainers are volunteers who put themselves forward or have been
/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc17 /* Forward declarations. */
/qemu/hw/s390x/
H A Dvirtio-ccw-md.c98 * Forward the async request or turn it into a sync request (handling it in virtio_ccw_md_unplug_request()
/qemu/accel/tcg/
H A Dicount-common.c82 * thread so the main-loop can see time has moved forward.
96 * thread so the main-loop can see time has moved forward.
/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error38 # target format layer will forward the pre-READY flush to its

12345