Searched refs:project (Results 1 – 25 of 91) sorted by relevance
1234
| /qemu/ |
| A D | .gitmodules | 3 url = https://gitlab.com/qemu-project/seabios.git/ 6 url = https://gitlab.com/qemu-project/SLOF.git 9 url = https://gitlab.com/qemu-project/ipxe.git 12 url = https://gitlab.com/qemu-project/openbios.git 15 url = https://gitlab.com/qemu-project/qemu-palcode.git 18 url = https://gitlab.com/qemu-project/u-boot.git 21 url = https://gitlab.com/qemu-project/skiboot.git 33 url = https://gitlab.com/qemu-project/edk2.git 36 url = https://gitlab.com/qemu-project/opensbi.git 39 url = https://gitlab.com/qemu-project/qboot.git [all …]
|
| A D | .gitlab-ci.yml | 3 # project: https://gitlab.com/qemu-project/qemu/-/pipelines 9 # To use a different set of jobs than the mainstream QEMU project, 19 # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables 24 - local: '/.gitlab-ci.d/qemu-project.yml'
|
| A D | README.rst | 74 git clone https://gitlab.com/qemu-project/qemu.git 94 git clone https://gitlab.com/qemu-project/qemu-web.git 134 The QEMU project uses GitLab issues to track bugs. Bugs 138 * `<https://gitlab.com/qemu-project/qemu/-/issues>`_
|
| /qemu/.github/workflows/ |
| A D | lockdown.yml | 19 Thank you for your interest in the QEMU project. 21 This repository is a read-only mirror of the project's repostories hosted 22 on https://gitlab.com/qemu-project/qemu.git. 23 The project does not process merge requests filed on GitHub. 27 guidelines about contributing on the project website:
|
| /qemu/docs/devel/ |
| A D | code-of-conduct.rst | 11 * Be welcoming. We are committed to making participation in this project 43 This code of conduct applies to all spaces managed by the QEMU project. 45 events, and any other forums created by the project team which the 48 member of the project or its community. 50 By adopting this code of conduct, project maintainers commit themselves 52 managing this project. If you believe someone is violating the code of 60 <http://web.archive.org/web/20210429132536/https://docs.fedoraproject.org/en-US/project/code-of-con…
|
| A D | maintainers.rst | 6 Maintainers are a critical part of the project's contributor ecosystem. 8 working in their spare time to employees who work on the project as 14 - participating in other project activities 18 to project's :ref:`code_of_conduct` and should also be exemplars of 25 <https://gitlab.com/qemu-project/qemu/-/blob/master/MAINTAINERS>`__ 54 the code comes with no warranty and the project makes no guarantees 79 are also trusted to make a positive contribution to the project and
|
| /qemu/.gitlab-ci.d/custom-runners/ |
| A D | ubuntu-22.04-aarch64.yml | 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 34 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 56 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 78 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 97 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 118 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 139 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
| A D | ubuntu-22.04-s390x.yml | 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 33 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 51 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 74 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 95 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 116 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
| /qemu/tests/lcitool/ |
| A D | refresh | 66 def generate_dockerfile(host, target, project="qemu", cross=None, trailer=None): argument 71 cmd.extend([target, project]) 220 project="qemu-minimal", 231 project='qemu,qemu-win-installer',
|
| /qemu/pc-bios/ |
| A D | README | 5 project (http://www.nongnu.org/vgabios/). 23 - The PXE roms come from the iPXE project. Built with BANNER_TIME 0. 36 - The u-boot binary for e500 comes from the upstream denx u-boot project where 38 A git mirror is available at: https://gitlab.com/qemu-project/u-boot.git 46 - QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to 51 Kit II project 54 of the OpenSSL project, at git tag "OpenSSL_1_1_1s" (the OpenSSL tag is a
|
| /qemu/python/ |
| A D | PACKAGE.rst | 4 This package provides QEMU tooling used by the QEMU project to build, 29 official `GitLab mirror <https://gitlab.com/qemu-project/qemu>`_. 32 <https://gitlab.com/qemu-project/qemu/-/issues>`_ and tag ``@jsnow`` in
|
| /qemu/.gitlab-ci.d/ |
| A D | opensbi.yml | 5 - if: '$QEMU_CI != "1" && $QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"' 10 - if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project"' 19 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_REF_NAME =~ /^open… 24 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_MESSAGE =~ /opensb…
|
| A D | qemu-project.yml | 1 # This file contains the set of jobs run by the QEMU project: 2 # https://gitlab.com/qemu-project/qemu/-/pipelines
|
| A D | base.yml | 8 # For purposes of CI rules, upstream is the gitlab.com/qemu-project 11 QEMU_CI_UPSTREAM: qemu-project 27 # The project has a fairly fat GIT repo so we try and avoid bringing in things
|
| /qemu/.gitlab-ci.d/cirrus/ |
| A D | README.rst | 16 * set up a GitHub repository for the project, eg. ``yourusername/qemu``. 28 for Cirrus CI to properly recognize the project. You can check whether 29 Cirrus CI knows about your project by navigating to:
|
| /qemu/docs/about/ |
| A D | build-platforms.rst | 11 the project when patches are submitted for review, and tested before and 70 The project aims to support the most recent major version at all times for 81 the project will look at CentOS, Debian, Fedora, openSUSE, RHEL, SLES and 137 The project aims to support the two most recent versions of Windows that are 144 The project supports building QEMU with current versions of the MinGW
|
| /qemu/docs/system/devices/ |
| A D | can.rst | 23 of the project is Ondrej Ille, the financial support has been 26 The project has been initially started in frame of RTEMS GSoC 2013 181 …(3) `RTEMS page describing project <https://devel.rtems.org/wiki/Developer/Simulators/QEMU/CANEmul… 182 …(4) `RTLWS 2015 article about the project and its use with CANopen emulation <http://cmp.felk.cvut… 185 …(7) `CTU CAN FD project including core VHDL design, Linux driver, test utilities etc. <https://git…
|
| /qemu/subprojects/ |
| A D | dtc.wrap | 2 url = https://gitlab.com/qemu-project/dtc.git
|
| A D | keycodemapdb.wrap | 2 url = https://gitlab.com/qemu-project/keycodemapdb.git
|
| A D | libvfio-user.wrap | 2 url = https://gitlab.com/qemu-project/libvfio-user.git
|
| A D | berkeley-softfloat-3.wrap | 2 url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
|
| A D | berkeley-testfloat-3.wrap | 2 url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
|
| /qemu/configs/meson/ |
| A D | windows.txt | 8 [project options]
|
| /qemu/docs/devel/testing/ |
| A D | ci-runners.rst.inc | 67 will run jobs. The association between a machine and a GitLab project 69 your repository/project, navigate on GitLab's web UI to: 94 * "Runners activated for this project", then
|
| /qemu/subprojects/packagefiles/arbitrary-int-1-rs/ |
| A D | meson.build | 1 project('arbitrary-int-1-rs', 'rust',
|
Completed in 32 milliseconds
1234