Searched +full:post +full:- +full:install (Results 1 – 12 of 12) sorted by relevance
1 msys2-64bit:4 - saas-windows-medium-amd648 - msys64/var/cache9 - ccache20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=022 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"27 - build/meson-logs/testlog.txt29 junit: "build/meson-logs/testlog.junit.xml"31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
2 mkvenv - QEMU pyvenv bootstrapping utility4 usage: mkvenv [-h] command ...9 -h, --help show this help message and exit15 post-venv initialization19 --------------------------------------------------21 usage: mkvenv create [-h] target24 target Target directory to install virtual environment into.27 -h, --help show this help message and exit29 --------------------------------------------------31 usage: mkvenv post_init [-h][all …]
31 data copies by bypassing the host networking stack. In particular, a TCP-based32 migration, under certain types of memory-bound workloads, may take a more38 over Converged Ethernet) as well as Infiniband-based. This implementation of56 of RDMA migration may in fact be harmful to co-located VMs or other65 bulk-phase round of the migration and can be enabled for extremely66 high-performance RDMA hardware using the following command:69 $ migrate_set_capability rdma-pin-all on # disabled by default92 $ migrate_set_parameter max-bandwidth 40g # or whatever is the MAX of your RDMA device96 qemu ..... -incoming rdma:host:port101 $ migrate -d rdma:host:port[all …]
10 * the COPYING file in the top-level directory.17 #include "exec/cpu-common.h"18 #include "hw/qdev-core.h"19 #include "qapi/qapi-types-migration.h"20 #include "qobject/json-writer.h"24 #include "io/channel-buffer.h"27 #include "postcopy-ram.h"51 * 1<<6=64 pages -> 256K chunk when page size is 4K. This gives us57 * 1<<18=256K pages -> 1G chunk when page size is 4K. This is the62 * 1<<31=2G pages -> 8T chunk when page size is 4K. This should be[all …]
1 .. _submitting-a-patch:12 This page seems very long, so if you are only trying to post a quick13 one-shot fix, the bare minimum we ask is that:15 .. list-table:: Minimal Checklist for Patches17 :header-rows: 119 * - Check20 - Reason21 * - Patches contain Signed-off-by: Your Name <author@email>22 …- States you are legally able to contribute the code. See :ref:`patch_emails_must_include_a_signed…23 * - Sent as patch emails to ``qemu-devel@nongnu.org``[all …]
11 * See the COPYING file in the top-level directory.21 #include "qemu/help-texts.h"22 #include "qobject/json-parser.h"25 #include "guest-agent-core.h"26 #include "qga-qapi-init-commands.h"33 #include "qemu-version.h"36 #include "qga/service-win32.h"37 #include "qga/vss-win32.h"39 #include "commands-common.h"45 #define QGA_VIRTIO_PATH_DEFAULT "/dev/virtio-ports/org.qemu.guest_agent.0"[all …]
... line-size icache-nlines icache-associativity ecache-line-size ecache-nlines ecache-associativity ncaches
... i-cache-sets d-cache-block-size i-cache-block-size tlb- ...
22 #include "qemu/host-utils.h"23 #include "exec/page-protection.h"24 #include "tcg/tcg-op.h"25 #include "tcg/tcg-op-gvec.h"26 #include "exec/helper-proto.h"27 #include "exec/helper-gen.h"29 #include "exec/translation-block.h"34 #include "exec/helper-info.c.inc"100 #define UNALIGN(C) (C)->unalign104 #define MMU_DISABLED(C) MMU_IDX_MMU_DISABLED((C)->mmu_idx)[all …]
33 #include "s390x-internal.h"34 #include "tcg/tcg-op.h"35 #include "tcg/tcg-op-gvec.h"37 #include "qemu/host-utils.h"38 #include "exec/helper-proto.h"39 #include "exec/helper-gen.h"42 #include "exec/translation-block.h"47 #include "exec/helper-info.c.inc"146 * to be executed after base.pc_next - e.g. next sequential instruction172 if (s->base.tb->flags & FLAG_MASK_32) { in pc_to_link_info()[all …]
5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>49 $P [OPTION]... [GIT-REV-LIST]54 -q, --quiet quiet55 --no-tree run without a qemu tree56 --no-signoff do not check for 'Signed-off-by' line57 --patch treat FILE as patchfile58 --branch treat args as GIT revision list59 --emacs emacs compile window format60 --terse one line per report61 -f, --file treat FILE as regular source file[all …]