Home
last modified time | relevance | path

Searched refs:pipeline (Results 1 – 13 of 13) sorted by relevance

/qemu/docs/devel/testing/
A Dci-jobs.rst.inc50 to create the pipeline, or:
56 to create and run the pipeline
71 which jobs get run in a pipeline
76 concurrently, it should be overridden per pipeline.
113 CI pipeline.
A Dci-definitions.rst.inc77 test/deployment pipeline. The step move is granted with approval. The approval
A Dmain.rst488 * CI pipeline will run to validate that the changes to ``mappings.yml``
549 * CI pipeline will run to validate that the changes to ``mappings.yml``
/qemu/.gitlab-ci.d/
A Dbase.yml4 # be overridden per pipeline if running pipelines concurrently
115 # Forks pipeline jobs don't start automatically unless
120 # Upstream pipeline jobs start automatically unless told not to
A Dbuildtest.yml726 # GitLab publishes from any branch that triggers a CI pipeline
793 # Forks don't get any pipeline unless QEMU_CI=1 or QEMU_CI=2 is set
/qemu/hw/usb/
A Dcore.c437 if (QTAILQ_EMPTY(&p->ep->queue) || p->ep->pipeline || p->stream) { in usb_handle_packet()
454 assert(p->stream || !p->ep->pipeline || in usb_handle_packet()
661 dev->ep_ctl.pipeline = false; in usb_ep_reset()
677 dev->ep_in[ep].pipeline = false; in usb_ep_reset()
678 dev->ep_out[ep].pipeline = false; in usb_ep_reset()
A Dcombined-packet.c128 assert(ep->pipeline); in usb_ep_combine_input_packets()
A Dredirect.c974 p->ep->pipeline) { in usbredir_handle_data()
999 if (ep->pid == USB_TOKEN_IN && ep->pipeline) { in usbredir_flush_ep_queue()
1589 I2USBEP(dev, j)->pipeline = false; in usbredir_check_bulk_receiving()
1766 uep->pipeline = true; in usbredir_set_pipeline()
1771 uep->pipeline = true; in usbredir_set_pipeline()
2064 if (p->pid == USB_TOKEN_IN && p->ep->pipeline) { in usbredir_bulk_packet()
A Dhost-libusb.c363 if (!ep->pipeline) { in usb_host_use_combining()
/qemu/.gitlab-ci.d/cirrus/
A DREADME.rst11 the main GitLab CI pipeline dashboard.
/qemu/include/hw/
A Dusb.h213 bool pipeline; member
/qemu/target/riscv/insn_trans/
A Dtrans_xthead.c.inc998 * Emulate out-of-order barriers with pipeline flush
1029 * th.sync.i is th.sync plus pipeline flush.
/qemu/docs/devel/
A Dsubmitting-a-patch.rst204 testing pipeline on GitLab when a branch is pushed. See the :ref:`CI

Completed in 50 milliseconds