Searched +full:migration +full:- +full:compat +full:- +full:aarch64 (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | machine.json | 1 # -*- Mode: Python -*- 5 # See the COPYING file in the top-level directory. 14 { 'include': 'machine-common.json' } 20 # targets. Run "./configure --help" in the project root directory, 21 # and look for the \*-softmmu targets near the "--target-list" option. 32 # "qemu-system-" prefix to produce the corresponding QEMU 33 # executable name. This is true even for "qemu-system-x86_64". 38 'data' : [ 'aarch64', 'alpha', 'arm', 'avr', 'hppa', 'i386', 54 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] } 61 # @cpu-state: the virtual CPU's state [all …]
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.h | 23 #include "kvm-consts.h" 24 #include "qemu/cpu-float.h" 26 #include "cpu-qom.h" 27 #include "exec/cpu-common.h" 28 #include "exec/cpu-defs.h" 29 #include "exec/cpu-interrupt.h" 31 #include "exec/page-protection.h" 32 #include "qapi/qapi-types-common.h" 35 #include "target/arm/cpu-sysregs.h" 79 /* ARM-specific interrupt pending bits. */ [all …]
|
| H A D | internals.h | 2 * QEMU ARM CPU -- internal functions and types 18 * <http://www.gnu.org/licenses/gpl-2.0.html> 31 #include "accel/tcg/tb-cpu-state.h" 33 #include "tcg/tcg-gvec-desc.h" 36 #include "cpu-features.h" 50 return EX_TBFLAG_ANY(env->hflags, MMUIDX); in arm_env_mmu_index() 55 /* Return true if this exception number represents a QEMU-internal in excp_is_internal() 73 * We will use the back-compat value: 74 * - for QEMU CPU types added before we standardized on 1GHz 75 * - for versioned machine types with a version of 9.0 or earlier [all …]
|
| /openbmc/qemu/docs/about/ |
| H A D | removed-features.rst | 10 -------------------------------------- 12 ``-hdachs`` (removed in 2.12) 15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via 16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t`` 17 (together with ``-drive if=none,id=dr,...``). 19 ``-net channel`` (removed in 2.12) 22 This option has been replaced by ``-net user,guestfwd=...``. 24 ``-net dump`` (removed in 2.12) 27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by 28 ``-object filter-dump,id=id,netdev=dev[,file=filename][,maxlen=maxlen]``. [all …]
|
| /openbmc/qemu/ |
| H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 78 F: docs/devel/conflict-resolution.rst 80 F: docs/devel/submitting-a-patch.rst 81 F: docs/devel/submitting-a-pull-request.rst [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades 13 - Reproducibility: this release fixes the reproducibility issues with 14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully 16 class has been merged into the :ref:`ref-classes-base` class. 18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui… 20 - The Yocto Project now allows you to reuse the Shared State cache from 31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ 34 - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and [all …]
|
| H A D | release-notes-3.4.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 -------------------------------- 9 - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades 10 - Switched override character to ':' (replacing '_') for more robust parsing and improved performa… 11 - Rust integrated into core, providing rust support for cross-compilation and SDK 12 - New :ref:`ref-classes-create-spdx` class for creating SPDX SBoM documents 13 - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-ut… 14 - Several optimisations to reduce unnecessary task dependencies for faster builds 15 - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu 16 - New overlayfs class to help generate overlayfs mount units [all …]
|
| /openbmc/qemu/hw/intc/ |
| H A D | arm_gicv3_cpuif.c | 18 #include "qemu/main-loop.h" 24 #include "target/arm/cpu-features.h" 37 return env->gicv3state; in icc_cs_from_env() 45 * banked even for AArch64, unlike the other CPU system registers. in gicv3_use_ns_bank() 53 return 7 - cs->vprebits; in icv_min_vbpr() 59 int aprmax = 1 << (cs->vprebits - 5); in ich_num_aprs() 60 assert(aprmax <= ARRAY_SIZE(cs->ich_apr[0])); in ich_num_aprs() 114 return extract64(cs->ich_vmcr_el2, ICH_VMCR_EL2_VBPR0_SHIFT, in read_vbpr() 117 return extract64(cs->ich_vmcr_el2, ICH_VMCR_EL2_VBPR1_SHIFT, in read_vbpr() 136 cs->ich_vmcr_el2 = deposit64(cs->ich_vmcr_el2, ICH_VMCR_EL2_VBPR0_SHIFT, in write_vbpr() [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-11-12 03:01:06.886-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-12 03:01:06.954-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-11-11 03:01:11.966-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-11 03:01:12.039-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |