| /qemu/hw/usb/ |
| A D | pcap.c | 126 .type = setup ? 'S' : 'C', in do_usb_pcap_ctrl() 130 .flag_setup = setup ? 0 : '-', in do_usb_pcap_ctrl() 139 if (setup) { in do_usb_pcap_ctrl() 145 if (in && setup) { in do_usb_pcap_ctrl() 150 if (!in && !setup) { in do_usb_pcap_ctrl() 169 .type = setup ? 'S' : 'C', in do_usb_pcap_data() 187 if (!setup) { in do_usb_pcap_data() 197 if (p->pid == USB_TOKEN_IN && setup) { in do_usb_pcap_data() 202 if (p->pid == USB_TOKEN_OUT && !setup) { in do_usb_pcap_data() 241 do_usb_pcap_ctrl(fp, p, setup); in usb_pcap_ctrl() [all …]
|
| /qemu/docs/devel/testing/ |
| A D | ci-runners.rst.inc | 27 For all Linux based systems, the setup can be mostly automated by the 29 under ``scripts/ci/setup``, such as this:: 44 The ``scripts/ci/setup/$DISTRO/build-environment.yml`` Ansible 54 cd scripts/ci/setup 63 gitlab-runner setup and registration 78 Copy the ``scripts/ci/setup/vars.yml.template`` file to 79 ``scripts/ci/setup/vars.yml``. Then, set the 85 cd scripts/ci/setup
|
| /qemu/python/ |
| A D | README.rst | 8 ``setup.py`` is used by ``pip`` to install this tooling to the current 9 environment. ``setup.cfg`` provides the packaging configuration used by 10 ``setup.py``. You will generally invoke it by doing one of the following: 65 found in ``setup.cfg``. 82 this package; it is referenced by ``setup.cfg``. 83 - ``setup.cfg`` houses setuptools package configuration. 84 - ``setup.py`` is the setuptools installer used by pip; See above.
|
| A D | Makefile | 60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt 85 $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate: setup.cfg 125 python3 setup.py clean --all
|
| A D | setup.py | 36 setuptools.setup(cmdclass={'bdist_egg': bdist_egg_guard})
|
| /qemu/scripts/ci/setup/ |
| A D | gitlab-runner.yml | 52 # Debian/Ubuntu setup 53 - name: Get gitlab-runner repo setup script (DEB) 61 - name: Run gitlab-runner repo setup script (DEB) 74 # RPM setup 75 - name: Get gitlab-runner repo setup script (RPM) 83 - name: Run gitlab-runner repo setup script (RPM)
|
| /qemu/.gitlab-ci.d/ |
| A D | crossbuild-template.yml | 13 - section_start setup "Pre-script setup" 16 - section_end setup 46 mv -v qemu-setup*.exe qemu-setup-${version}.exe;
|
| A D | buildtest-template.yml | 12 - section_start setup "Pre-script setup" 15 - section_end setup
|
| /qemu/.gitlab-ci.d/custom-runners/ |
| A D | ubuntu-22.04-aarch32.yml | 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
|
| A D | ubuntu-22.04-s390x.yml | 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
|
| /qemu/python/tests/ |
| A D | minreqs.txt | 3 # by GitLab CI to ensure that our stated minimum versions in setup.cfg 7 # by the [devel] section of setup.cfg, except for transitive
|
| /qemu/tests/qemu-iotests/ |
| A D | 234.out | 11 {"data": {"status": "setup"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds… 28 {"data": {"status": "setup"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds…
|
| A D | 203.out | 9 {"data": {"status": "setup"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds…
|
| A D | 262.out | 9 {"data": {"status": "setup"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds…
|
| /qemu/hw/i386/ |
| A D | x86-common.c | 636 uint8_t header[8192], *setup, *kernel; in x86_load_linux() local 700 setup = g_memdup2(header, sizeof(header)); in x86_load_linux() 704 setup, sizeof(header)); in x86_load_linux() 900 setup = g_malloc(setup_size); in x86_load_linux() 903 if (fread(setup, 1, setup_size, f) != setup_size) { in x86_load_linux() 949 memcpy(setup, header, MIN(sizeof(header), setup_size)); in x86_load_linux() 960 fw_cfg_add_bytes(fw_cfg, FW_CFG_SETUP_DATA, setup, setup_size); in x86_load_linux() 961 sev_load_ctx.setup_data = (char *)setup; in x86_load_linux()
|
| /qemu/docs/devel/ |
| A D | vfio-iommufd.rst | 18 specific to either legacy or iommufd. Each container has its own way to setup 60 * Secure Context setup 62 - iommufd BE: uses device fd and iommufd to setup secure context 64 - vfio legacy BE: uses group fd and container fd to setup secure context
|
| /qemu/docs/sphinx/ |
| A D | fakedbusdoc.py | 23 def setup(app: Sphinx) -> Dict[str, Any]: function
|
| A D | dbusdoc.py | 160 def setup(app: Sphinx) -> Dict[str, Any]: function 164 dbusdomain.setup(app)
|
| A D | qmp_lexer.py | 37 def setup(sphinx): function
|
| /qemu/docs/devel/migration/ |
| A D | virtio.rst | 102 - feature-dependent setup 104 Implications of this setup
|
| /qemu/docs/tools/ |
| A D | qemu-pr-helper.rst | 16 to specific initiators in a shared storage setup. When implementing 27 If you want to run VMs in a setup like this, this helper should be
|
| /qemu/tests/unit/ |
| A D | test-xs-node.c | 275 static XenstoreImplState *setup(void) in setup() function 317 XenstoreImplState *s = setup(); in test_xs_node_simple() 496 XenstoreImplState *s = setup(); in do_test_xs_node_tx() 620 XenstoreImplState *s = setup(); in test_xs_node_tx_rm() 688 XenstoreImplState *s = setup(); in test_xs_node_tx_resurrect() 773 XenstoreImplState *s = setup(); in test_xs_node_tx_resurrect2()
|
| /qemu/.gitlab-ci.d/cirrus/ |
| A D | README.rst | 13 There is, however, some one-time setup required. If you want FreeBSD and macOS 47 Once this one-time setup is complete, you can just keep pushing to your GitLab
|
| /qemu/hw/arm/ |
| A D | omap1.c | 2172 uint16_t setup[5]; member 2218 return s->setup[0]; in omap_uwire_read() 2220 return s->setup[1]; in omap_uwire_read() 2222 return s->setup[2]; in omap_uwire_read() 2224 return s->setup[3]; in omap_uwire_read() 2226 return s->setup[4]; in omap_uwire_read() 2296 s->setup[0] = 0; in omap_uwire_reset() 2297 s->setup[1] = 0; in omap_uwire_reset() 2298 s->setup[2] = 0; in omap_uwire_reset() 2299 s->setup[3] = 0; in omap_uwire_reset() [all …]
|
| /qemu/include/net/ |
| A D | filter.h | 42 FilterSetup *setup; member
|