/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 9 help make our task of contribution review easier and your change is 21 * - Patches contain Signed-off-by: Your Name <author@email> 35 to allow your address. 37 The larger your contribution is, or if you plan on becoming a long-term 47 Writing your Patches 78 line ``Based-on: $MESSAGE_ID`` to your cover letter to make the series 139 same patch as your bug fix. 159 description of the patch, another blank and your Signed-off-by: line. 160 Please do not use lines that are longer than 76 characters in your 164 The body of the commit message is a good place to document why your [all …]
|
H A D | code-provenance.rst | 17 Signed-off-by: YOUR NAME <YOUR@EMAIL> 51 The name used with "Signed-off-by" does not need to be your legal name, nor 180 ("8rev" "Reviewed-by: YOUR NAME <your@email.addr>" nil 1) 181 ("8ack" "Acked-by: YOUR NAME <your@email.addr>" nil 1) 182 ("8test" "Tested-by: YOUR NAME <your@email.addr>" nil 1) 183 ("8sob" "Signed-off-by: YOUR NAME <your@email.addr>" nil 1) 194 iabbrev 8rev Reviewed-by: YOUR NAME <your@email.addr> 195 iabbrev 8ack Acked-by: YOUR NAME <your@email.addr> 196 iabbrev 8test Tested-by: YOUR NAME <your@email.addr> 197 iabbrev 8sob Signed-off-by: YOUR NAME <your@email.addr>
|
H A D | qapi-domain.rst | 567 :arg int foo: Your favorite number. 568 :arg string? bar: Your favorite season. 581 :arg int foo: Your favorite number. 582 :arg string? bar: Your favorite season. 599 This event is emitted when your computer is *extremely* ruined. 601 :memb string reason: Diagnostics as to what caused your computer to 604 explain how sad the computer is as a result of your wrongdoings. 613 This event is emitted when your computer is *extremely* ruined. 615 :memb string reason: Diagnostics as to what caused your computer to 618 how sad the computer is as a result of your wrongdoings. [all …]
|
H A D | submitting-a-pull-request.rst | 25 ``--subject-prefix=PULL`` in your ``git format-patch`` command). This 29 **Each patch must have your own Signed-off-by: line** as well as that of 38 directly to your git repo it will include the tags automatically; if 45 corrected issues in one round of code review, you need to send your 62 "PULL SUBSYSTEM whatever" in the subject tag**. If your pull request is 73 your local situation!
|
H A D | maintainers.rst | 89 sure your GPG key is signed. 97 coming from the maintainer. If your key is not already signed by 100 example at KVM Forum) or make alternative arrangements to have your
|
H A D | build-environment.rst | 20 Note: Installing dependencies using your package manager build dependencies may 79 # update MSYS2 itself, you need to reopen your shell at the end. 102 # Some packages may be missing for your environment, installation will still
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | README.rst | 14 builds to happen when you push to your GitLab repository, you need to 20 * enable the `Cirrus CI GitHub app`_ for your GitHub account; 22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub 27 * it may be necessary to push an empty ``.cirrus.yml`` file to your github fork 29 Cirrus CI knows about your project by navigating to: 33 * in the *CI/CD / Variables* section of the settings page for your GitLab 47 Once this one-time setup is complete, you can just keep pushing to your GitLab
|
/qemu/ |
H A D | COPYING | 11 The licenses for most software are designed to take away your 13 License is intended to guarantee your freedom to share and change free 19 your programs, too. 28 To protect your rights, we need to make restrictions that forbid 39 We protect your rights with two steps: (1) copyright the software, and 88 you may at your option offer warranty protection in exchange for a fee. 90 2. You may modify your copy or copies of the Program or any portion 111 does not normally print such an announcement, your work based on 125 your rights to work written entirely by you; rather, the intent is to 143 years, to give any third party, for a charge no more than your [all …]
|
H A D | .editorconfig | 9 # to automatically enable the appropriate major-mode for your files 10 # that aren't already caught by your existing config.
|
H A D | .gitlab-ci.yml | 10 # you need to set the location of your custom yml file at "custom CI/CD 11 # configuration path", on your GitLab CI namespace:
|
/qemu/linux-headers/LICENSES/preferred/ |
H A D | GPL-2.0 | 30 The licenses for most software are designed to take away your 32 License is intended to guarantee your freedom to share and change free 38 your programs, too. 47 To protect your rights, we need to make restrictions that forbid 58 We protect your rights with two steps: (1) copyright the software, and 107 you may at your option offer warranty protection in exchange for a fee. 109 2. You may modify your copy or copies of the Program or any portion 130 does not normally print such an announcement, your work based on 144 your rights to work written entirely by you; rather, the intent is to 162 years, to give any third party, for a charge no more than your [all …]
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 147 2. Your commit message must include your "Signed-off-by" signature, 149 3. Your "Contributed-under" message explicitly states that the 151 contribution agreement. Your "Contributed-under" message 156 4. Submit your code to the TianoCore project using the process 183 Your change description should use the standard format for a 184 commit message, and must include your "Signed-off-by" signature 245 INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR 268 You accept and agree to the following terms and conditions for Your 271 title, and interest in and to Your Contributions. 340 license. If your employer(s) has rights to intellectual property [all …]
|
/qemu/linux-user/generic/ |
H A D | target_flat.h | 1 /* If your arch needs to do custom stuff, create your own target_flat.h 2 * header file in linux-user/<your arch>/
|
/qemu/python/ |
H A D | README.rst | 12 1. ``pip3 install .`` will install these packages to your current 17 2. ``pip3 install --user .`` will install these packages to your user's 24 doing, the installed package always reflects the latest version in your 46 1. Set your PYTHONPATH environment variable to include this source
|
/qemu/tests/vm/ |
H A D | conf_example_aarch64.yml | 17 #ssh_key: /complete/path/of/your/keyfile/id_rsa 18 #ssh_pub_key: /complete/path/of/your/keyfile/id_rsa.pub 39 # Just keep in mind your scripts might need to change
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 13 ``QemuSystemTest`` classes) and utility functions that help to get your test 15 the normal output of your test to stderr instead. 17 Note that if you don't use one of the QemuBaseTest based classes for your 18 test, or if you spawn subprocesses from your test, you have to make sure 60 directory should be your build folder. For example:: 289 class. To use it in your test, declare an asset in your test class with 298 In your test function, you can then get the file name of the cached
|
/qemu/.gitlab-ci.d/ |
H A D | check-dco.py | 81 Signed-off-by: YOUR NAME <EMAIL> 83 where "YOUR NAME" is your commonly known identity in the context
|
/qemu/docs/system/devices/ |
H A D | canokey.rst | 61 add ``-DCMAKE_INSTALL_PREFIX=/path/to/your/place`` to cmake below. 74 # depending on your env, lib/pkgconfig can be lib64/pkgconfig 75 export PKG_CONFIG_PATH=/path/to/your/place/lib/pkgconfig:$PKG_CONFIG_PATH 88 Note: you should keep this file carefully as it may contain your private key!
|
H A D | vhost-user.rst | 18 Each device will have an virtio-mmio and virtio-pci variant. See your 112 First start your daemon. 118 Then you start your QEMU instance specifying the device, chardev and
|
/qemu/docs/ |
H A D | rdma.txt | 28 RDMA helps make your migration more deterministic under heavy load because 43 Refer to openfabrics.org or your respective RDMA hardware vendor for 45 installed in your environment. You should be able to successfully link 55 If this is not acceptable for your application or product, then the use 75 of the migration, which can greatly reduce the "total" time of your migration. 80 *all* of the memory of your virtual machine in the kernel is very expensive 83 affect the determinism or predictability of your migration you will 89 First, set the migration speed to match your hardware's capabilities: 92 $ migrate_set_parameter max-bandwidth 40g # or whatever is the MAX of your RDMA device
|
/qemu/scripts/qemugdb/ |
H A D | __init__.py | 9 # of the License, or (at your option) any later version. 27 __license__ = "GPL version 2 or (at your option) any later version"
|
/qemu/util/ |
H A D | sys_membarrier.c | 41 error_report("Please upgrade your system to a newer version of Linux"); in smp_mb_global_init() 46 error_report("Please upgrade your system to a newer version of Linux"); in smp_mb_global_init()
|
/qemu/hw/audio/ |
H A D | ac97.h | 13 * distribution, then only the terms of your commercial VirtualBox 17 * GNU GPL, version 2 or (at your option) any later version.
|
/qemu/include/qemu/ |
H A D | transactions.h | 12 * (at your option) any later version. 31 * tran_create(), call your "prepare" functions on it, and finally call
|
/qemu/docs/system/ |
H A D | tls.rst | 33 for impersonating your services. The only likely exception where a 62 cn = Name of your organization 112 organization = Name of your organization 171 organization = Name of your organization 215 organization = Name of your organization
|