/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 25 - section_start configure "Running configure" 26 - ../configure --enable-werror --disable-docs --enable-fdt=system 32 - section_end configure 75 - section_start configure "Running configure" 76 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS 78 - section_end configure 106 - section_start configure "Running configure" 107 - ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS 112 - section_end configure
|
H A D | buildtest-template.yml | 25 - section_start configure "Running configure" 26 - ../configure --enable-werror --disable-docs --enable-fdt=system 33 pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ; 35 - section_end configure 134 - section_start configure "Running configure" 135 - emconfigure ../configure --disable-docs 141 pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ; 143 - section_end configure
|
H A D | static_checks.yml | 88 - section_start configure "Running configure" 89 - ../configure 91 - section_end configure
|
/qemu/docs/devel/ |
H A D | build-system.rst | 7 system has two stages; first the developer runs the "configure" script 19 ../qemu/configure 26 ../configure 33 Stage 1: configure 36 The configure script has five tasks: 54 The configure script automatically recognizes command line options for 63 Modifying ``configure`` 66 ``configure`` is a shell script; it uses ``#!/bin/sh`` and therefore 71 The configure script provides a variety of functions to help writing 77 configure script with non-zero status. [all …]
|
/qemu/qapi/ |
H A D | machine-common.json | 29 # SMPConfiguration is used to configure the topology of this 33 # to configure the topology of this level. 36 # used to configure the topology of this level. 39 # is used to configure the topology of this level. 42 # configure the topology of this level. 45 # The @sockets option in SMPConfiguration is used to configure 49 # to configure the topology of this level. 52 # used to configure the topology of this level.
|
/qemu/tests/qtest/ |
H A D | dm163-test.c | 35 /* Configure output mode for pin PB1 */ in rise_gpio_pin_dck() 43 /* Configure output mode for pin PB1 */ in lower_gpio_pin_dck() 51 /* Configure output mode for pin PC5 */ in rise_gpio_pin_selbk() 59 /* Configure output mode for pin PC5 */ in lower_gpio_pin_selbk() 67 /* Configure output mode for pin PC4 */ in rise_gpio_pin_lat_b() 75 /* Configure output mode for pin PC4 */ in lower_gpio_pin_lat_b() 83 /* Configure output mode for pin PC3 */ in rise_gpio_pin_rst_b() 91 /* Configure output mode for pin PC3 */ in lower_gpio_pin_rst_b() 99 /* Configure output mode for pin PA4 */ in rise_gpio_pin_sin() 107 /* Configure output mode for pin PA4 */ in lower_gpio_pin_sin()
|
H A D | xlnx-can-test.c | 146 /* Configure the CAN0 and CAN1. */ in test_can_bus() 183 /* Configure the CAN0 in loopback mode. */ in test_can_loopback() 197 /* Configure the CAN1 in loopback mode. */ in test_can_loopback() 231 /* Configure the CAN0 and CAN1. */ in test_can_filter() 279 /* Configure the CAN0. */ in test_can_sleepmode() 325 /* Configure the CAN0. */ in test_can_snoopmode()
|
H A D | stm32l4x5_exti-test.c | 254 /* Configure EXTI line 0 irq on rising edge */ in test_edge_selector() 275 /* Configure EXTI line 0 irq on falling edge */ in test_edge_selector() 296 /* Configure EXTI line 0 irq on falling and rising edge */ in test_edge_selector() 323 /* Configure EXTI line 0 irq without selecting an edge trigger */ in test_edge_selector() 433 /* Configure interrupt on rising edge */ in test_masked_interrupt() 482 /* Configure interrupt on rising edge */ in test_interrupt() 525 /* Configure interrupt on rising edge */ in test_orred_interrupts()
|
/qemu/tcg/tci/ |
H A D | README | 37 configure --enable-tcg-interpreter 39 If configure is called without --enable-tcg-interpreter, it will 41 additional code in configure which must be fixed when new native TCG 46 configure --enable-tcg-interpreter 61 configure --cpu=unknown --enable-tcg-interpreter 63 configure then no longer uses the native linker script (*.ld) for 120 is a configure option, so you need two compilations of QEMU.
|
/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 20 - ../configure --enable-debug --static --disable-system --disable-pie 43 - ../configure 65 - ../configure --disable-user --without-default-devices --without-default-features 83 - ../configure --enable-debug 106 - ../configure --disable-libssh --cc=clang --cxx=clang++ --enable-ubsan 127 - ../configure --enable-tcg-interpreter 148 - ../configure --disable-tcg --with-devices-aarch64=minimal
|
H A D | ubuntu-22.04-s390x.yml | 18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs 40 - ../configure --disable-user 62 - ../configure --enable-debug 85 - ../configure --cc=clang --cxx=clang++ --enable-ubsan 106 - ../configure --enable-tcg-interpreter 127 - ../configure --disable-tcg
|
/qemu/hw/misc/ |
H A D | exynos4210_pmu.c | 75 #define EINT_WAKEUP_MASK 0x0604 /* Configure External INTerrupt mask */ 76 #define WAKEUP_MASK 0x0608 /* Configure wakeup source mask */ 162 #define ARM_CORE0_CONFIGURATION 0x2000 /* Configure power mode of ARM_CORE0 */ 165 #define ARM_CORE1_CONFIGURATION 0x2080 /* Configure power mode of ARM_CORE1 */ 169 /* Configure power mode of ARM_CPU_L2_0 */ 172 /* Configure power mode of ARM_CPU_L2_1 */ 190 #define XUSBXTI_CONFIGURATION 0x3400 /* Configure the pad of XUSBXTI */ 194 #define XXTI_CONFIGURATION 0x3420 /* Configure the pad of XXTI */ 200 #define CAM_CONFIGURATION 0x3C00 /* Configure power mode of CAM */ 203 #define TV_CONFIGURATION 0x3C20 /* Configure power mode of TV */ [all …]
|
/qemu/ |
H A D | configure | 3 # qemu configure script (c) 2003 Fabrice Bellard 20 MARKER=build/auto-created-by-configure 28 echo "ERROR: ./build dir already exists and was not previously created by configure" 41 # This file is auto-generated by configure to support in-source tree 48 test -e build/auto-created-by-configure ; \ 59 exec "$source_path/configure" "$@" 63 # configure runs. Since it is in the build directory 66 # it when configure exits.) 82 echo "# QEMU configure log $(date)" >> config.log 191 # if not found, configure exits with error [all …]
|
/qemu/tests/docker/ |
H A D | common.rc | 50 echo "Configure options:" 52 $QEMU_SRC/configure $config_opts || \ 53 { cat config.log && test_fail "Failed to run 'configure'"; }
|
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 58 ../src-binu/configure --disable-werror \ 69 ../src-gcc/configure --disable-werror --disable-shared \ 84 ../src-musl/configure --prefix=/usr --host=${TARGET} --disable-shared
|
/qemu/target/openrisc/ |
H A D | cpu.h | 77 /* CPU configure register */ 94 /* DMMU configure register */ 105 /* IMMU configure register */ 274 uint32_t cpucfgr; /* CPU configure register */ 275 uint32_t dmmucfgr; /* DMMU configure register */ 276 uint32_t immucfgr; /* IMMU configure register */
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 23 Configure with (substitute the clang binaries with the version you installed). 28 CC=clang-8 CXX=clang++-8 /path/to/configure \ 69 * ``-jobs=4 -workers=4`` : These arguments configure libFuzzer to run 4 fuzzers in 97 1. Configure libFuzzer to store a corpus of all interesting inputs (see 99 2. ``./configure`` the QEMU build with :: 146 * ``QEMU_FUZZ_ARGS=`` is the set of QEMU arguments used to configure a machine, with
|
/qemu/docs/system/ |
H A D | managed-startup.rst | 18 additionally configure the machine (by hotplugging devices) in runtime before 21 However, at the ``-S`` pause point, it's impossible to configure options
|
H A D | vm-templating.rst | 52 If multiple memory backends are used (vNUMA, DIMMs), configure all 59 configure VM RAM to be based on a template VM RAM file; however, the VM 76 If multiple memory backends are used (vNUMA, DIMMs), configure all
|
/qemu/hw/virtio/ |
H A D | vhost-vsock-common.c | 132 * Add the check for configure interrupt, Use VIRTIO_CONFIG_IRQ_IDX -1 in vhost_vsock_common_guest_notifier_mask() 133 * as the macro of configure interrupt's IDX, If this driver does not in vhost_vsock_common_guest_notifier_mask() 149 * Add the check for configure interrupt, Use VIRTIO_CONFIG_IRQ_IDX -1 in vhost_vsock_common_guest_notifier_pending() 150 * as the macro of configure interrupt's IDX, If this driver does not in vhost_vsock_common_guest_notifier_pending()
|
/qemu/include/hw/misc/ |
H A D | tz-mpc.h | 18 * configure it to either pass through or reject transactions. 22 * The MPC has a register interface which the guest uses to configure it.
|
/qemu/scripts/ |
H A D | meson-buildoptions.py | 3 # Generate configure command line options handling code, based on Meson's 50 # Options that configure autodetects, even though meson defines them as boolean 56 # Builtin options that should be definable via configure. Some of the others 59 # cases "../configure -D" can be used as an escape hatch.
|
/qemu/scripts/oss-fuzz/ |
H A D | build.sh | 16 # ./configure 66 ../configure --disable-werror --cc="$CC" --cxx="$CXX" --enable-fuzzing \ 83 ../configure --disable-werror --cc="$CC" --cxx="$CXX" --enable-fuzzing \
|
/qemu/include/hw/intc/ |
H A D | arm_gic_common.h | 105 * the guest can configure the GICC_CTLR to configure group 1 binary point 148 bool irq_reset_nonsecure; /* configure IRQs as group 1 (NS) on reset? */
|
/qemu/hw/s390x/ |
H A D | sclpcpu.c | 3 * Signal CPU - Trigger SCLP interrupt for system CPU configure or 4 * de-configure
|