Searched full:series (Results 1 – 25 of 69) sorted by relevance
123
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 78 line ``Based-on: $MESSAGE_ID`` to your cover letter to make the series 86 Split up longer patches into a patch series of logical code changes. 93 last, so that someone reading the series can do a clean-room evaluation 106 If a series requires large blocks of code motion, there are tricks for 107 making the refactoring easier to review. Split up the series so that 207 work with a full build before submitting a series, especially if your 215 your series fixes. Keeping separate commits for the test and the fix 217 the problem, then again to place it last in the series so that 244 <https://github.com/stefanha/git-publish>`__ to send series. 254 Each time you post a series, git-publish will create a local tag with the format [all …]
|
H A D | submitting-a-pull-request.rst | 11 patch series we might ask a submitter to send a pull request. This page 46 fixed patch series as normal to the list; you can't put it in a pull 52 series) and that "make check" passes before sending out the pull
|
H A D | trivial-patches.rst | 18 - Are single patches or short series (max 2-4 patches).
|
H A D | maintainers.rst | 84 series when a new sub-system is being added to the code base. This can
|
/qemu/docs/system/arm/ |
H A D | stm32.rst | 9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are 14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are 19 The STM32F4 series is based on ARM Cortex-M4F core, as well as the STM32L4 20 ultra-low-power series. The STM32F4 series is pin-to-pin compatible with STM32F2 series. 27 There are many other STM32 series that are currently not supported by QEMU.
|
H A D | nrf.rst | 9 The nRF51 series is the first series for short range wireless applications. 10 It is superseded by the nRF52 series. 15 There are other series such as nRF52, nRF53 and nRF91 which are currently not
|
H A D | nuvoton.rst | 6 servers. Currently there are two families: NPCM7XX series and 7 NPCM8XX series. NPCM7XX series feature one or two Arm Cortex-A9 CPU cores, 8 while NPCM8XX feature 4 Arm Cortex-A35 CPU cores. Both series contain a
|
H A D | b-l475e-iot01a.rst | 7 ultra-low power series. The STM32L4x5 chip runs at up to 80 MHz and
|
H A D | fby35.rst | 4 Facebook has a series of multi-node compute server designs named
|
/qemu/linux-user/arm/nwfpe/ |
H A D | single_cpdo.c | 201 //series 206 //series 211 //series 216 //series 221 //series 226 //series
|
H A D | extended_cpdo.c | 221 //series 226 //series 231 //series 236 //series 241 //series 246 //series
|
H A D | double_cpdo.c | 238 //series 244 //series 250 //series 256 //series 262 //series 267 //series
|
/qemu/ |
H A D | README.rst | 100 or even just for sending consecutive patch series revisions. It also 117 Your patch series will be sent and tagged as my-feature-v1 if you need to refer 128 Your patch series will be sent with 'v2' tag in the subject and the git tip
|
H A D | .patchew.yml | 87 This series seems to have some coding style problems. See output below for 94 This series failed the {{ test }} build test. Please find the testing commands and 104 This series failed build test on {{test}} host. Please find the details below.
|
H A D | .b4-config | 7 send-series-to = qemu-devel@nongnu.org
|
/qemu/tests/tcg/hexagon/ |
H A D | test_fibonacci.S | 1 /* Purpose: computes the Fibonacci series up to a constant number. */
|
/qemu/include/hw/arm/ |
H A D | nrf51.h | 2 * Nordic Semiconductor nRF51 Series SOC Common Defines
|
/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 12 * PowerPC e500 series core (e500v2/e500mc/e5500/e6500) 147 these SoCs are e500v2 based MPC85xx series, hence you cannot test anything
|
/qemu/include/hw/ |
H A D | loader.h | 277 * Call this before of a series of rom_add_*() calls. Call 279 * useful for undoing a series of rom_add_*() calls if image file loading fails 288 * Call this after a series of rom_add_*() calls. See rom_transaction_begin().
|
/qemu/include/hw/riscv/ |
H A D | sifive_e.h | 2 * SiFive E series machine interface
|
H A D | sifive_u.h | 2 * SiFive U series machine interface
|
/qemu/docs/ |
H A D | glossary.rst | 135 development happens! Changes are posted as series, that all developers can 191 Once a series is reviewed and accepted by a subsystem maintainer, it will be
|
/qemu/include/hw/pci-host/ |
H A D | pam.h | 67 /* 64KB: Intel 3 series express chipset family p. 58*/
|
/qemu/accel/tcg/ |
H A D | internal-common.h | 39 * force a slow path for a series of memory accesses.
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 61 Postcopy moves through a series of states (see postcopy_state) from 129 A series of sections, identical to the precopy streams device state stream
|
123